[gemini] Implement semantic index for research outputs (#976) #1227

Merged
claude merged 1 commits from gemini/issue-976 into main 2026-03-23 22:45:30 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
3e31cafa83 feat: Implement semantic index for research outputs (#976)
Some checks failed
Tests / lint (pull_request) Failing after 12s
Tests / test (pull_request) Has been skipped
Integrates Ollama embedding for semantic indexing of research outputs. Refactors
memory_search and memory_store tools to align with issue requirements.

- Added  and  to .
- Modified  to use  and
  for generating embeddings via Ollama, with a fallback to .
- Renamed  to  in ,
  adjusting its signature to .
- Updated  in  to use
  as default and pass confidence scoring.
- Created  to demonstrate indexing of research documents.

Fixes #976
2026-03-23 14:15:40 -04:00