feat: rag

This commit is contained in:
heyong.fu
2026-05-06 11:35:10 +08:00
commit a17c65c4bc
75 changed files with 5196 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
[project]
name = "rag"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4>=4.14.2",
"chromadb>=1.3.5",
"langchain-text-splitters>=1.0.0",
"load-dotenv>=0.1.0",
"lxml>=6.0.2",
"openai>=2.9.0",
"openpyxl>=3.1.5",
"playwright>=1.56.0",
"pymupdf>=1.26.6",
"python-docx>=1.2.0",
"python-dotenv>=1.2.1",
"python-pptx>=1.0.2",
"sentence-transformers>=5.1.2",
"volcengine>=1.0.207",
"volcengine-python-sdk[ark]>=4.0.35",
]