ppsingh commited on
Commit
f2c4ec6
·
verified ·
1 Parent(s): ee3adda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from pathlib import Path
10
  from huggingface_hub import CommitScheduler
11
  from auditqa.sample_questions import QUESTIONS
12
  from auditqa.reports import files, report_list, new_files, new_report_list
13
- from auditqa.process_chunks import load_chunks, getconfig, get_local_qdrant, load_new_chunks
14
  from auditqa.retriever import get_context
15
  from auditqa.reader import nvidia_client, dedicated_endpoint, serverless_api
16
  from auditqa.utils import make_html_source, parse_output_llm_with_sources, save_logs, get_message_template, get_client_location, get_client_ip, get_platform_info
 
10
  from huggingface_hub import CommitScheduler
11
  from auditqa.sample_questions import QUESTIONS
12
  from auditqa.reports import files, report_list, new_files, new_report_list
13
+ from auditqa.process_chunks import load_chunks, getconfig, get_local_qdrant
14
  from auditqa.retriever import get_context
15
  from auditqa.reader import nvidia_client, dedicated_endpoint, serverless_api
16
  from auditqa.utils import make_html_source, parse_output_llm_with_sources, save_logs, get_message_template, get_client_location, get_client_ip, get_platform_info