Add quickstart and RAG MCP starter docs.

Made-with: Cursor
This commit is contained in:
Andrey Lutsenko
2026-04-20 22:55:26 +10:00
parent f5c6ce6169
commit d696623f31
9 changed files with 334 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
qdrant:
image: qdrant/qdrant:latest
container_name: qdrant
ports:
- "6333:6333"
volumes:
- qdrant_storage:/qdrant/storage
restart: unless-stopped
volumes:
qdrant_storage: