Skip to content

gurusaichittoji7/Nova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nova ✨

Enterprise Knowledge Base Agent - Ask questions about any document in plain English.

Live Demo

👉 https://xryhe591d7.execute-api.us-east-1.amazonaws.com/dev

What it does

  • Upload any PDF or Word document
  • Ask questions in plain English
  • Get accurate answers powered by RAG + OpenAI

Tech Stack

  • 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

How to Run Locally

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.py

Author

Gurusai Chittoji — Portfolio

About

Enterprise knowledge base agent built with LangChain, FAISS, OpenAI, and AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors