CookbookRAG
RAG
Retrieval-augmented patterns: semantic RAG, Connected Knowledge compliance, 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-backed search and answer questions with citations. Fused retrieval pipeline.
Compliance corpus with Connected Knowledge
Typed metadata, application views, requirements, relation expansion, and global themes.
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.