Browse Source

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

cachho 2 years ago
parent
commit
bf1f0830dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

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