Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|