ProfessorLeVesseur commited on
Commit
18db9eb
·
verified ·
1 Parent(s): 2f63dbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import os
9
  from pinecone import Pinecone
10
  from langchain.chat_models import ChatOpenAI
11
  from langsmith import Client
 
12
 
13
  #------------------------------------------------------------------------
14
  # Load API Keys From the .env File & Load the OpenAI, Pinecone, and LangSmith Client
 
9
  from pinecone import Pinecone
10
  from langchain.chat_models import ChatOpenAI
11
  from langsmith import Client
12
+ from langchain.smith import RunEvalConfig, run_on_dataset
13
 
14
  #------------------------------------------------------------------------
15
  # Load API Keys From the .env File & Load the OpenAI, Pinecone, and LangSmith Client