Skip to content

langChain-Chatbot is a chatbot built using the LangChain framework. It can process user input, retrieve relevant knowledge (e.g. document embeddings or memory), and respond conversationally in context.

Notifications You must be signed in to change notification settings

abhishekdhiman694/Langchain-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangChain Chatbot

Overview

This is a chatbot that uses LangChain, Hugging Face embeddings, and FAISS for similarity-based querying.

Setup Instructions

  1. Clone the repository.
  2. Install dependencies: pip install -r requirements.txt
  3. Set up environment variables: Add your Hugging Face API token in .env.
  4. Run the Flask API: python app.py

About

langChain-Chatbot is a chatbot built using the LangChain framework. It can process user input, retrieve relevant knowledge (e.g. document embeddings or memory), and respond conversationally in context.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages