[Typo] Update crag.ipynb

This commit is contained in:
1ndigo
2025-02-24 13:49:53 +08:00
committed by GitHub
parent 3c46cc9b0a
commit 990ecff889

View File

@@ -97,7 +97,7 @@
"from langchain_core.pydantic_v1 import BaseModel, Field\n",
"\n",
"\n",
"sys.path.append(os.path.abspath(os.path.join(os.getcwd(), '..'))) # Add the parent directory to the path sicnce we work with notebooks\n",
"sys.path.append(os.path.abspath(os.path.join(os.getcwd(), '..'))) # Add the parent directory to the path since we work with notebooks\n",
"from helper_functions import *\n",
"from evaluation.evalute_rag import *\n",
"\n",