You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: complete vectorstore adapter parameter name updates
- Update client-side reranking fallback to use descriptive parameter names
- Add backward compatibility for old parameter names in parameter extraction
- Both server-side and client-side recency paths now use descriptive names internally
- Update task memory with completion status
All server-side components now use readable parameter names:
- semantic_weight (vs w_sem)
- recency_weight (vs w_recency)
- freshness_weight (vs wf)
- novelty_weight (vs wa)
Full backward compatibility maintained - all old names still work.
Comprehensive test suite passes: 35+ tests across all affected modules.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments