This is a chatbot that uses LangChain, Hugging Face embeddings, and FAISS for similarity-based querying.
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt - Set up environment variables: Add your Hugging Face API token in
.env. - Run the Flask API:
python app.py