Now we can show the files in the health

This commit is contained in:
Saifeddine ALOUI
2025-01-25 00:49:09 +01:00
parent 0266853cd7
commit e060fa6abb
2 changed files with 13 additions and 2 deletions

View File

@@ -1749,7 +1749,7 @@ def create_app(args):
"status": "healthy",
"working_directory": str(args.working_dir),
"input_directory": str(args.input_dir),
"indexed_files": len(doc_manager.indexed_files),
"indexed_files": doc_manager.indexed_files,
"configuration": {
# LLM configuration binding/host address (if applicable)/model (if applicable)
"llm_binding": args.llm_binding,