You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -939,17 +943,13 @@ will return much faster than the first query and we'll be certain the authors ma
939
943
|`answer.group_contexts_by_question`|`False`| Groups the final contexts by the underlying `gather_evidence` question in the final context prompt. |
940
944
|`answer.evidence_relevance_score_cutoff`|`1`| Cutoff evidence relevance score to include in the answer context (inclusive) |
941
945
|`answer.skip_evidence_citation_strip`|`False`| Skip removal of citations from the `gather_evidence` contexts |
942
-
|`parsing.chunk_size`|`5000`| Characters per chunk (0 for no chunking). |
943
946
|`parsing.page_size_limit`|`1,280,000`| Character limit per page. |
944
-
|`parsing.pdfs_use_block_parsing`|`False`| Opt-in flag for block-based PDF parsing over text-based PDF parsing. |
945
947
|`parsing.use_doc_details`|`True`| Whether to get metadata details for docs. |
946
-
|`parsing.overlap`|`250`| Characters to overlap chunks. |
947
948
|`parsing.reader_config`|`dict`| Optional keyword arguments for the document reader. |
948
949
|`parsing.multimodal`|`True`| Control to parse both text and media from applicable documents, as well as potentially enriching them with text descriptions. |
949
950
|`parsing.defer_embedding`|`False`| Whether to defer embedding until summarization. |
950
951
|`parsing.parse_pdf`|`paperqa_pypdf.parse_pdf_to_pages`| Function to parse PDF files. |
951
952
|`parsing.configure_pdf_parser`| No-op | Callable to configure the PDF parser within `parse_pdf`, useful for behaviors such as enabling logging. |
952
-
|`parsing.chunking_algorithm`|`ChunkingOptions.SIMPLE_OVERLAP`| Algorithm for chunking. |
953
953
|`parsing.doc_filters`|`None`| Optional filters for allowed documents. |
954
954
|`parsing.use_human_readable_clinical_trials`|`False`| Parse clinical trial JSONs into readable text. |
955
955
|`parsing.enrichment_llm`|`"gpt-4o-2024-11-20"`| LLM for media enrichment. |
@@ -976,7 +976,6 @@ will return much faster than the first query and we'll be certain the authors ma
976
976
|`agent.return_paper_metadata`|`False`| Whether to include paper title/year in search tool results. |
977
977
|`agent.search_count`|`8`| Search count. |
978
978
|`agent.timeout`|`500.0`| Timeout on agent execution (seconds). |
979
-
|`agent.should_pre_search`|`False`| Whether to run search tool before invoking agent. |
980
979
|`agent.tool_names`|`None`| Optional override on tools to provide the agent. |
981
980
|`agent.max_timesteps`|`None`| Optional upper limit on environment steps. |
982
981
|`agent.index.name`|`None`| Optional name of the index. |
0 commit comments