Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToRetriever ¶
func ToRetriever(vectorStore schema.VectorStore) schema.Retriever
ToRetriever takes a vector store and returns a retriever
Types ¶
type Pinecone ¶ added in v0.0.12
type Pinecone struct {
// contains filtered or unexported fields
}
func NewPinecone ¶ added in v0.0.12
func (*Pinecone) AddDocuments ¶ added in v0.0.12
type PineconeOptions ¶ added in v0.0.12
type PineconeOptions struct {
Namespace string
}
Click to show internal directories.
Click to hide internal directories.