$ 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
Arduino / Flutter / sensorsIoT crop monitoringArduino sensor experiments connected to mobile interfaces, with a focus on data capture, field constraints, and useful alerts.NestJS / Fastify / reflectionDeveloper toolsSmall abstractions that reduce repetitive backend work, especially around CRUD, metadata, and API scaffolding.TypeScript / Node.js / CLITerminal interfacesExperiments around command-first products, anonymous interaction models, and calm text-first user experiences.