Qdrant DevContainer for File Embeddings
@questmapping
About Qdrant DevContainer for File Embeddings
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"qdrant_server_devcontainer_for_rag_mcp": {
"command": "python",
"args": [
"ingest.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Qdrant DevContainer for File Embeddings?
Qdrant DevContainer for File Embeddings provides a development container setup for running Qdrant with file embeddings. It includes everything needed to index and search text documents using vector similarity search, making it ideal for developers building local semantic search or RAG systems.
How to use Qdrant DevContainer for File Embeddings?
Ensure Docker Desktop is running, open the project folder in VS Code, and click “Reopen in Container” (or use F1 → “Dev Containers: Reopen in Container”). Place your text files in the data/ directory. After the container builds, Qdrant starts automatically (access at http://localhost:6333, though the port may be dynamically assigned). Run python ingest.py from within the container to index your files.
Key features of Qdrant DevContainer for File Embeddings
- Qdrant vector database runs in the background automatically
- Automatic file indexing with sentence-transformers (
all-MiniLM-L6-v2) - Collection
local-docscreated with cosine similarity - Supports
.txt,.md, and.pdffiles - Python environment with all necessary dependencies pre-installed
- VS Code Python extension included for easy development
Use cases of Qdrant DevContainer for File Embeddings
- Quickly index a folder of local text/markdown/PDF documents for semantic search
- Prototype a RAG (Retrieval-Augmented Generation) pipeline without cloud services
- Experiment with Qdrant’s similarity search endpoints in a reproducible environment
- Build a local knowledge base for AI assistants using vector embeddings
FAQ from Qdrant DevContainer for File Embeddings
What are the prerequisites to run this DevContainer?
You need Docker Desktop running on your system, VS Code with the Remote – Containers extension, and an internet connection to download dependencies.
Where should I place my files for indexing?
Place all your text, markdown, or PDF files in the data/ directory inside the project folder before running the ingestion script.
How do I start indexing the files?
After the container is built and Qdrant is running, execute python ingest.py from the terminal inside the container.
Which file formats are supported?
The current version supports .txt, .md, and .pdf files. Other extensions will be ignored.
How do I access the Qdrant dashboard or API?
By default Qdrant is accessible at http://localhost:6333. However, the port is dynamically assigned—check the output panel after container build if that port does not work.
More Memory & Knowledge MCP servers
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Notion MCP Server
makenotionOfficial Notion MCP Server
Comments