2023-04-11 01:49:47 +00:00
# Databerry
2023-06-03 22:29:03 +00:00
>[Databerry](https://databerry.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-06-03 22:29:03 +00:00
We need to sign up for Databerry, create a datastore, add some data and get your datastore api endpoint url.
We need the [API Key ](https://docs.databerry.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-06-03 22:29:03 +00:00
See a [usage example ](../modules/indexes/retrievers/examples/databerry.ipynb ).
2023-04-11 01:49:47 +00:00
```python
from langchain.retrievers import DataberryRetriever
```