VcRlAgent commited on
Commit
1a4bc8e
·
1 Parent(s): 514a911

Rollback rerank and e5-large-v2 to all-MiniLM-L6-v2

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -27,7 +27,7 @@ app.add_middleware(
27
  app.include_router(ingest_routes.router, prefix="/api", tags=["Ingestion"])
28
  app.include_router(ask_routes.router, prefix="/api", tags=["Query"])
29
  app.include_router(metrics_routes.router, prefix="/api", tags=["Metrics"])
30
- app.include_router(debug_routes.router, prefix="/api", tags=["Debug"])
31
 
32
  logger.info("✅ Routers initialized:")
33
  for route in app.routes:
 
27
  app.include_router(ingest_routes.router, prefix="/api", tags=["Ingestion"])
28
  app.include_router(ask_routes.router, prefix="/api", tags=["Query"])
29
  app.include_router(metrics_routes.router, prefix="/api", tags=["Metrics"])
30
+ #app.include_router(debug_routes.router, prefix="/api", tags=["Debug"])
31
 
32
  logger.info("✅ Routers initialized:")
33
  for route in app.routes: