CookbookRAG
RAG
Retrieval-augmented patterns — semantic RAG with Upstash, episodic recall.
Recipes that combine memory primitives or the retrieval pipeline with embeddings and a vector store.
Local files RAG
Index a local docs folder, rerank the hits, and answer with citations.
Semantic RAG with Upstash
Index a doc corpus into Upstash Vector and answer questions with citations. Full hybrid pipeline.
Episodic recall
Auto-recall the most relevant past chat turns into the system prompt — semantic search across history.
Crawler-style custom loader
Build a userland site crawler that feeds Crux indexing without making crawling built-in.