mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-17 23:44:24 +01:00
rag improvements
This commit is contained in:
@@ -16,7 +16,6 @@ from .analytics import router as analytics_router
|
||||
from .rag import router as rag_router
|
||||
from .chatbot import router as chatbot_router
|
||||
from .prompt_templates import router as prompt_templates_router
|
||||
from .security import router as security_router
|
||||
from .plugin_registry import router as plugin_registry_router
|
||||
|
||||
# Create main API router
|
||||
@@ -61,8 +60,6 @@ api_router.include_router(chatbot_router, prefix="/chatbot", tags=["chatbot"])
|
||||
# Include prompt template routes
|
||||
api_router.include_router(prompt_templates_router, prefix="/prompt-templates", tags=["prompt-templates"])
|
||||
|
||||
# Include security routes
|
||||
api_router.include_router(security_router, prefix="/security", tags=["security"])
|
||||
|
||||
|
||||
# Include plugin registry routes
|
||||
|
||||
Reference in New Issue
Block a user