An open API service indexing awesome lists of open source software.

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

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?