2023-07-07 21:28:04 +00:00
# Chaindesk
2023-04-11 01:49:47 +00:00
2023-07-07 21:28:04 +00:00
>[Chaindesk](https://chaindesk.ai) is an [open source](https://github.com/gmpetrov/databerry) document retrieval platform that helps to connect your personal data with Large Language Models.
2023-04-11 01:49:47 +00:00
2023-06-03 22:29:03 +00:00
## Installation and Setup
2023-04-11 01:49:47 +00:00
2023-07-07 21:28:04 +00:00
We need to sign up for Chaindesk, create a datastore, add some data and get your datastore api endpoint url.
We need the [API Key](https://docs.chaindesk.ai/api-reference/authentication).
2023-04-11 01:49:47 +00:00
2023-06-03 22:29:03 +00:00
## Retriever
2023-04-11 01:49:47 +00:00
2023-07-25 04:20:32 +00:00
See a [usage example](/docs/integrations/retrievers/chaindesk).
2023-04-11 01:49:47 +00:00
```python
2023-07-07 21:28:04 +00:00
from langchain.retrievers import ChaindeskRetriever
2023-04-11 01:49:47 +00:00
```