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
The tutorials here don't work readily, with a few errors arising from how the main functions are created.
NameError: name 'use_late_chunking' is not defined It seems like late_chunking is to be defined, but it's not.
ValueError: Missing required parameter 'azure_openai_config' for ppi. Though the parameter is optional, it is not possible to configure ppi without azure creds.
Azure creds are required even when a custom model is being specified.
The text was updated successfully, but these errors were encountered:
The tutorials here don't work readily, with a few errors arising from how the main functions are created.
NameError: name 'use_late_chunking' is not defined
It seems likelate_chunking
is to be defined, but it's not.ValueError: Missing required parameter 'azure_openai_config' for ppi.
Though the parameter is optional, it is not possible to configure ppi without azure creds.The text was updated successfully, but these errors were encountered: