Skip to content

Commit

Permalink
chore(docs): update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalimli committed Mar 12, 2024
1 parent 8f94d05 commit ecf6d04
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,18 @@ Easiest way to get started is to use our [Cloud API](https://d3jvqvcd9u4534.clou
5. Run server
```bash
uvicorn main:app --reload
```
6. Start Kafka & Redis
```bash
docker compose up -d
```
7. Start Kafka consumer
```bash
cd ./service/kafka & python3 ./consume.py
```



## 🤖 Interpreter mode
Super-Rag has built in support for running computational Q&A using code interpreters powered by [E2B.dev](https://e2b.dev) custom runtimes. You can signup to receive an API key to leverage they sandboxes in a cloud environment or setup your own by following [these instructions](https://github.com/e2b-dev/infra).

Expand Down

0 comments on commit ecf6d04

Please sign in to comment.