Skip to content

Commit

Permalink
Patch/touchups (#1515)
Browse files Browse the repository at this point in the history
* cleanup

* cleanup prompt mgmt

* up

* cleanup printout

* cleanup new parser logic, set vlm as default for all providers

* allow user to re-override

* add touchups
  • Loading branch information
emrgnt-cmplxty authored Oct 29, 2024
1 parent f46d4bf commit 97bb290
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions py/core/base/providers/ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ class IngestionConfig(ProviderConfig):
vision_pdf_prompt_name: Optional[str] = None
vision_pdf_model: str

audio_transcription_model: str

vision_img_prompt_name: Optional[str] = None
vision_img_model: str

vision_pdf_prompt_name: Optional[str] = None
vision_pdf_model: str

@property
def supported_providers(self) -> list[str]:
return ["r2r", "unstructured_local", "unstructured_api"]
Expand Down

0 comments on commit 97bb290

Please sign in to comment.