Spaces:
Running
Running
Deepak Sahu
commited on
Commit
·
9222de1
1
Parent(s):
0cefeec
Update z_embedding.py
Browse files- z_embedding.py +1 -1
z_embedding.py
CHANGED
@@ -6,7 +6,7 @@ from langchain.docstore.document import Document as LangchainDocument
|
|
6 |
from tqdm import tqdm
|
7 |
|
8 |
from langchain.vectorstores import FAISS
|
9 |
-
from
|
10 |
from langchain_community.vectorstores.utils import DistanceStrategy
|
11 |
|
12 |
from z_document_reader import read_wiki_html
|
|
|
6 |
from tqdm import tqdm
|
7 |
|
8 |
from langchain.vectorstores import FAISS
|
9 |
+
from langchain_community.embeddings import HuggingFaceEmbeddings
|
10 |
from langchain_community.vectorstores.utils import DistanceStrategy
|
11 |
|
12 |
from z_document_reader import read_wiki_html
|