We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb69f2 commit cda5acbCopy full SHA for cda5acb
1 file changed
README.md
@@ -24,6 +24,12 @@ response = client.get("What's the capital city of France?")
24
print(response) # "Paris"
25
```
26
27
+The above snippet requires a running Semcache server. You can start one using Docker:
28
+
29
+```bash
30
+docker run -p 8080:8080 ghcr.io/sensoris/semcache:latest
31
+````
32
33
## Configuration
34
35
```python
0 commit comments