Vasallo94/ObsidianRAG
RAG system to query your Obsidian notes using LangGraph and local LLMs (Ollama)
Implements hybrid search (vector + BM25) with CrossEncoder reranking and GraphRAG link-following to expand context across interconnected notes, served via FastAPI backend to a native TypeScript Obsidian plugin. Supports streaming responses with source attribution and works entirely offline using Ollama for local LLM inference and HuggingFace embeddings, compatible with multilingual models like Qwen and Gemma.
Available on PyPI.
Stars
29
Forks
3
Language
Python
License
MIT
Category
Last pushed
Mar 12, 2026
Monthly downloads
85
Commits (30d)
0
Dependencies
22
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/Vasallo94/ObsidianRAG"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
run-llama/llama_index
LlamaIndex is the leading document agent and OCR platform
emarco177/documentation-helper
Reference implementation of a RAG-based documentation helper using LangChain, Pinecone, and Tavily..
janus-llm/janus-llm
Leveraging LLMs for modernization through intelligent chunking, iterative prompting and...
JetXu-LLM/llama-github
Llama-github is an open-source Python library that empowers LLM Chatbots, AI Agents, and...
curiousily/ragbase
Completely local RAG. Chat with your PDF documents (with open LLM) and UI to that uses...