mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 15:35:14 +00:00
templates[patch]: fix pydantic imports (#14632)
This commit is contained in:
@@ -15,10 +15,10 @@ from langchain.schema import (
|
||||
StrOutputParser,
|
||||
get_buffer_string,
|
||||
)
|
||||
from langchain_core.pydantic_v1 import BaseModel, Field
|
||||
from langchain_core.runnables import Runnable
|
||||
from langsmith.evaluation import EvaluationResult, RunEvaluator
|
||||
from langsmith.schemas import Example
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
###############################################################################
|
||||
# | Chat Bot Evaluator Definition
|
||||
|
Reference in New Issue
Block a user