docs: update readme to highlight python code snippet (#178)

This commit is contained in:
cachho
2023-07-07 13:09:16 +02:00
committed by GitHub
parent 0bb3d0afe9
commit bf1f0830dd

View File

@@ -337,7 +337,7 @@ app.reset()
### Count
Counts the number of embeddings (chunks) in the database.
```
```python
print(app.count())
# returns: 481
```