Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
Update README.md with database optional dependencies

Chore COG-595
  • Loading branch information
dexters1 committed Dec 2, 2024
1 parent 63e6879 commit 836e3d2
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,24 @@ pip install cognee
pip install 'cognee[postgres]'
```

### With pip with Weaviate support

```bash
pip install 'cognee[weaviate]'
```

### With pip with Qdrant support

```bash
pip install 'cognee[qdrant]'
```

### With pip with Neo4j support

```bash
pip install 'cognee[neo4j]'
```

### With poetry

```bash
Expand All @@ -44,6 +62,24 @@ poetry add cognee
poetry add cognee -E postgres
```

### With poetry with Weaviate support

```bash
poetry add cognee -E weaviate
```

### With poetry with Qdrant support

```bash
poetry add cognee -E qdrant
```

### With poetry with Neo4j support

```bash
poetry add cognee -E neo4j
```


## 💻 Basic Usage

Expand Down

0 comments on commit 836e3d2

Please sign in to comment.