From b93ba8280acbbc0925327da64a2fec20f2d0bcc5 Mon Sep 17 00:00:00 2001 From: csunny Date: Fri, 12 May 2023 01:00:39 +0800 Subject: [PATCH] add relay --- environment.yml | 2 ++ requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index db3929e23..d5a68abb2 100644 --- a/environment.yml +++ b/environment.yml @@ -62,3 +62,5 @@ dependencies: - pymysql - unstructured==0.6.3 - pytesseract==0.3.10 + - markdown2 + - chromadb \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index d3bcf1bec..7102191ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,4 +52,5 @@ llama-index==0.5.27 pymysql unstructured==0.6.3 pytesseract==0.3.10 -chromadb \ No newline at end of file +chromadb +markdown2 \ No newline at end of file