소스 검색

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
 ### 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
 ```
 ```