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
As a private company we'd like to use more secure method such as azure openai instead of openai api because we send texts from proprietary documents. I found Langchain tools are much easy to use than azure native tools, so I tried to use langchain with azureopenai but it seems many langchain tools support openai but not azure openai yet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Checked
Feature request
Please add AzureOpenAI's gpt options in
class RankLLMRerank(BaseDocumentCompressor)
https://github.com/langchain-ai/langchain/blob/master/libs/community/langchain_community/document_compressors/rankllm_rerank.py
In the source code, the modeltype gpt only uses openai api, but there is no option for azure openai:
Motivation
As a private company we'd like to use more secure method such as azure openai instead of openai api because we send texts from proprietary documents. I found Langchain tools are much easy to use than azure native tools, so I tried to use langchain with azureopenai but it seems many langchain tools support openai but not azure openai yet.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions