Xecai, a minimal Python interface for LLM providers for RAG systems
LangChain alternative, but LiteLLM and LlamaIndex already cover this.
Karpathy-style LLM Wiki Desktop App: hydrate raw docs into dense Markdown entries; retrieve by keyword + link traversal. No embeddings, no vector DB. Karpathy llm wiki, pdf-parser, knowledge-base, rag。https://arxiv.org/abs/2605.15184
Obsidian-compatible wiki skips vector DBs for LLM-hydrated Markdown and keyword traversal.
Privacy-focused researchers and developers building local knowledge bases
Obsidian · NotebookLM · Mem
LangChain alternative, but LiteLLM and LlamaIndex already cover this.
Automates wiki bookkeeping so LLMs update cross-references while you just drop in raw sources.
Compiles documents at ingest time inside Postgres instead of querying via RAG.
Embedded document store that actually enforces foreign keys and nested transactions.
Homomorphic encryption on vector search when Pinecone and Qdrant require plaintext on server.
One-click local RAG with role-based auth, but Hugging Face and AnythingLLM exist.