Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,9 +19,9 @@ Estructura del c贸digo:
|
|
19 |
6. Carga el modelo de machine learning.
|
20 |
7. Inicia la interfaz de usuario..
|
21 |
"""
|
22 |
-
from
|
23 |
-
from
|
24 |
-
from langchain_chroma import Chroma
|
25 |
from tqdm.auto import tqdm
|
26 |
#from chromadb.utils import embedding_functions
|
27 |
from src.preprocess import Loader
|
|
|
19 |
6. Carga el modelo de machine learning.
|
20 |
7. Inicia la interfaz de usuario..
|
21 |
"""
|
22 |
+
from langchain_community.vectorstores import Chroma
|
23 |
+
from langchain_community.embeddings import HuggingFaceEmbeddings
|
24 |
+
#from langchain_chroma import Chroma
|
25 |
from tqdm.auto import tqdm
|
26 |
#from chromadb.utils import embedding_functions
|
27 |
from src.preprocess import Loader
|