glam/backend/rag/__init__.py
2025-12-11 22:32:09 +01:00

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"