Add support for RAG

This commit is contained in:
Ramnique Singh 2025-04-30 23:36:49 +05:30 committed by akhisud3195
parent 2156c94449
commit b80eaffbe9
22 changed files with 552 additions and 900 deletions

View file

@ -22,11 +22,11 @@ Powered by OpenAI's Agents SDK, Rowboat is the fastest way to build multi-agents
export OPENAI_API_KEY=your-openai-api-key
```
2. Clone the repository and start Rowboat docker
2. Clone the repository and start Rowboat
```bash
git clone git@github.com:rowboatlabs/rowboat.git
cd rowboat
docker-compose up --build
./start.sh
```
3. Access the app at [http://localhost:3000](http://localhost:3000).