Spaces:
Runtime error
Runtime error
AlbertoFH98
commited on
Commit
·
e61c1b1
1
Parent(s):
de68fd6
Update utils.py
Browse files
utils.py
CHANGED
@@ -18,6 +18,7 @@ from langchain.evaluation import StringEvaluator
|
|
18 |
from typing import Any, Optional
|
19 |
from langsmith.client import Client
|
20 |
from langchain.smith import RunEvalConfig, run_on_dataset
|
|
|
21 |
import streamlit as st
|
22 |
import together
|
23 |
import textwrap
|
|
|
18 |
from typing import Any, Optional
|
19 |
from langsmith.client import Client
|
20 |
from langchain.smith import RunEvalConfig, run_on_dataset
|
21 |
+
from langchain.chains.combine_documents.stuff import StuffDocumentsChain
|
22 |
import streamlit as st
|
23 |
import together
|
24 |
import textwrap
|