Law GPT
1.0.0
This repository contains the code for a chatbot using Langchain
and backed by Llama-7B-chat
by Meta
using Huggingface
and Streamlit
for frontend UI.
git clone https://github.com/suryanshgupta9933/Law-GPT.git
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
dataset
folder.python ingest.py
/vectorstore
folder which will contain the vectorized knowledge.python app.py