mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-04-30 15:20:47 -05:00
Updated README for local_rag_agent
This commit is contained in:
@@ -30,15 +30,17 @@ docker pull qdrant/qdrant
|
|||||||
docker run -p 6333:6333 qdrant/qdrant
|
docker run -p 6333:6333 qdrant/qdrant
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Install [Ollama](https://ollama.com/download) and pull Llama 3.2
|
4. Install [Ollama](https://ollama.com/download) and pull Llama 3.2 for LLM and OpenHermes as the embedder for OllamaEmbedder
|
||||||
```bash
|
```bash
|
||||||
ollama pull llama3.2
|
ollama pull llama3.2
|
||||||
|
ollama pull openhermes
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Run the AI RAG Agent
|
4. Run the AI RAG Agent
|
||||||
```bash
|
```bash
|
||||||
python local_rag_agent.py
|
python local_rag_agent.py
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Open your web browser and navigate to the URL provided in the console output to interact with the RAG agent through the playground interface.
|
5. Open your web browser and navigate to the URL provided in the console output to interact with the RAG agent through the playground interface.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user