You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,18 @@ Easiest way to get started is to use our [Cloud API](https://d3jvqvcd9u4534.clou
55
55
5. Run server
56
56
```bash
57
57
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
58
66
```
67
+
68
+
69
+
59
70
## 🤖 Interpreter mode
60
71
Super-Rag has built in support forrunning 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 sandboxesin a cloud environment or setup your own by following [these instructions](https://github.com/e2b-dev/infra).
0 commit comments