0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oG-Memory
  2. /
  3. providers
  4. /
  5. llm
Vincent__SunVincent__Sunfeat: attribute internal tool usage
4ee898f2创建于 11 天前历史提交
文件最后提交记录最后更新时间
__init__.py
refactor: dead code removal and embedding model migration to bge-m3 Remove unused code across the codebase and migrate embedding model from bge-large-en-v1.5 (dim 1536) to bge-m3 (dim 1024). Dead code removed: - lifecycle/aging_job.py (entire module) - OwnerScope enum, unused VectorIndex methods - _flush_session, poll_task/TaskStatus, _normalize_path - GPT-3.5 constants, get_st_embedder, UserInfo dataclass Cleanup: unused imports, datetime.utc modernization, import sorting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 1 个月前
mock_llm.py
feat(extraction): dual-run extraction with different temperatures Run each span twice (default temp + temp=0) to improve extraction coverage. Update tests and config defaults accordingly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 26 天前
openai_llm.py
feat: attribute internal tool usage 11 天前