MicroFish/backend/app/services
Dominik Seemann b8de81a539 fix(graphiti): surface embedding failures and document ollama embedder
Replace the silent placeholder-UUID fallback in
_GraphNamespace.add_batch with logger.exception(...) + raise so
embedder misconfiguration (404 unknown model, connection refused, etc.)
fails the surrounding graph-build Task with a visible error instead of
producing a Task that looks completed while the graph stays empty.

Document the existing-but-undocumented Ollama embedder configuration
in .env.example, CLAUDE.md, README.md, and docker-compose.yml.
mxbai-embed-large is the recommended local model because its 1024-dim
output matches Graphiti's default EMBEDDING_DIM. Adds a curl smoke
test to verify embedder reachability before the first graph build.

No new env var or provider literal: Ollama is reached through the
existing openai-provider branch by setting EMBEDDING_BASE_URL,
EMBEDDING_API_KEY, and EMBEDDING_MODEL.

Closes #18
2026-05-07 20:39:42 +00:00
..
__init__.py Implement Interview feature for agent interactions in simulations 2025-12-08 15:55:39 +08:00
graph_builder.py Merge remote-tracking branch 'abhiyadav2345/feat/graphiti-neo4j-migration' 2026-05-05 15:03:47 +02:00
graphiti_adapter.py fix(graphiti): surface embedding failures and document ollama embedder 2026-05-07 20:39:42 +00:00
oasis_profile_generator.py feat(i18n): externalize chinese log and api response strings 2026-05-07 13:52:22 +00:00
ontology_generator.py feat(i18n): translate ontology_generator prompts to english 2026-05-07 09:40:27 +00:00
report_agent.py feat(i18n): externalize chinese log and api response strings 2026-05-07 13:52:22 +00:00
simulation_config_generator.py Merge pull request #19 from salestech-group/feat/i18n-6-externalize-backend-logs 2026-05-07 17:09:38 +02:00
simulation_ipc.py feat(i18n): externalize chinese log and api response strings 2026-05-07 13:52:22 +00:00
simulation_manager.py feat(i18n): externalize chinese log and api response strings 2026-05-07 13:52:22 +00:00
simulation_runner.py feat(i18n): externalize chinese log and api response strings 2026-05-07 13:52:22 +00:00
text_processor.py Introduce Project ID for context management, finalizing the stateful API pipeline from file submission to graph construction. 2025-11-28 17:21:08 +08:00
zep_entity_reader.py feat(i18n): externalize chinese log and api response strings 2026-05-07 13:52:22 +00:00
zep_graph_memory_updater.py feat(i18n): externalize chinese log and api response strings 2026-05-07 13:52:22 +00:00
zep_tools.py feat(i18n): externalize chinese log and api response strings 2026-05-07 13:52:22 +00:00