This repository contains the code and documentation for a local chat application using Streamlit, Langchain, and Ollama. The application allows users to chat with an AI model locally on their machine.
Before running the application, ensure that you have the following installed on your machine:
- Python 3.7 or higher
- pip (Python package installer)
- Download and Run Ollama (the application)
Virtual Env recommended but not required
pip install streamlit langchain langchain-community ollama chromadb
streamlit run ~/Downloads/local_llama3.1.py (or wherever you cloned the file)
For any questions or issues, please contact Sanjay Amirthraj.
Have fun!