docling-studio/document-parser/tests/neo4j
Pier-Jean Malandrino dfbca40730 feat(neo4j): Day 1 — compose service, driver, schema bootstrap
Add Neo4j as an optional graph-native storage layer (ingestion profile).
Introduces infra/neo4j with a singleton async driver wrapper and an
idempotent bootstrap of constraints + indexes, wired into the FastAPI
lifespan. Integration tests skip when no live Neo4j is reachable.

Refs #186
2026-04-20 10:13:18 +02:00
..
__init__.py feat(neo4j): Day 1 — compose service, driver, schema bootstrap 2026-04-20 10:13:18 +02:00
conftest.py feat(neo4j): Day 1 — compose service, driver, schema bootstrap 2026-04-20 10:13:18 +02:00
test_document_roundtrip.py feat(neo4j): Day 1 — compose service, driver, schema bootstrap 2026-04-20 10:13:18 +02:00
test_driver.py feat(neo4j): Day 1 — compose service, driver, schema bootstrap 2026-04-20 10:13:18 +02:00
test_schema.py feat(neo4j): Day 1 — compose service, driver, schema bootstrap 2026-04-20 10:13:18 +02:00