openai[patch]: Release 0.2.4 (#27652)

This commit is contained in:
Bagatur
2024-10-25 13:26:21 -07:00
committed by GitHub
parent 247d6bb09d
commit d5306899d3
3 changed files with 173 additions and 177 deletions

View File

@@ -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: