KDB.AI
KDB.AI is a powerful knowledge-based vector database and search engine that allows you to build scalable, reliable AI applications, using real-time data, by providing advanced search, recommendation and personalization.
Installation and Setupβ
Install the Python SDK:
pip install kdbai-client
Vector storeβ
There exists a wrapper around KDB.AI indexes, allowing you to use it as a vectorstore, whether for semantic search or example selection.
from langchain_community.vectorstores import KDBAI
API Reference:
For a more detailed walkthrough of the KDB.AI vectorstore, see this notebook