Selaa lähdekoodia

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

cachho 2 vuotta sitten
vanhempi
commit
bf1f0830dd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      README.md

+ 1 - 1
README.md

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