Workflows

13 recipes, filter by use case, license, or difficulty.

RAGFreeMachine-verified

pgvector on Postgres you already run: prove you picked the right distance operator

Use pgvector in the Postgres you already run instead of standing up a dedicated vector database, and prove the distance operator you query with (<-> L2, <=> cosine, or <#> inner product) matches your embeddings, so your semantic search doesn't silently rank the wrong rows first.

pgvector· beginner
RAGFreeMachine-verified

zvec: run vector search inside your app, no server, offline

Embed a vector database directly into your process with zvec, insert vectors, and query for nearest neighbors, with no separate server to run, config, or babysit.

zvec· beginner
RAGFreeMachine-verified

LlamaIndex: index your documents and query them at runtime

Point LlamaIndex at a document corpus and build a VectorStoreIndex so an agent can retrieve the relevant chunks at query time instead of stuffing everything into context.

LlamaIndex· beginner
RAGFreeMachine-verified

Crawl4AI: a page to clean, LLM-ready markdown (no API key)

Write a Crawl4AI run script that turns a page into clean markdown with a cache mode set, and verify the script is valid and shaped right before you point it at a site.

Crawl4AI· beginner
RAGFreeMachine-verified

Khoj + Fable 5: A Second Brain That Knows Your Notes

Point a self-hosted assistant at your documents so Fable 5 can answer from your own notes, not just the internet.

Khoj· intermediate
RAGFreeMachine-verified

Cognee: Knowledge-Graph Memory Over Your Documents

Ingest your documents into a vector index plus a knowledge graph, so an agent can search by meaning and by relationships.

Cognee· intermediate
RAGFreeMachine-verified

Obsidian × MCPVault: Write a Note from Any MCP Client

Create or patch a note in your Obsidian vault through MCPVault, from any MCP client, with frontmatter preserved.

LM StudioMCPVaultObsidian· beginner
RAGFreeMachine-verified

Obsidian × MCPVault: Read a Note from Any MCP Client

Read a note from your Obsidian vault through MCPVault, from any MCP client, including a fully local LM Studio + open-model setup.

LM StudioMCPVaultObsidian· beginner
RAGFreeMachine-verified

Obsidian × MCPVault: The Argument Builder

Give Claude a thesis and have it assemble a sourced, ranked argument from everything you've ever written.

Claude DesktopMCPVaultObsidian· intermediate
RAGFreeMachine-verified

Obsidian × MCPVault: The Book Notes System

Dump your highlights and have Claude file the book into your second brain with connections and project-tied takeaways.

Claude DesktopMCPVaultObsidian· beginner
RAGFreeMachine-verified

Idea Cross-Pollinator: Find the Links You'd Never Spot

Have Claude search your whole vault and surface non-obvious connections to an idea.

Claude DesktopObsidian Local REST APImcp-obsidianObsidian· intermediate
RAGFreeMachine-verified

Research Ingestion: File a Source Into Your Knowledge Base

Paste an article or transcript into your vault and have Claude summarize, link, and flag contradictions.

Claude Desktopobsidian-mcpObsidian· beginner
RAGFreeLocal hardware

Vectorless RAG with PageIndex

Build high-accuracy RAG without embeddings, chunking, or a vector DB.

DeepSeek V4OllamaPageIndex· intermediate