CoolFace
Apppublic

ArthyP/technical-rag-assistant

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
deployment_summary.json42 linesDownload Raw Back to root
1{2  "deployment_info": {3    "total_files": 27,4    "total_size_mb": 1.71,5    "deployment_date": "2025-07-03",6    "system_status": "85% production ready (confidence bug fixed)"7  },8  "files_included": {9    "essential_files": [10      "app.py",11      "streamlit_app.py",12      "requirements.txt",13      "README.md"14    ],15    "source_directories": [16      "src",17      "shared_utils"18    ],19    "sample_documents": [20      "riscv-base-instructions.pdf",21      "GMLP_Guiding_Principles.pdf",22      "riscv-card.pdf"23    ],24    "tests_included": [25      "test_basic_rag.py",26      "test_integration.py"27    ]28  },29  "hf_spaces_config": {30    "sdk": "streamlit",31    "python_version": "3.11",32    "hardware": "cpu-basic",33    "demo_mode": "enabled (ollama not available)"34  },35  "key_features": [36    "Document processing and chunking",37    "Hybrid search (semantic + keyword)",38    "Quality UI demonstration",39    "Complete source code access",40    "Professional documentation"41  ]42}