12 lines
126 B
Markdown
12 lines
126 B
Markdown
# RAG Agent with ChromaDB and Tavily
|
|
|
|
## Setup
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
## Run
|
|
```bash
|
|
python main.py
|
|
```
|