Multimodal Knowledge Assistant — an AI-powered system for summarization and intelligent Q&A over unstructured data.
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
17
commits
docs: update README and changelog for v0.5 summarizer integration
c8895a7View on GitHubfeat: integrate summarizer into QA endpoint to return direct answers (TextRank/Transformer)
a8c318cView on GitHubdocs: update README and changelog for v0.4 hybrid retrieval with FAISS + Sentence-Transformers
41b0141View on GitHubtest: fix query endpoint test to assert on JSON fields instead of unpacking tuple
0e0f66eView on GitHubfeat(v0.4): add hybrid retrieval with Sentence-Transformers + FAISS alongside BM25, update ingestion/query routes and tests
4645adcView on GitHubtest: ensure query test cleans up index file for CI isolation
b03f69aView on GitHubdocs: update changelog and README for v0.3 Q&A release
c685b17View on GitHubfeat(ingestion): build and persist BM25 index after file upload
d9fe5b8View on GitHubdocs(readme): update README for v0.2 ingestion features
df5f7d4View on GitHubdocs(readme): update README for v0.2 ingestion features
615b96fView on GitHubfeat(v0.2): add PDF/TXT ingestion with upload, list, download APIs
979dda8View on GitHub