/AnswerGenius

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

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

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