Skip to content

Commit cda5acb

Browse files
committed
Docker semcache run
1 parent 4fb69f2 commit cda5acb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ response = client.get("What's the capital city of France?")
2424
print(response) # "Paris"
2525
```
2626

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+
2733
## Configuration
2834

2935
```python

0 commit comments

Comments
 (0)