0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oG-Memory
  2. /
  3. service
Vincent__SunVincent__Sunfeat: attribute internal tool usage
4ee898f2创建于 11 天前历史提交
文件最后提交记录最后更新时间
__init__.py
fix: retrieval — assembly pipeline bugs + OpenViking conventions 1 个月前
api.py
feat: attribute internal tool usage 11 天前
index_service.py
feat(index): directory summary control and prefetch URI fix - Add directory_summary_enabled parameter (default: false) to IndexService and OutboxWorker - Thread directory_summary_enabled through init_index_service and run_index_service - Promote UPSERT_DIRECTORY skip log from DEBUG to INFO for observability - Fix prefetch to strip /content.md suffix from L2 URIs before calling read_node() 1 个月前
memory_fs.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 个月前