File size: 50,672 Bytes
01c80f2 23265b1 01c80f2 23265b1 01c80f2 23265b1 01c80f2 23265b1 01c80f2 23265b1 01c80f2 23265b1 01c80f2 23265b1 01c80f2 23265b1 01c80f2 23265b1 01c80f2 23265b1 01c80f2 23265b1 01c80f2 23265b1 01c80f2 23265b1 01c80f2 23265b1 01c80f2 23265b1 01c80f2 af8ac78 01c80f2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 | # app.py - healthexpert UI
"""Document AI Expert β Flask Application."""
from __future__ import annotations
import sys
# ββ CLI switch parsing (must happen BEFORE config import) βββββββββββββββββββββ
# -hf β sets HF_MODE=1 (low-resource CPU mode)
# -noadmin β sets ADMIN_MODE=0 (disables admin routes and UI controls)
for _arg in sys.argv[1:]:
if _arg in ("-hf", "--hf"):
import os as _os
_os.environ["HF_MODE"] = "1"
elif _arg in ("-noadmin", "--noadmin"):
import os as _os
_os.environ["ADMIN_MODE"] = "0"
import os
os.environ["PYTHONWARNINGS"] = "ignore"
# Suppress HuggingFace Hub unauthenticated-request noise before any imports
os.environ.setdefault("HF_HUB_DISABLE_IMPLICIT_TOKEN", "1")
os.environ.setdefault("TOKENIZERS_PARALLELISM", "false")
import uuid, json, threading, subprocess, logging, warnings, signal, time
from pathlib import Path
warnings.filterwarnings("ignore", category=ImportWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)
warnings.filterwarnings("ignore", category=UserWarning)
warnings.filterwarnings("ignore", message=".*register_constant.*")
warnings.filterwarnings("ignore", message=".*Enum subclass.*")
warnings.filterwarnings("ignore", message=".*unauthenticated.*")
from flask import Flask, render_template, request, jsonify, Response, stream_with_context
import sys
sys.path.insert(0, str(Path(__file__).parent))
import config
from pipeline import vector_store, graph_store, embedder, document_loader, chunker
from agents.crew import run_ingest_crew, run_query_crew
log = logging.getLogger("app")
logging.basicConfig(level=logging.INFO,
format="%(asctime)s [app] %(levelname)s %(message)s")
# ββ Silence noisy third-party loggers βββββββββββββββββββββββββββββββββββββββββ
for _quiet in (
"werkzeug",
"numexpr",
"httpx",
"filelock",
"pikepdf",
"pikepdf._core",
"unstructured",
"unstructured.partition",
"unstructured.partition.pdf",
"pdfminer",
"pdfminer.pdfdocument",
"pdfminer.pdfpage",
"pdfminer.converter",
"huggingface_hub",
"huggingface_hub.utils",
"huggingface_hub.utils._validators",
"transformers",
"sentence_transformers",
"detectron2",
"pytesseract",
"PIL",
"torch",
"torch.utils",
"torch.utils._pytree",
):
logging.getLogger(_quiet).setLevel(logging.ERROR)
# Capture all Python warnings and route them to the py.warnings logger, then silence it
logging.captureWarnings(True)
logging.getLogger("py.warnings").setLevel(logging.ERROR)
# ββ App setup βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
app = Flask(__name__)
app.secret_key = config.SECRET_KEY
app.config["MAX_CONTENT_LENGTH"] = config.MAX_CONTENT_LENGTH
os.makedirs(config.UPLOAD_FOLDER, exist_ok=True)
from flask_limiter import Limiter
from flask_limiter.util import get_remote_address
from werkzeug.utils import escape
from huggingface_hub import HfApi, hf_hub_download
# Configure Rate Limiter (Memory Storage for MVP)
limiter = Limiter(
get_remote_address,
app=app,
default_limits=["200 per day", "10 per minute"],
storage_uri="memory://"
)
@app.after_request
def add_security_headers(response):
response.headers['X-Content-Type-Options'] = 'nosniff'
response.headers['X-Frame-Options'] = 'SAMEORIGIN'
response.headers['Strict-Transport-Security'] = 'max-age=31536000; includeSubDomains'
response.headers['Content-Security-Policy'] = "default-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.jsdelivr.net;"
return response
# Global background API for dataset upload
_hf_api = None
def get_hf_api():
global _hf_api
if _hf_api is None:
token = os.environ.get("HF_PRIVATE_TOKEN") or os.environ.get("HF_TOKEN")
if token:
_hf_api = HfApi(token=token)
return _hf_api
def async_sync_log(local_path: str, repo_path: str):
def _upload():
api = get_hf_api()
if api:
try:
api.upload_file(
path_or_fileobj=local_path,
path_in_repo=repo_path,
repo_id="Sam-max1/mat_data",
repo_type="dataset"
)
except Exception as e:
log.warning(f"Failed to push {repo_path} to mat_data: {e}")
threading.Thread(target=_upload, daemon=True).start()
# In-memory job tracker for async ingestion
_jobs: dict[str, dict] = {}
_active_graph_tasks = 0
_session_uploads: dict[str, int] = {}
# Global thread pool to allow concurrent RAG execution
from concurrent.futures import ThreadPoolExecutor
_query_executor = ThreadPoolExecutor(max_workers=2)
# Auto-ingest background progress tracker
_auto_ingest_status: dict = {
"running": False,
"done": False,
"total": 0,
"completed": 0,
"current_file": None,
"results": [],
"error": None,
}
# RBAC Session Tracking
_active_sessions: dict[str, float] = {}
SESSION_TIMEOUT_SECONDS = 600 # 10 minutes
def _allowed(filename: str) -> bool:
return Path(filename).suffix.lower() in config.ALLOWED_EXTENSIONS
def is_admin() -> bool:
"""Return True if the request comes from an admin-privileged context.
In HF mode with ADMIN_MODE=1: admin is granted to all localhost requests.
With ADMIN_MODE=0 (-noadmin): always False β no admin access regardless of IP.
"""
if not config.ADMIN_MODE:
return False
if config.HF_MODE:
# In HF mode, admin is only valid from the loopback (e.g. start.sh itself)
return request.remote_addr in ("127.0.0.1", "::1")
return request.remote_addr in ("127.0.0.1", "::1", "localhost")
@app.before_request
def block_external_apis():
"""Hard block all external API (headless) access in public mode."""
if not config.ADMIN_MODE:
if request.path.startswith("/api/v1/"):
return jsonify({"error": "Headless API access is disabled in public mode."}), 403
def log_session(event_type: str, token: str, ip: str):
try:
log_dir = Path(__file__).parent / "app" / "logs"
log_dir.mkdir(parents=True, exist_ok=True)
session_file = log_dir / "nitdaa_sessions.json"
from datetime import datetime, timezone, timedelta
ist = timezone(timedelta(hours=5, minutes=30))
ts = datetime.now(ist).strftime("%Y-%m-%d %H:%M:%S")
entry = {"timestamp": ts, "event": event_type, "session_token": token, "ip_address": ip}
with open(session_file, "a") as f:
f.write(json.dumps(entry) + "\n")
async_sync_log(str(session_file), "nitdaa_sessions.json")
except Exception as e:
log.error(f"Failed to log session: {e}")
_known_sessions = {}
def log_query_summary(token: str, ip: str, query: str, chunks_retrieved: int, gen_time: float, success: bool, error: str = "", job_id: str = ""):
try:
log_dir = Path(__file__).parent / "app" / "logs"
log_dir.mkdir(parents=True, exist_ok=True)
summary_file = log_dir / "nitdaa_summary.json"
from datetime import datetime, timezone, timedelta
ist = timezone(timedelta(hours=5, minutes=30))
ts = datetime.now(ist).strftime("%Y-%m-%d %H:%M:%S")
entry = {
"timestamp": ts,
"job_id": job_id,
"ip_address": ip,
"session_token": token,
"question": query,
"chunks_retrieved": chunks_retrieved,
"generation_time_sec": gen_time,
"success": success,
"error": error
}
with open(summary_file, "a") as f:
f.write(json.dumps(entry) + "\n")
async_sync_log(str(summary_file), "nitdaa_summary.json")
except Exception as e:
log.error(f"Failed to log query summary: {e}")
def get_session_token() -> str:
"""Return session token if the user is not an admin, else 'admin'."""
if is_admin():
return "admin"
token = request.headers.get("X-Session-Token") or request.form.get("session_token")
if not token and request.json:
token = request.json.get("session_token")
if not token:
token = "anonymous"
ip = request.remote_addr
if token not in _known_sessions and token not in ("admin", "anonymous"):
_known_sessions[token] = ip
log_session("CONNECT", token, ip)
_active_sessions[token] = time.time()
return token
def trigger_kv_cache_update(session_token: str = "admin"):
"""Fetches all text and sends it to nvidia_llm to update KV cache."""
def _update(token):
from pipeline import vector_store
import requests
text = vector_store.get_all_text(session_token=token)
log.info("Triggering KV cache update with %d chars...", len(text))
try:
requests.post(f"{config.LLM_BASE_URL}/v1/kv_cache", json={"text": text}, timeout=120)
log.info("KV Cache updated successfully.")
except Exception as e:
log.error("Failed to update KV Cache: %s", e)
threading.Thread(target=_update, args=(session_token,), daemon=True).start()
def _run_docker(action: str) -> tuple[bool, str]:
"""Run docker compose action ('up', 'down', 'restart') and return (ok, message)."""
compose_file = str(Path(__file__).parent / "docker-compose.yml")
cmd_map = {
"up": ["docker", "compose", "-f", compose_file, "up", "-d"],
"down": ["docker", "compose", "-f", compose_file, "down"],
"restart": ["docker", "compose", "-f", compose_file, "restart"],
}
cmd = cmd_map.get(action)
if cmd is None:
return False, f"Unknown action: {action}"
try:
result = subprocess.run(cmd, capture_output=True, text=True, timeout=60)
ok = result.returncode == 0
out = (result.stdout + result.stderr).strip()
log.info("docker compose %s β rc=%d %s", action, result.returncode, out[:200])
return ok, out or ("OK" if ok else "Command returned non-zero exit code")
except subprocess.TimeoutExpired:
return False, "docker compose timed out after 60 s"
except FileNotFoundError:
return False, "docker binary not found β ensure Docker is installed"
except Exception as exc:
return False, str(exc)
# ββ Graceful Shutdown βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def _graceful_shutdown(signum, frame):
log.error(f"Received signal {signum}. Triggering kill switch for graceful shutdown...")
_run_docker("down")
import time
time.sleep(1)
os._exit(0)
signal.signal(signal.SIGINT, _graceful_shutdown)
signal.signal(signal.SIGTERM, _graceful_shutdown)
# ββ Background Cleanup Agent ββββββββββββββββββββββββββββββββββββββββββββββββββ
def _cleanup_agent():
while True:
time.sleep(60)
now = time.time()
expired = [token for token, last_active in _active_sessions.items()
if token != "admin" and token != "anonymous" and (now - last_active) > SESSION_TIMEOUT_SECONDS]
for token in expired:
log.info(f"Cleanup Agent: Session '{token}' inactive for 10 mins. Purging data...")
if token in _known_sessions:
log_session("DISCONNECT", token, _known_sessions[token])
del _known_sessions[token]
vector_store.delete_by_session(token)
graph_store.delete_by_session(token)
del _active_sessions[token]
trigger_kv_cache_update(token)
threading.Thread(target=_cleanup_agent, daemon=True).start()
# ββ Routes ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
@app.route("/")
def index():
return render_template("index.html", config=config)
@app.route("/api/status")
@limiter.exempt
def status():
"""Health check for all backends."""
vec_count = vector_store.count()
graph_stat = graph_store.get_stats()
# Probe nvidia_llm
import requests as req
gen_ok, embed_ok = False, False
gen_info = {}
try:
r = req.get(f"{config.LLM_BASE_URL}/health", timeout=3)
gen_ok = r.status_code == 200
if gen_ok:
gen_info = r.json()
except req.exceptions.ReadTimeout:
# LLM is busy generating, which is fine
gen_ok = True
gen_info = {"status": "busy", "model": config.LLM_MODEL_ID}
except Exception as e:
pass
try:
r = req.get(f"{config.EMBED_BASE_URL}/health", timeout=3)
embed_ok = r.status_code == 200
except req.exceptions.ReadTimeout:
embed_ok = True
except Exception as e:
pass
return jsonify({
"vector_db": {"status": "ok", "chunks": vec_count},
"graph_db": graph_stat,
"nvidia_llm": {
"endpoint": config.LLM_BASE_URL,
"online": gen_ok,
"model": "-".join(gen_info.get("model", config.LLM_MODEL_ID).split("-")[:2]) if "-" in gen_info.get("model", config.LLM_MODEL_ID) else gen_info.get("model", config.LLM_MODEL_ID),
"gpu_id": gen_info.get("gpu_id", "cpu"),
"kv_cache_length": gen_info.get("kv_cache_length", 0),
},
"embed_llm": {
"endpoint": config.EMBED_EMBEDDINGS_URL,
"model": config.EMBEDDING_MODEL,
"online": embed_ok,
},
"is_admin": is_admin(),
"hf_mode": config.HF_MODE,
"admin_mode": config.ADMIN_MODE,
})
@app.route("/api/sysinfo")
@limiter.exempt
def sysinfo():
"""System resource info for the UI resource banner.
Returns CPU model/count, load %, RAM used/total (GB), disk free/total (GB).
"""
try:
import psutil
mem = psutil.virtual_memory()
disk = psutil.disk_usage("/")
cpu_freq = psutil.cpu_freq()
# RAM in GB
ram_total_gb = round(mem.total / 1024 ** 3, 1)
ram_used_gb = round((mem.total - mem.available) / 1024 ** 3, 1)
ram_pct = mem.percent
# Disk in GB
disk_total_gb = round(disk.total / 1024 ** 3, 1)
disk_free_gb = round(disk.free / 1024 ** 3, 1)
disk_pct = round(disk.percent, 1)
# CPU
cpu_pct = psutil.cpu_percent(interval=0.2)
cpu_count = psutil.cpu_count(logical=True)
cpu_phys = psutil.cpu_count(logical=False) or cpu_count
# CPU brand (Linux: read /proc/cpuinfo)
cpu_brand = "CPU"
try:
with open("/proc/cpuinfo") as f:
for line in f:
if "model name" in line:
cpu_brand = line.split(":", 1)[1].strip()
# Shorten common long strings
cpu_brand = cpu_brand.replace("(R)", "").replace("(TM)", "").strip()
break
except Exception:
pass
cpu_mhz = round(cpu_freq.current, 0) if cpu_freq else None
# GPU availability detection
gpu_available = False
try:
import torch
gpu_available = torch.cuda.is_available()
except Exception:
pass
return jsonify({
"cpu_brand": cpu_brand,
"cpu_cores": cpu_count,
"cpu_phys": cpu_phys,
"cpu_mhz": cpu_mhz,
"cpu_pct": cpu_pct,
"ram_total_gb": ram_total_gb,
"ram_used_gb": ram_used_gb,
"ram_pct": ram_pct,
"disk_total_gb": disk_total_gb,
"disk_free_gb": disk_free_gb,
"disk_pct": disk_pct,
"hf_mode": config.HF_MODE,
"active_graph_tasks": _active_graph_tasks,
"gpu_available": gpu_available,
})
except Exception as exc:
log.warning("sysinfo failed: %s", exc)
return jsonify({"error": str(exc)}), 500
@app.route("/api/documents")
def list_documents():
token = get_session_token()
docs = vector_store.list_documents(session_token=token)
return jsonify({"documents": docs, "total": len(docs)})
# ββ Admin Controls ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
@app.route("/api/docker/<action>", methods=["POST"])
def docker_control(action: str):
"""Control Kuzu docker container. action: up | down | restart"""
if not config.ADMIN_MODE:
return jsonify({"error": "Admin mode is disabled on this deployment."}), 403
if not is_admin():
return jsonify({"error": "Only admins can control docker containers."}), 403
if action not in ("up", "down", "restart"):
return jsonify({"error": f"Unknown action '{action}'. Use: up, down, restart"}), 400
log.info("Docker action requested: %s", action)
ok, msg = _run_docker(action)
return jsonify({"ok": ok, "action": action, "output": msg}), (200 if ok else 500)
@app.route("/api/admin/purge", methods=["POST"])
def admin_purge():
"""Wipe all databases clean."""
if not config.ADMIN_MODE:
return jsonify({"error": "Admin mode is disabled on this deployment."}), 403
if not is_admin():
return jsonify({"error": "Admin only"}), 403
try:
vector_store.purge()
graph_store.purge()
global _jobs
_jobs.clear()
trigger_kv_cache_update("admin")
log.warning("Admin triggered database purge.")
return jsonify({"ok": True, "msg": "Databases purged successfully."})
except Exception as e:
log.error("Failed to purge databases: %s", e)
return jsonify({"ok": False, "error": str(e)}), 500
@app.route("/api/admin/kill", methods=["POST"])
def admin_kill():
"""Abruptly stop Docker containers and terminate the Flask application."""
if not config.ADMIN_MODE:
return jsonify({"error": "Admin mode is disabled on this deployment."}), 403
if not is_admin():
return jsonify({"error": "Admin only"}), 403
log.error("KILL SWITCH ACTIVATED. Shutting down docker and terminating process.")
_run_docker("down")
def _shutdown():
import time
time.sleep(1) # Allow HTTP response to send
os._exit(0)
threading.Thread(target=_shutdown, daemon=True).start()
return jsonify({"ok": True, "msg": "Kill switch activated. Application terminating."})
# ββ Ingestion βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def _extract_entities_async(
docs: list[dict],
orig_name: str,
tier: str,
token: str,
) -> None:
"""Fire-and-forget entity extraction β Kuzu graph using fast local spaCy pipeline (non-LLM)."""
if not graph_store.is_available():
return
global _active_graph_tasks
_active_graph_tasks += 1
try:
import spacy
try:
nlp = spacy.load("en_core_web_sm")
except OSError:
log.warning("spaCy model 'en_core_web_sm' not found. Attempting to download...")
try:
import spacy.cli
spacy.cli.download("en_core_web_sm")
nlp = spacy.load("en_core_web_sm")
except Exception as e:
log.error("Failed to download or load spaCy model 'en_core_web_sm': %s. Graph extraction skipped.", e)
return
text = "\n\n".join(d["text"] for d in docs)
# spaCy max length limit
if len(text) > 1000000:
text = text[:1000000]
log.info("Entity extraction (spaCy) starting for %s...", orig_name)
doc = nlp(text)
entities = []
# Group entities by sentence to establish co-occurrence relationships
for sent in doc.sents:
# Filter for specific entity types
sent_ents = [ent for ent in sent.ents if ent.label_ in {"PERSON", "ORG", "GPE", "LOC", "FAC", "PRODUCT", "EVENT", "WORK_OF_ART", "LAW"}]
if not sent_ents:
continue
# Map spaCy labels to our schema types
def _map_type(label: str) -> str:
if label == "PERSON": return "Person"
if label == "ORG": return "Organization"
if label in {"GPE", "LOC", "FAC"}: return "Location"
if label == "EVENT": return "Event"
if label == "PRODUCT": return "Object"
if label in {"WORK_OF_ART", "LAW"}: return "Rule"
return "Concept"
# Create entity objects and cross-link within the same sentence
for i, ent1 in enumerate(sent_ents):
name1 = ent1.text.strip()
if not name1 or len(name1) < 2:
continue
relations = []
for j, ent2 in enumerate(sent_ents):
if i != j:
name2 = ent2.text.strip()
if name2 and name2 != name1:
relations.append({"target": name2, "rel": "RELATED_TO"})
# Deduplicate relations
unique_rels = []
seen_targets = set()
for r in relations:
if r["target"] not in seen_targets:
seen_targets.add(r["target"])
unique_rels.append(r)
entities.append({
"name": name1,
"type": _map_type(ent1.label_),
"relations": unique_rels
})
# Deduplicate the entities list by name before sending to Kuzu
dedup_entities = {}
for ent in entities:
if ent["name"] not in dedup_entities:
dedup_entities[ent["name"]] = ent
else:
# Merge relations
existing_rels = {r["target"] for r in dedup_entities[ent["name"]]["relations"]}
for rel in ent["relations"]:
if rel["target"] not in existing_rels:
dedup_entities[ent["name"]]["relations"].append(rel)
existing_rels.add(rel["target"])
final_entities = list(dedup_entities.values())
if final_entities:
graph_store.store_entities(final_entities, orig_name, tier=tier, session_token=token)
log.info("Entity extraction (spaCy) for %s: %d unique entities stored in Kuzu", orig_name, len(final_entities))
else:
log.info("Entity extraction (spaCy) for %s: No entities found", orig_name)
except Exception as exc:
log.warning("Entity extraction background task failed for %s: %s", orig_name, exc)
finally:
_active_graph_tasks -= 1
def process_document_pipeline(path: str, orig_name: str, tier: str, token: str, delete_after: bool = True) -> dict:
step_log = []
added = 0
try:
step_log.append(f"[{orig_name}] Starting ingestion pipelineβ¦")
log.info("Ingesting %s", orig_name)
# Step 1: load
step_log.append(f"[{orig_name}] Loading documentβ¦")
docs = document_loader.load_document(path)
step_log.append(f"[{orig_name}] Loaded {len(docs)} page(s).")
log.info("%s loaded β %d pages", orig_name, len(docs))
# Step 2: chunk
step_log.append(f"[{orig_name}] Chunkingβ¦")
chunks = chunker.chunk_documents(docs)
if not chunks:
raise ValueError("No text could be extracted from this document.")
step_log.append(f"[{orig_name}] Created {len(chunks)} chunks.")
log.info("%s β %d chunks", orig_name, len(chunks))
# Step 3: embed
step_log.append(f"[{orig_name}] Embedding via embed_llm (port 8003)β¦")
texts = [c["text"] for c in chunks]
embeddings = embedder.embed_texts(texts)
step_log.append(f"[{orig_name}] Embedded {len(embeddings)} vectors (dim={len(embeddings[0]) if embeddings else '?'}).")
log.info("%s embedded", orig_name)
# Step 4: store in vector DB
step_log.append(f"[{orig_name}] Storing in ChromaDB (tier: {tier}, session: {token})β¦")
if config.HF_MODE and vector_store.count() + len(chunks) > 10000:
allowed = 10000 - vector_store.count()
if allowed <= 0:
raise ValueError("Vector database full (10000 chunk limit).")
chunks = chunks[:allowed]
embeddings = embeddings[:allowed]
step_log.append(f"[{orig_name}] WARNING: Truncated to {allowed} chunks due to global 10000 chunk limit.")
doc_id = uuid.uuid4().hex[:8]
added = vector_store.add_chunks(chunks, embeddings, doc_id, tier=tier, session_token=token)
step_log.append(f"[{orig_name}] Stored {added} chunks in vector DB (doc_id={doc_id}).")
log.info("%s stored %d chunks in ChromaDB", orig_name, added)
# Step 5: entity extraction β graph (non-blocking β runs in daemon thread)
if graph_store.is_available():
step_log.append(f"[{orig_name}] Entity extraction queued (background thread)β¦")
threading.Thread(
target=_extract_entities_async,
args=(docs, orig_name, tier, token),
daemon=True,
name=f"entity-{orig_name[:20]}",
).start()
else:
step_log.append(f"[{orig_name}] Kuzu offline β graph extraction skipped.")
return {"ok": True, "result": f"Ingested {added} chunks", "log": step_log, "added": added}
except Exception as exc:
step_log.append(f"[{orig_name}] ERROR: {exc}")
log.exception("Ingestion failed for %s", orig_name)
return {"ok": False, "result": str(exc), "log": step_log, "added": added}
finally:
if delete_after and os.path.exists(path):
try:
os.remove(path)
log.info("Deleted local upload file: %s", path)
except OSError as e:
log.warning("Failed to delete %s: %s", path, e)
@app.route("/api/ingest", methods=["POST"])
@limiter.limit("10 per minute")
def ingest():
"""Upload and asynchronously ingest one or more documents."""
log.info("Ingest request received. Files in request: %s",
list(request.files.keys()))
if "files" not in request.files:
log.warning("No 'files' key in request.files")
return jsonify({"error": "No files uploaded β send a multipart/form-data POST with field name 'files'"}), 400
files = request.files.getlist("files")
tier = request.form.get("tier", "extended")
token = get_session_token()
log.info("Received %d file(s): %s to tier: %s (session: %s)", len(files), [f.filename for f in files], tier, token)
if tier == "foundation" and not is_admin():
return jsonify({"error": "Only admins can upload to the Foundation tier."}), 403
if not files or all(not f.filename for f in files):
return jsonify({"error": "File list is empty or filenames are blank"}), 400
# ββ Security Limits ββ
if config.HF_MODE:
current_uploads = _session_uploads.get(token, 0)
if current_uploads + len(files) > 5:
return jsonify({"error": f"Session limit exceeded. You can only upload 5 files per session. (Current: {current_uploads})"}), 429
current_chunks = vector_store.count()
if current_chunks >= 10000:
return jsonify({"error": "Vector database is full (10000 chunk limit reached). Please wait for an admin to purge."}), 429
_session_uploads[token] = current_uploads + len(files)
job_id = uuid.uuid4().hex[:8]
saved_paths = []
rejected = []
for f in files:
if not f.filename:
rejected.append("(unnamed file)")
continue
if not _allowed(f.filename):
ext = Path(f.filename).suffix or "(no extension)"
rejected.append(f"{f.filename} β unsupported type '{ext}'")
log.warning("Rejected file %s β extension not in ALLOWED_EXTENSIONS", f.filename)
continue
dest_dir = Path(__file__).parent / "kbdocs"
dest_dir.mkdir(parents=True, exist_ok=True)
dest = os.path.join(str(dest_dir), Path(f.filename).name)
try:
f.save(dest)
file_size = os.path.getsize(dest)
log.info("Saved %s β %s (%d bytes)", f.filename, dest, file_size)
saved_paths.append((dest, f.filename))
except Exception as exc:
rejected.append(f"{f.filename} β save failed: {exc}")
log.error("Failed to save %s: %s", f.filename, exc)
if not saved_paths:
msg = "No valid files found."
if rejected:
msg += " Rejected: " + "; ".join(rejected)
log.error("Ingest aborted β %s", msg)
return jsonify({"error": msg}), 400
_jobs[job_id] = {
"status": "running",
"results": [],
"total": len(saved_paths),
"rejected": rejected,
"log": [],
}
log.info("Job %s created for %d file(s)", job_id, len(saved_paths))
def _worker(sess_token):
config.current_session.set(sess_token)
for path, orig_name in saved_paths:
res = process_document_pipeline(path, orig_name, tier, token, delete_after=False)
res["file"] = orig_name
_jobs[job_id]["results"].append(res)
_jobs[job_id]["log"].extend(res["log"])
_jobs[job_id]["status"] = "done"
log.info("Job %s complete β %d results", job_id,
len(_jobs[job_id]["results"]))
trigger_kv_cache_update(sess_token)
threading.Thread(target=_worker, args=(token,), daemon=True).start()
return jsonify({
"job_id": job_id,
"files": [p[1] for p in saved_paths],
"rejected": rejected,
})
@app.route("/api/ingest/status/<job_id>")
def ingest_status(job_id: str):
job = _jobs.get(job_id)
if not job:
return jsonify({"error": "Unknown job"}), 404
return jsonify(job)
@app.route("/api/documents/<path:source_name>", methods=["DELETE"])
def delete_document(source_name: str):
tier = request.args.get("tier", "extended")
log.info("Delete request for: %s (tier: %s)", source_name, tier)
if tier == "foundation" and not is_admin():
return jsonify({"error": "Only admins can delete from the Foundation tier."}), 403
token = get_session_token()
deleted_vec = vector_store.delete_document(source_name, session_token=token)
graph_store.delete_source(source_name, session_token=token)
log.info("Deleted %d chunks for '%s'", deleted_vec, source_name)
trigger_kv_cache_update(token)
return jsonify({"deleted_chunks": deleted_vec, "source": source_name})
# ββ Query βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
_query_jobs = {}
@app.route("/api/query/start", methods=["POST"])
@limiter.limit("120 per minute")
def query_start():
"""Starts a RAG query job and returns a job_id."""
data = request.get_json()
q = escape((data or {}).get("query", "").strip())
top_k = (data or {}).get("top_k")
max_tokens = (data or {}).get("max_tokens")
use_vector = (data or {}).get("use_vector", True)
use_graph = False # Disabled per request
use_bm25 = False # Disabled per request
use_gpu = bool((data or {}).get("use_gpu", False))
cpu_threads = int((data or {}).get("cpu_threads", 2))
llm_mode = (data or {}).get("llm_mode", "expert")
if not q:
return jsonify({"error": "Empty query"}), 400
token = get_session_token()
chunk_count = vector_store.count()
if chunk_count == 0:
return jsonify({"error": "No documents ingested yet. Please upload documents first."}), 400
log.info("Query received (%d chars) | vector store has %d chunks", len(q), chunk_count)
remote_addr = request.remote_addr
job_id = uuid.uuid4().hex[:8]
_query_jobs[job_id] = {
"events": [],
"done": False,
"error": None
}
def _run():
config.current_session.set(token)
try:
def cb(status):
if isinstance(status, dict):
_query_jobs[job_id]["events"].append(status)
else:
_query_jobs[job_id]["events"].append({"status": status})
ans, metrics = run_query_crew(q, top_k=top_k, max_tokens=max_tokens, use_vector=use_vector, use_graph=use_graph, use_bm25=use_bm25, session_token=token, status_callback=cb, use_gpu=use_gpu, cpu_threads=cpu_threads, llm_mode=llm_mode)
for i in range(0, len(ans), 80):
_query_jobs[job_id]["events"].append({"chunk": ans[i:i + 80]})
_query_jobs[job_id]["events"].append({"metrics": metrics})
_query_jobs[job_id]["events"].append({"done": True})
_query_jobs[job_id]["done"] = True
gen_time = metrics.get("time_seconds", 0)
log_query_summary(token, remote_addr, q, top_k or 10, gen_time, True, "", job_id)
except Exception as e:
log.exception("Query failed")
_query_jobs[job_id]["events"].append({"error": str(e)})
_query_jobs[job_id]["done"] = True
log_query_summary(token, remote_addr, q, top_k or 10, 0, False, str(e), job_id)
_query_executor.submit(_run)
return jsonify({"job_id": job_id})
@app.route("/api/query/stream/<job_id>")
def query_stream(job_id):
"""Streams events for a specific query job starting from an offset."""
offset = int(request.args.get("offset", 0))
job = _query_jobs.get(job_id)
if not job:
return jsonify({"error": "Job not found or expired"}), 404
def _generate():
import time
idx = offset
while True:
while idx < len(job["events"]):
event = job["events"][idx]
yield f"data: {json.dumps(event)}\n\n"
if "error" in event or "done" in event:
return
idx += 1
if job.get("error") or job.get("done"):
break
time.sleep(0.5)
yield ": keep-alive\n\n"
return Response(
stream_with_context(_generate()),
mimetype="text/event-stream",
headers={"Cache-Control": "no-cache", "X-Accel-Buffering": "no"},
)
@app.route("/api/feedback", methods=["POST"])
@limiter.limit("20 per minute")
def api_feedback():
data = request.get_json() or {}
job_id = data.get("job_id", "")
rating = data.get("rating", "")
stars = data.get("stars", None)
text = data.get("text", "")
token = get_session_token()
try:
log_dir = Path(__file__).parent / "app" / "logs"
log_dir.mkdir(parents=True, exist_ok=True)
summary_file = log_dir / "nitdaa_summary.json"
from datetime import datetime, timezone, timedelta
ist = timezone(timedelta(hours=5, minutes=30))
ts = datetime.now(ist).strftime("%Y-%m-%d %H:%M:%S")
entry = {
"timestamp": ts,
"session_token": token,
"job_id": job_id,
"type": "feedback",
}
if rating:
entry["feedback_rating"] = rating
if stars is not None:
entry["feedback_stars"] = stars
if text:
entry["feedback_text"] = text
with open(summary_file, "a") as f:
f.write(json.dumps(entry) + "\n")
async_sync_log(str(summary_file), "nitdaa_summary.json")
return jsonify({"ok": True})
except Exception as e:
log.error(f"Failed to save feedback: {e}")
return jsonify({"error": str(e)}), 500
# ββ Headless API v1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
@app.route("/api/v1/query", methods=["POST"])
def query_v1():
"""Headless RAG query β synchronous JSON response."""
data = request.get_json()
q = (data or {}).get("query", "").strip()
top_k = (data or {}).get("top_k")
llm_mode = (data or {}).get("llm_mode", "expert")
if not q:
return jsonify({"error": "Empty query"}), 400
token = get_session_token()
chunk_count = vector_store.count()
if chunk_count == 0:
return jsonify({"error": "No documents ingested yet."}), 400
log.info("v1 Query received (%d chars) | session: %s", len(q), token)
config.current_session.set(token)
try:
ans, metrics = run_query_crew(q, top_k=top_k, session_token=token, llm_mode=llm_mode)
return jsonify({"answer": ans, "metrics": metrics})
except Exception as e:
log.exception("v1 Query pipeline error")
return jsonify({"error": str(e)}), 500
@app.route("/api/v1/ingest/sync", methods=["POST"])
def ingest_v1_sync():
"""Headless synchronous document ingestion."""
if "files" not in request.files:
return jsonify({"error": "No files uploaded"}), 400
files = request.files.getlist("files")
tier = request.form.get("tier", "extended")
token = get_session_token()
if tier == "foundation" and not is_admin():
return jsonify({"error": "Only admins can upload to the Foundation tier."}), 403
saved_paths = []
rejected = []
for f in files:
if not f.filename: continue
if not _allowed(f.filename):
rejected.append(f.filename)
continue
dest_dir = Path(__file__).parent / "kbdocs"
dest_dir.mkdir(parents=True, exist_ok=True)
dest = os.path.join(str(dest_dir), Path(f.filename).name)
f.save(dest)
saved_paths.append((dest, f.filename))
if not saved_paths:
return jsonify({"error": "No valid files", "rejected": rejected}), 400
config.current_session.set(token)
results = []
for path, orig_name in saved_paths:
try:
docs = document_loader.load_document(path)
chunks = chunker.chunk_documents(docs)
if not chunks:
raise ValueError("No text extracted")
texts = [c["text"] for c in chunks]
embeddings = embedder.embed_texts(texts)
doc_id = uuid.uuid4().hex[:8]
added = vector_store.add_chunks(chunks, embeddings, doc_id, tier=tier, session_token=token)
# Entity extraction is fire-and-forget (non-blocking)
if graph_store.is_available():
threading.Thread(
target=_extract_entities_async,
args=(docs, orig_name, tier, token),
daemon=True,
name=f"entity-{orig_name[:20]}",
).start()
results.append({
"file": orig_name,
"status": "success",
"chunks_added": added,
"entities_queued": graph_store.is_available(),
})
except Exception as e:
results.append({"file": orig_name, "status": "error", "error": str(e)})
finally:
pass # delete_after is False for these sync uploads
trigger_kv_cache_update(token)
return jsonify({"results": results, "rejected": rejected})
# ββ LLM probe endpoints (used by default prompt buttons) βββββββββββββββββββββ
@app.route("/api/probe/gen", methods=["POST"])
def probe_gen():
"""Quick smoke-test for the nvidia_llm server."""
import requests as req
try:
r = req.post(
config.LLM_COMPLETIONS_URL,
json={"prompt": "Hello, reply with one sentence.", "max_tokens": 64,
"temperature": 0.7, "top_p": 0.9},
timeout=60,
)
r.raise_for_status()
data = r.json()
text = data["choices"][0]["text"].strip()
return jsonify({"ok": True, "model": data.get("model"), "response": text})
except Exception as exc:
log.error("probe_gen failed: %s", exc)
return jsonify({"ok": False, "error": str(exc)}), 502
@app.route("/api/probe/embed", methods=["POST"])
def probe_embed():
"""Quick smoke-test for the embed_llm server."""
import requests as req
try:
r = req.post(
config.EMBED_EMBEDDINGS_URL,
json={"input": "Document test sentence."},
timeout=60,
)
r.raise_for_status()
data = r.json()
vec = data["data"][0]["embedding"]
return jsonify({
"ok": True,
"model": data.get("model"),
"dim": len(vec),
"sample": vec[:5],
})
except Exception as exc:
log.error("probe_embed failed: %s", exc)
return jsonify({"ok": False, "error": str(exc)}), 502
def start_auto_ingest_thread():
def _auto_ingest_worker():
global _auto_ingest_status
import requests, time, shutil, os
from huggingface_hub import snapshot_download, hf_hub_download
from pathlib import Path
token = os.environ.get("HF_PRIVATE_TOKEN") or os.environ.get("HF_TOKEN")
# --- Wait for LLM services to boot before doing anything ---
log.info("Auto-ingest: waiting for LLM services to boot...")
for _ in range(30):
try:
r1 = requests.get(f"{config.EMBED_BASE_URL}/health", timeout=2)
r2 = requests.get(f"{config.LLM_BASE_URL}/health", timeout=2)
if r1.status_code == 200 and r2.status_code == 200:
break
except Exception:
pass
time.sleep(2)
else:
log.warning("Auto-ingest aborted: LLM services not online.")
_auto_ingest_status["error"] = "LLM services not online within 60s"
_auto_ingest_status["done"] = True
return
if not token:
log.error("HF_PRIVATE_TOKEN or HF_TOKEN environment variable is not set. Dataset synchronization will be skipped.")
_auto_ingest_status["error"] = "HF Token missing"
_auto_ingest_status["done"] = True
return
# --- 2-Way Log Sync on Startup ---
log_dir = Path(__file__).parent / "app" / "logs"
log_dir.mkdir(parents=True, exist_ok=True)
try:
for log_file in ["nitdaa_sessions.json", "nitdaa_summary.json"]:
local_p = log_dir / log_file
try:
dl_path = hf_hub_download(repo_id="Sam-max1/mat_data", filename=log_file, repo_type="dataset", token=token)
if os.path.exists(dl_path):
remote_lines = set(open(dl_path).readlines())
if local_p.exists():
for line in open(local_p).readlines():
if line not in remote_lines:
remote_lines.add(line)
with open(local_p, "w") as f:
for line in sorted(list(remote_lines)):
f.write(line)
log.info(f"Successfully merged {log_file} from mat_data.")
except Exception as e:
log.warning(f"Could not download {log_file} from mat_data (it may not exist yet): {e}")
except Exception as e:
log.warning(f"Log sync failed: {e}")
# ---------------------------------
kbdocs_dir = Path(__file__).parent / "kbdocs"
kbdocs_dir.mkdir(parents=True, exist_ok=True)
tmp_sync_dir = Path("/tmp/he_data_sync")
if tmp_sync_dir.exists():
shutil.rmtree(tmp_sync_dir)
tmp_sync_dir.mkdir(exist_ok=True)
log.info("Syncing fresh files from Sam-max1/he-data to local /tmp...")
try:
snapshot_download(
repo_id="Sam-max1/he-data",
repo_type="dataset",
local_dir=str(tmp_sync_dir),
token=token,
ignore_patterns=[".git*"]
)
except Exception as e:
log.error(f"Failed to download he-data dataset: {e}")
_auto_ingest_status["error"] = f"Download failed: {e}"
_auto_ingest_status["done"] = True
return
from pipeline import vector_store, graph_store
local_files = {f.name: f.stat().st_size for f in kbdocs_dir.glob("*.*") if f.is_file()}
remote_files = {f.name: f.stat().st_size for f in tmp_sync_dir.glob("*.*") if f.is_file()}
is_different = False
if set(local_files.keys()) != set(remote_files.keys()):
is_different = True
else:
for k in local_files:
if local_files[k] != remote_files[k]:
is_different = True
break
if is_different:
log.info("Detected changes in Sam-max1/he-data! Purging databases and re-syncing kbdocs.")
vector_store.purge()
if graph_store.is_available():
graph_store.purge()
shutil.rmtree(kbdocs_dir)
shutil.copytree(tmp_sync_dir, kbdocs_dir)
files_to_ingest = [f for f in kbdocs_dir.glob("*.*") if f.is_file() and _allowed(f.name)]
if not files_to_ingest:
log.info("No valid files to ingest in he-data.")
_auto_ingest_status["done"] = True
return
config.current_session.set("admin")
_auto_ingest_status["running"] = True
_auto_ingest_status["total"] = len(files_to_ingest)
_auto_ingest_status["completed"] = 0
_auto_ingest_status["results"] = []
_auto_ingest_status["done"] = False
for path in files_to_ingest:
_auto_ingest_status["current_file"] = path.name
log.info(f"Auto-ingesting file: {path.name}")
res = process_document_pipeline(str(path), path.name, "foundation", "admin", delete_after=False)
_auto_ingest_status["completed"] += 1
_auto_ingest_status["results"].append({
"file": path.name,
"ok": res["ok"],
"result": res["result"],
})
if res["ok"]:
log.info("Auto-ingest successful for %s", path.name)
else:
log.error("Auto-ingest failed for %s: %s", path.name, res["result"])
_auto_ingest_status["running"] = False
_auto_ingest_status["done"] = True
_auto_ingest_status["current_file"] = None
trigger_kv_cache_update("admin")
log.info("=== Full Data Re-Ingestion Complete ===")
else:
log.info("kbdocs is completely up to date with he-data. No ingestion needed.")
_auto_ingest_status["done"] = True
log.info(f"Vector DB Chunks: {vector_store.count()}")
if graph_store.is_available():
stats = graph_store.get_stats()
log.info(f"Kuzu DB Nodes: {stats.get('nodes', 0)}, Edges: {stats.get('edges', 0)}")
threading.Thread(target=_auto_ingest_worker, daemon=True).start()
@app.route("/api/auto-ingest/status")
@limiter.exempt
def auto_ingest_status():
"""Return real-time progress of the background kbdocs auto-ingestion."""
return jsonify(_auto_ingest_status)
if __name__ == "__main__":
mode_label = "HF / CPU" if config.HF_MODE else "GPU / Desktop"
admin_label = "ENABLED" if config.ADMIN_MODE else "DISABLED (public mode)"
run_port = int(os.environ.get("PORT", 5050))
ui_url = f"http://127.0.0.1:{run_port}" if not config.HF_MODE else "<HF Spaces URL>"
print("=" * 64)
print(" HealthExpert β Document AI Expert")
print(f" UI : {ui_url}")
print(f" Mode : {mode_label}")
print(f" Admin : {admin_label}")
print(f" Gen LLM : {config.LLM_COMPLETIONS_URL} [{config.LLM_MODEL_ID}]")
print(f" Embed LLM : {config.EMBED_EMBEDDINGS_URL} [{config.EMBEDDING_MODEL}]")
print(f" ChromaDB : {config.CHROMA_PERSIST_DIR} (embedded)")
print(f" Kuzu DB : {config.KUZU_DB_PATH} (embedded)")
print(f" KV Cache : {'DISABLED (HF mode)' if not config.KV_CACHE_ENABLED else 'ENABLED'}")
print("=" * 64)
import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
cert_path = str(Path(__file__).parent / "cert.pem")
key_path = str(Path(__file__).parent / "key.pem")
start_auto_ingest_thread()
# SSL: skip in HF mode (HF Spaces handles TLS termination at their proxy)
if os.path.exists(cert_path) and os.path.exists(key_path) and not config.HF_MODE:
app.run(host="0.0.0.0", port=run_port, debug=False, threaded=True,
ssl_context=(cert_path, key_path))
else:
if config.HF_MODE:
log.info("HF mode β running HTTP (TLS handled by HF Spaces proxy).")
else:
log.warning("SSL certificates not found β running in HTTP mode.")
app.run(host="0.0.0.0", port=run_port, debug=False, threaded=True)
|