cherry-pick 74694214
This commit is contained in:
parent
af3b2cf118
commit
88c78625f8
3 changed files with 4 additions and 6 deletions
|
|
@ -50,7 +50,7 @@ api = [
|
||||||
"nano-vectordb",
|
"nano-vectordb",
|
||||||
"networkx",
|
"networkx",
|
||||||
"numpy",
|
"numpy",
|
||||||
"openai>=1.0.0,<2.0.0",
|
"openai>=1.0.0,<3.0.0",
|
||||||
"pandas>=2.0.0,<2.3.0",
|
"pandas>=2.0.0,<2.3.0",
|
||||||
"pipmaster",
|
"pipmaster",
|
||||||
"pydantic",
|
"pydantic",
|
||||||
|
|
@ -100,7 +100,7 @@ offline-storage = [
|
||||||
|
|
||||||
offline-llm = [
|
offline-llm = [
|
||||||
# LLM provider dependencies
|
# LLM provider dependencies
|
||||||
"openai>=1.0.0,<2.0.0",
|
"openai>=1.0.0,<3.0.0",
|
||||||
"anthropic>=0.18.0,<1.0.0",
|
"anthropic>=0.18.0,<1.0.0",
|
||||||
"ollama>=0.1.0,<1.0.0",
|
"ollama>=0.1.0,<1.0.0",
|
||||||
"zhipuai>=2.0.0,<3.0.0",
|
"zhipuai>=2.0.0,<3.0.0",
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ aioboto3>=12.0.0,<16.0.0
|
||||||
anthropic>=0.18.0,<1.0.0
|
anthropic>=0.18.0,<1.0.0
|
||||||
llama-index>=0.9.0,<1.0.0
|
llama-index>=0.9.0,<1.0.0
|
||||||
ollama>=0.1.0,<1.0.0
|
ollama>=0.1.0,<1.0.0
|
||||||
openai>=1.0.0,<2.0.0
|
openai>=1.0.0,<3.0.0
|
||||||
google-genai>=1.0.0,<2.0.0
|
|
||||||
voyageai>=0.2.0,<1.0.0
|
voyageai>=0.2.0,<1.0.0
|
||||||
zhipuai>=2.0.0,<3.0.0
|
zhipuai>=2.0.0,<3.0.0
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,7 @@ asyncpg>=0.29.0,<1.0.0
|
||||||
llama-index>=0.9.0,<1.0.0
|
llama-index>=0.9.0,<1.0.0
|
||||||
neo4j>=5.0.0,<7.0.0
|
neo4j>=5.0.0,<7.0.0
|
||||||
ollama>=0.1.0,<1.0.0
|
ollama>=0.1.0,<1.0.0
|
||||||
openai>=1.0.0,<2.0.0
|
openai>=1.0.0,<3.0.0
|
||||||
google-genai>=1.0.0,<2.0.0
|
|
||||||
openpyxl>=3.0.0,<4.0.0
|
openpyxl>=3.0.0,<4.0.0
|
||||||
pymilvus>=2.6.2,<3.0.0
|
pymilvus>=2.6.2,<3.0.0
|
||||||
pymongo>=4.0.0,<5.0.0
|
pymongo>=4.0.0,<5.0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue