aaa
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[project]
|
||||
name = "scripts"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"firecrawl>=4.10.2",
|
||||
"langchain>=1.2.0",
|
||||
"langchain-community>=0.4.1",
|
||||
"langchain-core>=1.2.2",
|
||||
"numpy>=2.2.6",
|
||||
"pgvector>=0.4.2",
|
||||
"pinecone>=8.0.0",
|
||||
"psycopg2-binary>=2.9.11",
|
||||
"pymilvus>=2.6.5",
|
||||
"qdrant-client==1.10.1",
|
||||
"redis>=7.1.0",
|
||||
"requests>=2.32.5",
|
||||
]
|
||||
Reference in New Issue
Block a user