Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ from sklearn.metrics import silhouette_score
|
|
31 |
from scipy.stats import spearmanr
|
32 |
from functools import lru_cache
|
33 |
from langchain.retrievers import MultiQueryRetriever
|
34 |
-
from
|
35 |
from transformers import pipeline
|
36 |
from sklearn.model_selection import ParameterGrid
|
37 |
from tqdm import tqdm
|
|
|
31 |
from scipy.stats import spearmanr
|
32 |
from functools import lru_cache
|
33 |
from langchain.retrievers import MultiQueryRetriever
|
34 |
+
from langchain_huggingface.llms import HuggingFacePipeline
|
35 |
from transformers import pipeline
|
36 |
from sklearn.model_selection import ParameterGrid
|
37 |
from tqdm import tqdm
|