Update page_files/categorized/Backend/PDF_DataExtraction.py
Browse files
page_files/categorized/Backend/PDF_DataExtraction.py
CHANGED
|
@@ -2018,7 +2018,7 @@ def run_pipeline(
|
|
| 2018 |
doi_override: str = "",
|
| 2019 |
progress_callback: Any = None,
|
| 2020 |
) -> Tuple[pd.DataFrame, pd.DataFrame, pd.DataFrame, List[Chunk], List[str], Dict]:
|
| 2021 |
-
|
| 2022 |
Full dual-LLM consensus pipeline.
|
| 2023 |
|
| 2024 |
Returns
|
|
@@ -2388,7 +2388,7 @@ def _run_streamlit():
|
|
| 2388 |
use_container_width=True,
|
| 2389 |
disabled=df_gpt.empty,
|
| 2390 |
)
|
| 2391 |
-
|
| 2392 |
st.divider()
|
| 2393 |
with st.expander("🔎 Chunk inspector (top-30 by score)"):
|
| 2394 |
show_type = st.radio("Show", ["all", "table", "text"], horizontal=True)
|
|
|
|
| 2018 |
doi_override: str = "",
|
| 2019 |
progress_callback: Any = None,
|
| 2020 |
) -> Tuple[pd.DataFrame, pd.DataFrame, pd.DataFrame, List[Chunk], List[str], Dict]:
|
| 2021 |
+
"""
|
| 2022 |
Full dual-LLM consensus pipeline.
|
| 2023 |
|
| 2024 |
Returns
|
|
|
|
| 2388 |
use_container_width=True,
|
| 2389 |
disabled=df_gpt.empty,
|
| 2390 |
)
|
| 2391 |
+
|
| 2392 |
st.divider()
|
| 2393 |
with st.expander("🔎 Chunk inspector (top-30 by score)"):
|
| 2394 |
show_type = st.radio("Show", ["all", "table", "text"], horizontal=True)
|