"Ollama Movies Recommendation Chatbot" is a chatbot that uses Ollama, RAG, and Qdrant to provide personalized movie recommendations through a Gradio interface.
Make sure you has ollama installed on your computer, we will be using qwen:7b as our llm.
- Clone the repository:
git clone https://github.com/Santhote/Ollama-Movies-Recommendation-Chatbot- Navigate to the project directory:
cd Ollama-Movies-Recommendation-Chatbot- Install the required Python packages:
pip install -r requirements.txt- You can see the data_processing folder for the steps to prepare the qdrant "movies" collection.
For more information, refer to the [data_processing] folder.
docker-compose up -dTo run the application, use the following command:
python main.pyYou can access the gradio chatbot at http://localhost:7860/
