Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Faiss ¶
type Faiss struct {
// contains filtered or unexported fields
}
Faiss implements VectorStore against a simple REST wrapper.
type InMemory ¶
type InMemory struct {
// contains filtered or unexported fields
}
InMemory is a thread-safe implementation.
func NewInMemory ¶
func NewInMemory() *InMemory
func (*InMemory) SetHistory ¶
type InMemoryVector ¶
type InMemoryVector struct {
// contains filtered or unexported fields
}
InMemoryVector is a naive store keeping text docs.
func NewInMemoryVector ¶
func NewInMemoryVector() *InMemoryVector
type Qdrant ¶
type Qdrant struct {
// contains filtered or unexported fields
}
Qdrant implements VectorStore against the Qdrant REST API.
Click to show internal directories.
Click to hide internal directories.