Added star history
This commit is contained in:
parent
c19eef1be6
commit
8274cf9107
1 changed files with 12 additions and 4 deletions
16
README.md
16
README.md
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue