Documentation
¶
Index ¶
- type Option
- type Store
- func (s *Store) Add(ctx context.Context, chunks []core.Chunk, embeddings [][]float32) error
- func (s *Store) Close() error
- func (s *Store) Delete(ctx context.Context, ids []string) error
- func (s *Store) Search(ctx context.Context, query []float32, opts vectorstore.SearchOptions) ([]core.Result, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Store)
Option configures the Milvus store
func WithCollection ¶
WithCollection sets the collection name
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store implements a vector store using Milvus
Click to show internal directories.
Click to hide internal directories.