Notebooks
Q
Qdrant
Qdrant Retrieval with Alph

Qdrant Retrieval with Alph

Use Qdrant to retrieve info from Alph's llms.txt

vector-databaseAlph

Semantic Search over llms.txt with Qdrant

Open in Alph

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