guangliang.yin commited on
Commit
efdfa77
1 Parent(s): 6978c3c

优化依赖

Browse files
Files changed (2) hide show
  1. app.py +3 -1
  2. requirements.txt +2 -1
app.py CHANGED
@@ -69,7 +69,9 @@ if __name__ == "__main__":
69
  <h1><center>Langchain And Zilliz Cloud Example</center></h1>
70
  This is how to use Zilliz Cloud as vector store in LangChain.
71
  The purpose of this example is to allow you to input multiple URLs (separated by newlines) and then ask questions about the content of the corresponding web pages.
72
- v.2.26.19.47
 
 
73
  ## 📋 Prerequisite:
74
 
75
  1. 🔑 To obtain an OpenAI key, please visit https://platform.openai.com/account/api-keys.
 
69
  <h1><center>Langchain And Zilliz Cloud Example</center></h1>
70
  This is how to use Zilliz Cloud as vector store in LangChain.
71
  The purpose of this example is to allow you to input multiple URLs (separated by newlines) and then ask questions about the content of the corresponding web pages.
72
+
73
+ v.2.26.19.52
74
+
75
  ## 📋 Prerequisite:
76
 
77
  1. 🔑 To obtain an OpenAI key, please visit https://platform.openai.com/account/api-keys.
requirements.txt CHANGED
@@ -5,4 +5,5 @@ tiktoken
5
  gradio
6
  bs4
7
  uuid
8
- zhipuai
 
 
5
  gradio
6
  bs4
7
  uuid
8
+ zhipuai
9
+ transformers