8 lines
202 B
Python
8 lines
202 B
Python
"""
|
|
Heritage RAG Backend
|
|
|
|
Multi-source retrieval-augmented generation system for heritage custodian data.
|
|
Combines Qdrant vector search, Oxigraph SPARQL, TypeDB, and PostGIS.
|
|
"""
|
|
|
|
__version__ = "1.0.0"
|