feat(search-server): enhance decision search with optional semantic query support

- Updated the 'decisions' tool to accept an optional 'query' parameter for semantic filtering.
- Implemented logic to handle semantic search using Chroma when a query is provided.
- Preserved ranking order of results based on Chroma's output.
- Added fallback to metadata-first search when no query is present.
This commit is contained in:
Alex Newman
2025-11-25 16:37:08 -05:00
parent 73982dc709
commit 4e5913611a
3 changed files with 135 additions and 43 deletions
File diff suppressed because one or more lines are too long