Merge branch 'Shubhamsaboo:main' into ai-health

This commit is contained in:
Madhu Shantan 2024-11-25 22:57:33 +05:30 committed by GitHub
commit c904d554f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -30,15 +30,17 @@ docker pull 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
ollama pull llama3.2
ollama pull openhermes
```
4. Run the AI RAG Agent
```bash
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.

View file

@ -1,4 +1,5 @@
phidata
qdrant-client
ollama
pypdf
pypdf
openai