RAG-powered study assistant for technical documentation (Python · FastAPI · pgvector · Claude)
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
39
commits
feat(frontend): add optional title field to ingestion forms
6ccdc69View on GitHubfeat: add optional custom title to document ingestion
455c554View on GitHubfix: use sync Mock for count_tokens in integration test
95c0f05View on GitHubrefactor: move engine/session factory lifecycle to app.state via lifespan
e3745feView on GitHubdocs: update ADRs to reflect current state and add planned improvements
6994cd1View on GitHubfix: clarify that query rewriting only triggers with conversation history
7229d4dView on GitHubdocs: rewrite README for broader audience with architecture diagrams and metrics
97f83edView on GitHubfix: log conversation history and context chunks in Langfuse traces
dacc33cView on GitHubfeat: add opt-in Langfuse LLM observability via wrapper pattern
556176dView on GitHubfeat: add LLM-based query rewriting for conversational RAG retrieval
c0b9249View on GitHubfeat: add chat-style conversation UI with markdown rendering
2b26548View on GitHubrefactor: extract shared prompt builder, fix exception types, and tighten schemas
2b3678dView on GitHub