Support for Azure OpenAI Completion Extensions #9030
Replies: 2 comments
-
From the Azure side it seems to involve modifying the url and body format slightly. Does anybody have any details on implementing this from a Langchain perspective? Would it be extending |
Beta Was this translation helpful? Give feedback.
-
In case you want to use the
|
Beta Was this translation helpful? Give feedback.
-
Azure OpenAI released Completion Extensions which adds a
dataSources
property in the payload, where we can specify Azure cognitive search.It will be great if LangChain can support this extension API. I believe OpenAI SDK doesn't support it yet either.
Beta Was this translation helpful? Give feedback.
All reactions