MicroFish/backend/app/utils
shayswrld 6701212d15 feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support
- Remove Zep Cloud dependency entirely (zep_entity_reader, zep_graph_memory_updater, zep_tools, zep_paging)
- Add local SQLite-based graph store with LLM-powered entity extraction
- Add local embeddings utility and graph tools service
- Translate all backend docstrings, LLM prompts, and UI to English
- Set English as default language, remove Chinese locale (zh.json)
- Add Ollama setup guide and configure .env.example for Ollama
- Add AGENTS.md for AI agent context
- Fix pyright type errors in models/services
- Add Nedbank Africa expansion preset
- Clean up Docker configuration and README
2026-07-22 22:01:46 +02:00
..
__init__.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
embeddings.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
file_parser.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
llm_client.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
locale.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
logger.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
ontology.py fix: modernize Zep Cloud integration 2026-07-23 00:20:28 +08:00
openai_chat_compat.py fix: keep GPT-5 compatibility handling narrow 2026-07-22 19:48:32 +08:00
retry.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
zep.py fix: keep Zep timeouts internal 2026-07-23 00:32:53 +08:00
zep_lifecycle.py fix: modernize Zep Cloud integration 2026-07-23 00:20:28 +08:00