Documentation
¶
Index ¶
- type QdrantStore
- func (s *QdrantStore) DeleteByConversationGroupID(ctx context.Context, conversationGroupID uuid.UUID) error
- func (s *QdrantStore) IsEnabled() bool
- func (s *QdrantStore) Name() string
- func (s *QdrantStore) Search(ctx context.Context, embedding []float32, conversationGroupIDs []uuid.UUID, ...) ([]registryvector.VectorSearchResult, error)
- func (s *QdrantStore) Upsert(ctx context.Context, entries []registryvector.UpsertRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QdrantStore ¶
type QdrantStore struct {
// contains filtered or unexported fields
}
func (*QdrantStore) DeleteByConversationGroupID ¶
func (*QdrantStore) IsEnabled ¶
func (s *QdrantStore) IsEnabled() bool
func (*QdrantStore) Name ¶
func (s *QdrantStore) Name() string
func (*QdrantStore) Search ¶
func (s *QdrantStore) Search(ctx context.Context, embedding []float32, conversationGroupIDs []uuid.UUID, limit int) ([]registryvector.VectorSearchResult, error)
func (*QdrantStore) Upsert ¶
func (s *QdrantStore) Upsert(ctx context.Context, entries []registryvector.UpsertRequest) error
Click to show internal directories.
Click to hide internal directories.