This medical chatbot leverages state-of-the-art NLP models like Llama2 and Sentence Transformers for semantic understanding and information retrieval. The bot's backend rests on the robust Langchain platform for data and resource management.
3
stars
33
commits
Jupyter Notebook
primary language
Jan 10, 2024
updated
Welcome to the LLM using LLA-Ma 2 ChatBot repository! This sophisticated tool is engineered to provide prompt Chat information in response to user queries. Leveraging cutting-edge language models and vector stores, Llama2 Chat Bot stands as a beacon in digital healthcare assistance.
Before diving into the Llama2 Chat Bot, ensure your system is equipped with:
langchainchainlitsentence-transformersfaissPyPDF2 (for PDF document loading)huggingface_hubctransformerschainlitClone the Repository:
git clone https://github.com/atulX7/ChatBot.git
cd Chatbot
**Install the dependencies:
pip install -r requirements.txt
Download Language Models and Data:
DB_FAISS_PATH and other configurations as required for your project.To kickstart your journey with the Llama2 Chat Bot:
Use the Chat Bot to get answers to Chat queries:
python ingest.py
python Chatbot.py -q <query>
chainlit run chainlit.py -w
We welcome contributions to the Chat ChatBot! 🌟 Here's how you can contribute:
This project is licensed under the MIT License.
For detailed guidance on usage, configuration, and extension, please refer to the Langchain documentation or contact the project maintainers.
🚀 Happy coding! 🚀
33 commits
Jupyter Notebook
91.8%
Python
8.2%
This medical chatbot leverages state-of-the-art NLP models like Llama2 and Sentence Transformers for semantic understanding and information retrieval. The bot's backend rests on the robust Langchain platform for data and resource management.
3
stars
33
commits
Jupyter Notebook
primary language
Jan 10, 2024
updated
Welcome to the LLM using LLA-Ma 2 ChatBot repository! This sophisticated tool is engineered to provide prompt Chat information in response to user queries. Leveraging cutting-edge language models and vector stores, Llama2 Chat Bot stands as a beacon in digital healthcare assistance.
Before diving into the Llama2 Chat Bot, ensure your system is equipped with:
langchainchainlitsentence-transformersfaissPyPDF2 (for PDF document loading)huggingface_hubctransformerschainlitClone the Repository:
git clone https://github.com/atulX7/ChatBot.git
cd Chatbot
**Install the dependencies:
pip install -r requirements.txt
Download Language Models and Data:
DB_FAISS_PATH and other configurations as required for your project.To kickstart your journey with the Llama2 Chat Bot:
Use the Chat Bot to get answers to Chat queries:
python ingest.py
python Chatbot.py -q <query>
chainlit run chainlit.py -w
We welcome contributions to the Chat ChatBot! 🌟 Here's how you can contribute:
This project is licensed under the MIT License.
For detailed guidance on usage, configuration, and extension, please refer to the Langchain documentation or contact the project maintainers.
🚀 Happy coding! 🚀
33 commits
Jupyter Notebook
91.8%
Python
8.2%