docling-studio/document-parser/domain
Pier-Jean Malandrino 3fe0d3daa5 feat(#251): add Neo4j as a StoreKind
- domain : StoreKind.NEO4J ajouté à l'enum
- service : validation config par kind étendue (Neo4j requires non-empty index_name)
- frontend : Neo4jConfigForm (index_name + database optionnelle), dispatcher StoreConfigForm, dropdown kind, i18n FR/EN
- tests service : 2 cas Neo4j (create OK + missing index_name 422)

Auth (URI/user/password) reste pilotée par les variables d'environnement
globales (cf. infra/neo4j.py) — la config par store ne porte que les
paramètres routables (index, database).
2026-05-04 13:37:44 +02:00
..
__init__.py Radical architecture change, migration to a more lightweight 2026-03-17 16:06:27 +01:00
chunk_editing.py feat(#205): promote chunks to first-class entities + audit trail 2026-04-29 17:09:59 +02:00
events.py feat(#202): introduce Document lifecycle state machine 2026-04-29 15:34:25 +02:00
exceptions.py feat(#202): introduce Document lifecycle state machine 2026-04-29 15:34:25 +02:00
hashing.py feat(#204): deterministic chunkset hash for auto-stale detection 2026-04-29 17:09:25 +02:00
lifecycle.py feat(#202): introduce Document lifecycle state machine 2026-04-29 15:34:25 +02:00
lifecycle_aggregation.py feat(#203): per (document, store) ingestion state 2026-04-29 17:08:34 +02:00
models.py feat(#205): promote chunks to first-class entities + audit trail 2026-04-29 17:09:59 +02:00
ports.py feat(#205): promote chunks to first-class entities + audit trail 2026-04-29 17:09:59 +02:00
services.py fix(arch): inject repositories and extract domain logic 2026-04-10 11:44:33 +02:00
value_objects.py feat(#251): add Neo4j as a StoreKind 2026-05-04 13:37:44 +02:00
vector_schema.py feat(domain): add VectorStore port and SearchResult value object 2026-04-10 20:40:17 +02:00