Getting from runnables.dict() in RunnableSequence not all expected variables. #19255
Closed
5 tasks done
Labels
🤖:improvement
Medium size change to existing code to handle new use-cases
🔌: openai
Primarily related to OpenAI integrations
Ɑ: Runnables
Related to Runnables
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
for AzureChatOpenAI as a component you will just get this output as dict:
{'model': 'gpt-3.5-turbo', 'stream': False, 'n': 1, 'temperature': 0.0, '_type': 'azure-openai-chat'}.
Description
This is not enough if you want to log the model with MLFlow, the deployment_name is definitely needed and needs to be gotten from dict. See related issue: mlflow/mlflow#11439. Expected output would have more details at least a deployment name.
System Info
System Information
Package Information
Packages not installed (Not Necessarily a Problem)
The following packages were not found:
The text was updated successfully, but these errors were encountered: