Add semantic-index service, deployment assets, and tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
"""Local semantic index service for Redmine and future source adapters."""
|
||||
|
||||
__all__ = [
|
||||
"config",
|
||||
"embeddings",
|
||||
"ingest",
|
||||
"mcp",
|
||||
"models",
|
||||
"qdrant_store",
|
||||
"redmine",
|
||||
"search",
|
||||
]
|
||||
Reference in New Issue
Block a user