Skip to content

Commit

Permalink
fix: qdrant ip in docker-compose shouldn't be localhost!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed May 20, 2024
1 parent 41093fb commit 9a9247d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- D_RETRIEVER_SEARCH=7
- COHERE_API_KEY=some_credentials
- OPENAI_API_KEY=some_credentials2
- QDRANT_HOST=localhost
- QDRANT_HOST=qdrant
- QDRANT_PORT=6333
- QDRANT_API_KEY=
volumes:
Expand Down

0 comments on commit 9a9247d

Please sign in to comment.