Add semantic-index service, deployment assets, and tests

This commit is contained in:
Jason Thistlethwaite
2026-05-04 09:50:03 -04:00
parent faad70872b
commit b305544f63
42 changed files with 5059 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
"""Local semantic index service for Redmine and future source adapters."""
__all__ = [
"config",
"embeddings",
"ingest",
"mcp",
"models",
"qdrant_store",
"redmine",
"search",
]