mirror of
https://github.com/openai/openai-cookbook
synced 2024-11-17 15:29:46 +00:00
3ce532c03c
* Upgrade Qdrant to 1.3.0 * Adapt the descriptions and run the missing cells
8 lines
141 B
YAML
8 lines
141 B
YAML
version: '3.4'
|
|
services:
|
|
qdrant:
|
|
image: qdrant/qdrant:v1.3.0
|
|
restart: on-failure
|
|
ports:
|
|
- "6333:6333"
|
|
- "6334:6334" |