Qdrant Retrieval with Alph
Use Qdrant to retrieve info from Alph's llms.txt
vector-databaseAlph
Export
Semantic Search over llms.txt with Qdrant
Fetch any site's
llms.txt, chunk it, embed it with a local model, index it in Qdrant, and search by meaning โ all in one notebook.No OpenAI key needed. Runs entirely on Alph + Qdrant Cloud.
[12]
Note: you may need to restart the kernel to use updated packages.
โ๏ธ Connect
Credentials are loaded from .env automatically.
[ ]
๐ฅ Fetch, Chunk & Embed
[14]
Loading weights: 0%| | 0/103 [00:00<?, ?it/s]
BertModel LOAD REPORT from: sentence-transformers/all-MiniLM-L6-v2 Key | Status | | ------------------------+------------+--+- embeddings.position_ids | UNEXPECTED | | Notes: - UNEXPECTED :can be ignored when loading from different task/architecture; not ok if you expect identical arch.
Batches: 0%| | 0/1 [00:00<?, ?it/s]
๐ฆ Index into Qdrant
[15]
โ 6 points indexed into 'llms_txt_chunks'
๐ Search
[16]
SEARCH_QUERY
TOP_K
5
Want more? Change LLMS_TXT_URL to any site's /llms.txt and re-run ยท Swap the embedding model for higher quality ยท Pipe top-K results into an LLM for full RAG
Built on Alph ยท Powered by Qdrant ยท Embeddings by sentence-transformers