# 超级兴趣体构建流水线依赖 # 核心依赖 PyYAML>=6.0 tqdm>=4.65.0 # LLM dashscope>=1.14.0 json-repair>=0.7.0 # Embedding与向量检索(可选,未安装时使用模拟模式) # FlagEmbedding>=1.2.0 # faiss-cpu>=1.7.4 # CPU版本 # faiss-gpu>=1.7.4 # GPU版本(二选一) # 数据处理 # numpy>=1.24.0 # pandas>=2.0.0 # 可选,用于高级数据分析 # 测试(可选) # pytest>=7.3.0 # pytest-asyncio>=0.21.0