ソースを参照

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

cachho 2 年 前
コミット
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
 ```