improve embedding index docs and setup

This commit is contained in:
Ramnique Singh 2025-05-06 16:30:20 +05:30 committed by akhisud3195
parent f6cd3c0e38
commit fc4a9843a3
3 changed files with 29 additions and 1 deletions

3
Dockerfile.qdrant Normal file
View file

@ -0,0 +1,3 @@
FROM qdrant/qdrant:latest
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*