amz_review_analyse/requirements.txt
OnesvmWhoops 91e6c47fc0 迁移 DeepSeek Chat API,并支持本地 Qwen3 Embedding 向量化。
统一 voc_llm 密钥解析与默认模型;向量化改为本地 mlx 模型;更新 README、gitignore 与流水线文档。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 16:15:03 +08:00

11 lines
209 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

openai>=1.40.0
numpy>=1.24.0
umap-learn>=0.5.5
hdbscan>=0.8.33
scikit-learn>=1.3.0
spacy>=3.7.0
pyyaml>=6.0
jieba>=0.42.1
# 本地 embedding(Python 3.10+,Apple Silicon)
mlx>=0.22.0
mlx-embeddings>=0.1.0