0d61a9e191
Update types.yaml to change chunking profiles and enhance detection keywords
...
Deploy mindnet to llm-node / deploy (push) Successful in 3s
- Replaced 'sliding_smart_edges' with 'structured_smart_edges' for multiple types to improve data processing.
- Added detection keywords for 'goal', 'concept', 'task', 'journal', 'source', 'glossary', 'person', and 'event' to enhance retrieval capabilities.
- Adjusted retriever weights for consistency across types.
2026-01-21 07:17:20 +01:00
55d1a7e290
Update decision_engine.yaml to add new relationship attributes for enhanced edge configuration
...
Deploy mindnet to llm-node / deploy (push) Successful in 3s
- Introduced 'upholds', 'violates', 'aligned_with', 'conflicts_with', 'supports', and 'contradicts' attributes to improve the decision engine's relationship handling.
- Added 'followed_by' and 'preceded_by' attributes to the facts_stream for better context in data relationships.
2026-01-20 12:36:10 +01:00
4537e65428
Update decision_engine.yaml to rename 'enforced_by' to 'depends_on' for clarity in edge boost configuration
Deploy mindnet to llm-node / deploy (push) Successful in 4s
2026-01-20 11:34:39 +01:00
003a270548
Implement WP-24c v4.2.0: Introduce configurable header names and levels for LLM validation and Note-Scope zones in the chunking system. Update chunking models, parser, and processor to support exclusion of edge zones during chunking. Enhance documentation and configuration files to reflect new environment variables for improved flexibility in Markdown processing.
2026-01-10 21:46:51 +01:00
a392dc2786
Update type_registry, graph_utils, ingestion_note_payload, and discovery services for dynamic edge handling: Integrate EdgeRegistry for improved edge defaults and topology management (WP-24c). Enhance type loading and edge resolution logic to ensure backward compatibility while transitioning to a more robust architecture. Version bumps to 1.1.0 for type_registry, 1.1.0 for graph_utils, 2.5.0 for ingestion_note_payload, and 1.1.0 for discovery service.
2026-01-09 15:20:12 +01:00
548c503e7c
Merge pull request 'WP25b' ( #21 ) from WP25b into main
...
Deploy mindnet to llm-node / deploy (push) Successful in 5s
Reviewed-on: #21
2026-01-03 15:12:58 +01:00
277444ec0a
Enhance Decision Engine configuration: Add 'expert_for' setting to edge_boosts in decision_engine.yaml to improve strategy determination and flexibility.
Deploy mindnet to llm-node / deploy (push) Successful in 3s
2026-01-03 15:09:31 +01:00
8505538b34
Refactor ingestion validation and decision engine error handling: Differentiate between transient and permanent validation errors in ingestion validation to improve data integrity. Enhance decision engine configuration loading with schema validation and error handling for missing keys and YAML syntax errors. Update fallback synthesis prompt handling in LLMService for improved error recovery. Add new fallback synthesis prompts to prompts.yaml for better context-based responses.
2026-01-02 22:09:16 +01:00
7026fc4fed
Update components for WP-25b: Implement Lazy-Prompt-Orchestration across ingestion, decision engine, chat interface, and LLM service. Enhance prompt management with hierarchical model support and streamline response generation by removing manual formatting. Bump versions to reflect new features and optimizations.
2026-01-02 20:43:31 +01:00
5541ceb13d
Update LLM profiles in llm_profiles.yaml: Change models for 'synthesis_pro', 'synthesis_backup', and 'tech_expert' profiles to enhance performance and capabilities, reflecting the latest advancements in AI model offerings.
2026-01-02 13:46:50 +01:00
9b906bbabf
Update FastAPI application and related services for WP-25a: Enhance lifespan management with Mixture of Experts (MoE) integrity checks, improve logging and error handling in LLMService, and integrate profile-driven orchestration across components. Bump versions for main application, ingestion services, and LLM profiles to reflect new features and optimizations.
2026-01-02 08:57:29 +01:00
9a98093e70
Enhance Decision Engine configuration: Add 'router_profile' setting to decision_engine.yaml and update the DecisionEngine class to utilize this profile when generating responses, improving flexibility in strategy determination.
2026-01-02 07:45:34 +01:00
de05784428
Update LLM profiles in llm_profiles.yaml: Change model for 'compression_fast' and 'synthesis_pro' profiles to 'mistralai/mistral-7b-instruct:free' and adjust provider for 'synthesis_pro' to 'openrouter' for improved performance.
2026-01-02 07:31:09 +01:00
d0eae8e43c
Update Decision Engine and related components for WP-25a: Bump version to 1.2.0, enhance multi-stream retrieval with pre-synthesis compression, and integrate Mixture of Experts (MoE) profile support. Refactor chat interface to utilize new compression logic and llm_profiles for improved synthesis. Maintain compatibility with existing methods and ensure robust error handling across services.
2026-01-02 07:04:43 +01:00
124849c580
Update decision_engine.yaml for WP-25: Bump version to 3.1.6, enhance definitions with stricter type usage from types.yaml, and refine strategy descriptions. Introduce new trigger keywords for improved intent classification and ensure compatibility with multi-stream retrieval strategies. Add clarifications for emotional reflection and technical support strategies.
2026-01-01 13:10:42 +01:00
ea38743a2a
Update Decision Engine and DTOs for WP-25: Bump version to 1.0.3 and 0.7.1 respectively. Introduce stream tracing support by adding 'stream_origin' to QueryHit model. Enhance robustness with pre-initialization of stream variables and improve logging for unknown strategies. Refactor prompts for clarity and consistency in multi-stream synthesis.
2026-01-01 12:38:32 +01:00
5ab01c5150
Update decision_engine.yaml and prompts.yaml for WP-25: Bump version to 3.1.5, enhance stream definitions with stricter type usage from types.yaml, and refine strategy descriptions for clarity. Introduce new trigger keywords for improved intent classification and ensure compatibility with multi-stream retrieval strategies.
2026-01-01 09:12:31 +01:00
ed3f3e5588
Update Decision Engine for WP-25: Bump version to 1.0.2, enhance robustness by pre-initializing stream variables to prevent KeyErrors, and fix template mismatches in strategy definitions. Ensure compatibility with updated YAML configuration for multi-stream retrieval strategies.
2026-01-01 08:51:33 +01:00
008167268f
Update main application and services for WP-25 release, introducing Agentic Multi-Stream RAG capabilities. Enhance lifespan management, global error handling, and integrate LLMService with DecisionEngine for improved retrieval and synthesis. Update dependencies and versioning across modules, ensuring compatibility with new multi-stream architecture. Refactor chat router to support new intent classification and retrieval strategies, while maintaining stability and performance improvements.
2026-01-01 07:52:41 +01:00
cd5383432e
Parametrisierung der wesentliche Einstellwerte in der types.yaml
2025-12-27 18:45:15 +01:00
f6b2375d65
WP15b - Initial
2025-12-26 21:52:08 +01:00
470e653da6
Umstellung auf Openrouter für Interview und Empathy
Deploy mindnet to llm-node / deploy (push) Successful in 6s
2025-12-26 05:35:15 +01:00
27b404560c
Dokumentation WP20
2025-12-25 19:39:16 +01:00
4ac504a4ae
Anpassung der prompts für openrouter
2025-12-25 09:43:47 +01:00
56dd1bcd84
WP20 Abschluss
2025-12-25 08:45:32 +01:00
5c55229376
bereinigung Code Basis, wegfall von Platzhaltern und Annahmen. Volle Kofigurierbarkeit
2025-12-25 08:38:08 +01:00
4ab44e36a2
Mit ChatGBT Überarbeitetes Modell WP20
2025-12-24 07:47:45 +01:00
5278c75ac1
bug fix
2025-12-23 22:02:32 +01:00
a908853c30
weitere Anpassungen WP20
2025-12-23 21:57:50 +01:00
867a7a8b44
bug fix Wp20
2025-12-23 21:44:49 +01:00
2c073c7d3c
bug Fix
2025-12-23 19:05:43 +01:00
0157faab89
komplett neues WP20 deployment
2025-12-23 18:51:12 +01:00
36fb27edf0
komplette openrouter integration
2025-12-23 15:55:06 +01:00
234949800b
WP20 initial
2025-12-23 14:33:51 +01:00
0c2dc61cb5
types and edge types
Deploy mindnet to llm-node / deploy (push) Successful in 3s
2025-12-21 17:20:33 +01:00
725dc6bda4
notiz typen und doku
Deploy mindnet to llm-node / deploy (push) Successful in 3s
2025-12-20 16:45:25 +01:00
444f64e94c
types.yaml um weitere Typen ergänzt
Deploy mindnet to llm-node / deploy (push) Successful in 3s
2025-12-19 17:37:30 +01:00
136c3bb43f
neue version
2025-12-18 14:00:08 +01:00
8af744fc97
bug fix
2025-12-18 12:48:57 +01:00
7f7d8c87db
neuer semantik retriever im Chat
2025-12-18 12:40:34 +01:00
c61b66b49d
neue chunker, Fehler und Strategie Korrektur
2025-12-16 12:07:28 +01:00
1fe9582cbe
bug fix
2025-12-12 18:10:26 +01:00
0b8f0a6c22
neue architekturaufteilung für chat in WP11 gebaut
2025-12-12 16:32:11 +01:00
30047f8e00
ui fix prompt fix
2025-12-12 15:55:08 +01:00
65bc7622f8
prompt korrigiert
2025-12-12 13:59:36 +01:00
844d13316a
korrektur prompt
2025-12-12 13:55:11 +01:00
a403d8baf6
neue Wartelogik, neuer Prompt
2025-12-12 13:53:54 +01:00
1e3fcc1633
types angepasst
2025-12-12 13:19:28 +01:00
0d28a6c1a7
korrigierte types.yaml
2025-12-12 13:06:55 +01:00
df971f9c56
neuer start semantic chunker
2025-12-12 11:40:38 +01:00