Pinecone Slim
PineconeSlim Class Documentation
Last updated
PineconeSlim Class Documentation
Last updated
The PineconeSlim
class is a slim vector store of , optimized for RAGchain.
Its usage is similar to Langchain's class. Due to its inheritance to class, you can use any function in class. Plus, you can initialize with class initializer.
For the optimal utilization of PineconeSlim
VectorStore, developers are strongly recommended to employ the add_passages()
method when saving passages. The use of alternative methods may not fully leverage the capabilities and advantages inherent in Slim VectorStore.
Here is a basic example: