Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 589 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 589 Bytes

AnswerGenius

Repository Implementation of Langchain Framework for Question-Answering Task, Utilize Pinecone as VectorDB.

Result Interface

How To Run (Locally)

0. Clone This Repo
1. Create Virtualenv inside this project folder
2. Install Python-3.9.7
3. Install libraries required via "pip install -r requirements.txt"
4. Create .streamlits and secrets.toml
5. Add your own API Key inside secrets.toml
4. Running Interface via "streamlit run app/interface.py"

Stack Used

  1. Langchain
  2. Pinecone
  3. Streamlit