Merge pull request #140 from kacperlukawski/qdrant-notebooks
Add Qdrant notebooks
This commit is contained in:
commit
bd03f796ee
3 changed files with 87574 additions and 1 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3.4'
|
version: '3.4'
|
||||||
services:
|
services:
|
||||||
qdrant:
|
qdrant:
|
||||||
image: qdrant/qdrant:v0.11.7
|
image: qdrant/qdrant:v1.0.1
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- "6333:6333"
|
- "6333:6333"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue