add relay

This commit is contained in:
csunny 2023-05-12 01:00:39 +08:00
parent 122a91593b
commit b93ba8280a
2 changed files with 4 additions and 1 deletions

View File

@ -62,3 +62,5 @@ dependencies:
- pymysql - pymysql
- unstructured==0.6.3 - unstructured==0.6.3
- pytesseract==0.3.10 - pytesseract==0.3.10
- markdown2
- chromadb

View File

@ -53,3 +53,4 @@ pymysql
unstructured==0.6.3 unstructured==0.6.3
pytesseract==0.3.10 pytesseract==0.3.10
chromadb chromadb
markdown2