Files
redmine/semantic_index/__init__.py
T
2026-05-04 09:50:03 -04:00

13 lines
210 B
Python

"""Local semantic index service for Redmine and future source adapters."""
__all__ = [
"config",
"embeddings",
"ingest",
"mcp",
"models",
"qdrant_store",
"redmine",
"search",
]