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
- unstructured==0.6.3
- pytesseract==0.3.10
- markdown2
- chromadb

View File

@ -52,4 +52,5 @@ llama-index==0.5.27
pymysql
unstructured==0.6.3
pytesseract==0.3.10
chromadb
chromadb
markdown2