This repo has been consolidated into the maintained version:
The -final repo is the actively-maintained LLM document-Q&A pipeline for HackRx 6.0 (FastAPI + Pinecone + Cohere + Gemini + Google Embeddings, with async multi-query processing and namespace caching).
This Mistral-based variant is preserved verbatim inside the -final repo under:
legacy/mistral-variant/
So nothing is lost — if you need the original document_loader.py / embedder.py / retriever.py modular pipeline, it's right there.
Open issues / PRs against hackrx-rag-query-system-final.