Ver Fonte

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

cachho há 2 anos atrás
pai
commit
bf1f0830dd
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 ```