openai[patch]: Explicitly support embedding dimensions (#16596)

This commit is contained in:
Bagatur
2024-01-25 15:16:04 -08:00
committed by GitHub
parent 5df8ab574e
commit 61e876aad8
9 changed files with 208 additions and 176 deletions

View File

@@ -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")
"""