Fixed Azure OpenAI Deprecations and Adjusted the Tests (#1437)

This commit is contained in:
Halan Marques
2024-06-24 10:55:38 -07:00
committed by GitHub
parent 18fb92f1f8
commit 8700165b42
3 changed files with 11 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ import os
from typing import Optional
from chromadb.utils.embedding_functions import OpenAIEmbeddingFunction
from langchain_community.embeddings import AzureOpenAIEmbeddings
from langchain_openai.embeddings import AzureOpenAIEmbeddings
from embedchain.config import BaseEmbedderConfig
from embedchain.embedder.base import BaseEmbedder