Files
linear-coding-agent/memory
David Blanc Brioir c633ab5aff Fix unified tools to use near_vector instead of near_text
The Weaviate collections have vectorizer: "none", so near_text
searches fail silently. Changed all search handlers to:
- Import get_embedder from embedding_service
- Generate query vectors manually
- Use near_vector for semantic search

Affected handlers:
- search_memories_handler
- trace_concept_evolution_handler
- check_consistency_handler

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 21:46:33 +01:00
..