Skip to content

Commit

Permalink
fix: modify megaparse strategy (#3474)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloedia authored Nov 12, 2024
1 parent 063bbd3 commit da97b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/quivr_core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def from_yaml(cls, file_path: str):

class MegaparseConfig(MegaparseBaseConfig):
method: ParserType = ParserType.UNSTRUCTURED
strategy: StrategyEnum = StrategyEnum.AUTO
strategy: StrategyEnum = StrategyEnum.FAST
check_table: bool = False
parsing_instruction: str | None = None
model_name: str = "gpt-4o"

0 comments on commit da97b2c

Please sign in to comment.