Просмотр исходного кода

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

cachho 2 лет назад
Родитель
Сommit
bf1f0830dd
1 измененных файлов с 1 добавлено и 1 удалено
  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
 ```