We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6a7d1 commit 6834517Copy full SHA for 6834517
adi_function_app/adi_2_ai_search.py
@@ -70,7 +70,7 @@ def build_and_clean_markdown_for_response(
70
71
# add page number when chunk by page is enabled
72
if page_no is not None:
73
- output_dict["page_number"] = page_no
+ output_dict["pageNumber"] = page_no
74
75
return output_dict
76
@@ -347,7 +347,7 @@ async def process_figures_from_extracted_content(
347
logging.info("Finished image upload tasks")
348
349
figures = [
350
- {"FigureId": figure_id, "FigureUri": figure_uri}
+ {"figureId": figure_id, "figureUri": figure_uri}
351
for figure_id, figure_uri in zip(figure_ids, figure_uris)
352
]
353
0 commit comments