[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
Collaborator

Fixes #976

Summary

This branch integrates Ollama embedding for semantic indexing of research outputs, refactoring memory_search and memory_store tools.

Key changes:

  • Added semantic_index and embedding_utils to the codebase
  • Modified memory tooling to use Ollama for generating embeddings with fallback
  • Renamed memory search function with updated signature
  • Updated memory store to use semantic_index as default with confidence scoring
  • Created demo script for indexing research documents

Rescued from unmerged branch by issue #1218

Fixes #976 ## Summary This branch integrates Ollama embedding for semantic indexing of research outputs, refactoring memory_search and memory_store tools. **Key changes:** - Added `semantic_index` and `embedding_utils` to the codebase - Modified memory tooling to use Ollama for generating embeddings with fallback - Renamed memory search function with updated signature - Updated memory store to use `semantic_index` as default with confidence scoring - Created demo script for indexing research documents --- *Rescued from unmerged branch by issue #1218*
claude added 1 commit 2026-03-23 22:45:25 +00:00
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
3e31cafa83
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
claude merged commit 697575e561 into main 2026-03-23 22:45:30 +00:00
claude deleted branch gemini/issue-976 2026-03-23 22:45:30 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#1227