Back to search
This project is a local Insights Assistant. You ingest PDF/CSV files into a vector database (Chroma) via a FastAPI server. A client (CLI or Streamlit) searches those embeddings and then calls an LLM summarizer (Ollama or OpenAI) to produce a concise, cited answer grounded in the retrieved snippets.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
1
commits
Merge branch 'main' of https://github.com/hakant66/mcp-insights-assistant
cf43972View on GitHubInitial commit: FastAPI Insights Assistant (server, client, Streamlit UI)
4b69e26View on GitHubInitial commit: RAG + MCP server/host, CLI, Streamlit UI, docs
ef17bd8View on GitHub