Merge branch 'main' into copilot/add-document-similarity-detection

This commit is contained in:
Christian Krakau-Louis
2026-03-01 22:06:55 +01:00
committed by GitHub
17 changed files with 1096 additions and 10 deletions
+2
View File
@@ -24,6 +24,7 @@ from app.api.url_upload import router as url_upload_router
# Import all the individual routers
from app.api.user import router as user_router
from app.api.webhooks import router as webhooks_router
# Set up logging
logger = logging.getLogger(__name__)
@@ -48,3 +49,4 @@ router.include_router(search_router)
router.include_router(queue_router)
router.include_router(saved_searches_router)
router.include_router(similarity_router)
router.include_router(webhooks_router)