chore: add faiss and aiosqlite deps

This commit is contained in:
Soulter
2025-05-23 14:04:13 +08:00
parent 06b4d8f169
commit 4107a17370
3 changed files with 1422 additions and 1296 deletions
@@ -1,4 +1,9 @@
import faiss
try:
import faiss
except ModuleNotFoundError:
raise ImportError(
"faiss 未安装。请使用 'pip install faiss-cpu''pip install faiss-gpu' 安装。"
)
import os
import numpy as np
+2
View File
@@ -8,6 +8,7 @@ dependencies = [
"aiocqhttp>=1.4.4",
"aiodocker>=0.24.0",
"aiohttp>=3.11.18",
"aiosqlite>=0.21.0",
"anthropic>=0.51.0",
"apscheduler>=3.11.0",
"beautifulsoup4>=4.13.4",
@@ -19,6 +20,7 @@ dependencies = [
"defusedxml>=0.7.1",
"dingtalk-stream>=0.22.1",
"docstring-parser>=0.16",
"faiss-cpu>=1.11.0",
"filelock>=3.18.0",
"google-genai>=1.14.0",
"googlesearch-python>=1.3.0",
Generated
+1414 -1295
View File
File diff suppressed because it is too large Load Diff