Skip to content

Commit ecf6d04

Browse files
committed
chore(docs): update readme.md
1 parent 8f94d05 commit ecf6d04

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,18 @@ Easiest way to get started is to use our [Cloud API](https://d3jvqvcd9u4534.clou
5555
5. Run server
5656
```bash
5757
uvicorn main:app --reload
58+
```
59+
6. Start Kafka & Redis
60+
```bash
61+
docker compose up -d
62+
```
63+
7. Start Kafka consumer
64+
```bash
65+
cd ./service/kafka & python3 ./consume.py
5866
```
67+
68+
69+
5970
## 🤖 Interpreter mode
6071
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).
6172

0 commit comments

Comments
 (0)