We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d3713 commit 8f226cdCopy full SHA for 8f226cd
docker-compose.yml
@@ -19,16 +19,6 @@ services:
19
- ./src/index/index/:/app/src/index/index/
20
environment:
21
- TOKENIZERS_PARALLELISM=false
22
- command:
23
- [
24
- "uvicorn",
25
- "server:app",
26
- "--host",
27
- "0.0.0.0",
28
- "--port",
29
- "8000",
30
- "--reload"
31
- ]
32
33
client:
34
build:
@@ -45,7 +35,6 @@ services:
45
35
- ./src:/app/src
46
36
- ./client.py:/app/client.py
47
37
- ./client-requirements.txt:/app/client-requirements.txt
48
- command: ["python", "client.py"]
49
38
50
39
qdrant:
51
40
image: qdrant/qdrant:v0.10.1
0 commit comments