MCPcopy Create free account
hub / github.com/Stylsheets/TaskEaseGPT / QueryOptions

Struct QueryOptions

golang/internal/memory/memory/memory.go:58–67  ·  view source on GitHub ↗

Query

Source from the content-addressed store, hash-verified

56// Query
57
58type QueryOptions struct {
59 Namespace string
60 TopK int64
61 Filter map[string]string
62 IncludeValues bool
63 IncludeMetadata bool
64 Vector []float32
65 SparseVector *pinecone.SparseVector
66 ID string
67}
68
69type QueryOutput struct {
70 Matches []pinecone.QueryMatch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected