Skip to content

Commit 3ce4dc0

Browse files
committed
Updated pr.
1 parent 5f52085 commit 3ce4dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/llm/langchain/plugins/embeddings/oci_data_science_model_deployment_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import requests
99
from langchain_core.embeddings import Embeddings
1010
from langchain_core.language_models.llms import create_base_retry_decorator
11-
from langchain_core.pydantic_v1 import BaseModel, Field
11+
from pydantic import BaseModel, Field
1212

1313
DEFAULT_HEADER = {
1414
"Content-Type": "application/json",

0 commit comments

Comments
 (0)