summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCHEN SHENGYUAN <chenshengyuan@CHENdeMacBook-Air.local>2025-12-18 15:35:33 +0800
committerCHEN SHENGYUAN <chenshengyuan@CHENdeMacBook-Air.local>2025-12-18 15:35:33 +0800
commit7a4ad471c9026c7882504b1c8b730045b4bb74af (patch)
tree863a1be06e96de2b96452a2691f93804510d1f38 /requirements.txt
parentf70419cda9ea442ed3e965fcd3b2b4035f124308 (diff)
enable vectorized retrieval with sparse matrix operations
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index da4c82d..0c4f40c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,9 +1,10 @@
-httpx[socks]==0.28.1
+httpx==0.25.2
numpy==1.21.0
openai==1.54.5
pandas==1.3.0
python-igraph==0.11.8
scikit-learn==1.3.2
+scipy>=1.7.0
sentence-transformers==2.2.2
spacy==3.6.1
tqdm==4.67.1