mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-22 03:13:00 +03:00
fix: modify megaparse strategy (#3474)
This commit is contained in:
parent
063bbd323d
commit
da97b2cf14
@ -33,7 +33,7 @@ class MegaparseBaseConfig(BaseModel):
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user