mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 12:39:32 +00:00
openai[patch]: Explicitly support embedding dimensions (#16596)
This commit is contained in:
@@ -32,7 +32,8 @@ class AzureOpenAI(BaseOpenAI):
|
||||
Example:
|
||||
.. code-block:: python
|
||||
|
||||
from langchain_community.llms import AzureOpenAI
|
||||
from langchain_openai import AzureOpenAI
|
||||
|
||||
openai = AzureOpenAI(model_name="gpt-3.5-turbo-instruct")
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user