Skip to content

Commit

Permalink
Merge pull request #1444 from phidatahq/fix-qdrant-integration-cookbo…
Browse files Browse the repository at this point in the history
…ok-readme-phi-1934
  • Loading branch information
ysolanky authored Nov 14, 2024
2 parents 8ad7020 + 485790b commit d082ffc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookbook/integrations/qdrant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ source ~/.venvs/aienv/bin/activate
### 2. Install libraries

```shell
pip install -U pinecone-client pypdf openai phidata
pip install -U qdrant-client pypdf openai phidata
```

### 3. Run Pinecone Agent
### 3. Run Qdrant Agent

```shell
python cookbook/integrations/pinecone/agent.py
python cookbook/integrations/qdrant/agent.py
```

0 comments on commit d082ffc

Please sign in to comment.