.vectorstore.pinecone
//ellmental/com.theagilemonkeys.ellmental.vectorstore.pinecone
Package-level declarations
Types
Name | Summary |
---|---|
PineconeVectorStore | [jvm] class PineconeVectorStore@JvmOverloadsconstructor(apiKey: String, url: String, namespace: String? = null, client: HttpHandler = OkHttp()) : VectorStore Implementation of the VectorStore interface that uses the Pinecone API. |
Schema | [jvm] class Schema Internal schema of the Pinecone API. Used to serialize and deserialize requests and responses internally. It is not meant to be used directly. |