https://github.com/xgracias/local-ai-agent
Local AI Agent with RAG
https://github.com/xgracias/local-ai-agent
ai ai-agent python
Last synced: 18 days ago
JSON representation
Local AI Agent with RAG
- Host: GitHub
- URL: https://github.com/xgracias/local-ai-agent
- Owner: xgracias
- License: mit
- Created: 2025-05-14T02:12:29.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2025-05-14T03:43:33.000Z (18 days ago)
- Last Synced: 2025-05-14T04:38:50.218Z (18 days ago)
- Topics: ai, ai-agent, python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# local-ai-agent
Local AI Agent with RAG
## step 1 - setup env
windows:
```bash
python -m venv venv
./venv/Scripts/activate
pip install -r .\requirements.txt
```## step 2 - install ollama
https://ollama.com/
## step 3 - pull models
```bash
ollama pull llama3.2
ollama pull mxbai-embed-large
```## step 4 - run the app
```bash
python ./main.py
```# video
Q: how is the quality of the pizza?