Skip to content
Snippets Groups Projects
Unverified Commit 25860014 authored by Joerg Schad's avatar Joerg Schad Committed by GitHub
Browse files

Improved ArangoDB Reader Readme. (#11858)

parent 29ea6936
No related branches found
No related tags found
No related merge requests found
# LlamaIndex Readers Integration: Arango Db # LlamaIndex Readers Integration: ArangoDB
```bash ```bash
pip install llama-index-readers-arango-db pip install llama-index-readers-arango-db
``` ```
This loader loads documents from ArangoDB. The user specifies a ArangoDB instance to This loader loads documents from [ArangoDB](https://github.com/arangodb/arangodb?tab=readme-ov-file#arangodb). The user specifies an ArangoDB instance to
initialize the reader. They then specify the collection name and query params to initialize the reader. They then specify the collection name and query parameters to
fetch the relevant docs. fetch the relevant docs.
## Usage ## Usage
...@@ -35,4 +35,6 @@ documents = reader.load_data( ...@@ -35,4 +35,6 @@ documents = reader.load_data(
) )
``` ```
A demo notebook is available [here](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/example_output/Langchain_Full_output.ipynb).
This loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/tree/main/llama_index) and/or subsequently used as a Tool in a [LangChain](https://github.com/hwchase17/langchain) Agent. This loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/tree/main/llama_index) and/or subsequently used as a Tool in a [LangChain](https://github.com/hwchase17/langchain) Agent.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment