Skip to content

Commit

Permalink
KDB.AI provider documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbyrneKX committed Jan 4, 2024
1 parent 9c1b21a commit b5041e2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/docs/integrations/providers/kdbai.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# KDB.AI

>[KDB.AI](https://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:

```bash
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.

```python
from langchain_community.vectorstores import KDBAI
```

For a more detailed walkthrough of the KDB.AI vectorstore, see [this notebook](/docs/integrations/vectorstores/kdbai)

0 comments on commit b5041e2

Please sign in to comment.