Enterprise Knowledge Base Agent - Ask questions about any document in plain English.
👉 https://xryhe591d7.execute-api.us-east-1.amazonaws.com/dev
- Upload any PDF or Word document
- Ask questions in plain English
- Get accurate answers powered by RAG + OpenAI
- LangChain - agent orchestration
- FAISS - vector store for embeddings
- OpenAI GPT-3.5 - language model
- AWS Lambda - serverless deployment
- AWS S3 - document storage
- Flask - web framework
- Python - core language
git clone https://github.com/gurusaichittoji7/Nova.git
cd Nova
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 backend/app.pyGurusai Chittoji — Portfolio