build backend to collect and search using embeddings

This commit is contained in:
2025-01-04 00:15:29 -07:00
parent c4521af5c2
commit 3be1648ee4
16 changed files with 679 additions and 489 deletions

6
backend/types/search.go Normal file
View File

@ -0,0 +1,6 @@
package types
type SearchResponse struct {
TrackingID string
Content string
}