diff --git a/README.md b/README.md index 6317ebf9..dd752283 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,7 @@ app.reset() ### Count Counts the number of embeddings (chunks) in the database. -``` +```python print(app.count()) # returns: 481 ```