readme commit

This commit is contained in:
Harsimran Singh 2025-02-28 01:43:10 +05:30
parent 891633c7e2
commit 90f855285a

View file

@ -1,6 +1,6 @@
# Ayurveda Chatbot using LLaMA and RAG
This project is an interactive Ayurveda chatbot that uses a **Retrieval-Augmented Generation (RAG)** pipeline powered by the **LLaMA language model via Ollama**. The chatbot provides Ayurvedic knowledge and answers user queries based on pre-trained PDF content.
This project is an interactive Ayurveda chatbot that uses a **Retrieval-Augmented Generation (RAG)** pipeline powered by the **LLaMA language model via Llama**. The chatbot provides Ayurvedic knowledge and answers user queries based on pre-trained PDF content.
---
@ -16,7 +16,7 @@ This project is an interactive Ayurveda chatbot that uses a **Retrieval-Augmente
- Python 3.8+
- GPU support (optional but recommended for faster LLM inference)
- LLaMA model via [Ollama](https://ollama.ai)
- LLaMA model via Groq
---
@ -25,7 +25,7 @@ This project is an interactive Ayurveda chatbot that uses a **Retrieval-Augmente
### 1. Clone the Repository
```bash
git clone https://git.digimantra.com/SHREY/AyurBot.git
cd ayurvedachatbot
cd AyurBot
```