From bf1f0830dd08b2ecc82fbd0bb3c198ac1caaa6d1 Mon Sep 17 00:00:00 2001 From: cachho Date: Fri, 7 Jul 2023 13:09:16 +0200 Subject: [PATCH] docs: update readme to highlight python code snippet (#178) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```