Added star history

This commit is contained in:
Vasilije 2024-05-25 08:37:16 +02:00
parent c19eef1be6
commit 8274cf9107

View file

@ -54,10 +54,6 @@ pip install cognee
poetry add cognee
```
Use Weaviate vector storage:
```bash
poetry add "cognee"
```
## 💻 Usage
@ -112,6 +108,18 @@ cognee.add("data://{absolute_path_to_directory}", dataset_name)
Read more [here](docs/index.md#run).
## Vector retrieval, Graphs and LLMs
Cognee supports a variety of tools and services for different operations:
- **Local Setup**: By default, LanceDB runs locally with NetworkX and OpenAI.
- **Vector Stores**: Cognee supports Qdrant and Weaviate for vector storage.
- **Language Models (LLMs)**: You can use either Anyscale or Ollama as your LLM provider.
- **Graph Stores**: In addition to LanceDB, Neo4j is also supported for graph storage.
## Demo
Check out our demo notebook [here](https://github.com/topoteretes/cognee/blob/main/notebooks/cognee%20-%20Get%20Started.ipynb)