mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 21:43:44 +00:00
openai[patch]: Release 0.2.4 (#27652)
This commit is contained in:
@@ -12,7 +12,7 @@ from typing_extensions import Self, cast
|
||||
from langchain_openai.embeddings.base import OpenAIEmbeddings
|
||||
|
||||
|
||||
class AzureOpenAIEmbeddings(OpenAIEmbeddings):
|
||||
class AzureOpenAIEmbeddings(OpenAIEmbeddings): # type: ignore[override]
|
||||
"""AzureOpenAI embedding model integration.
|
||||
|
||||
Setup:
|
||||
|
Reference in New Issue
Block a user