cd ../lab

$ open lab/ai-rag

AI / RAG experiments

Exploring retrieval-augmented workflows, vector search, and practical AI features that can support real user tasks.

$ cat stack.txt

Practical stack

  • Qdrant
  • RAG
  • embeddings
  • document search

$ cat notes.txt

Details

  • Testing how a vector database can make domain data easier to query.
  • Comparing classic search, embeddings, and retrieval-augmented generation.
  • Keeping AI close to the user workflow instead of treating it as decoration.

$ find ./lab -similar

Similar lab