Spaces:
Paused
Paused
langchain community embeddings
Browse files- utils/helpers.py +1 -1
utils/helpers.py
CHANGED
|
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient, hf_hub_download
|
|
| 3 |
# from langchain.embeddings import HuggingFaceEmbeddings
|
| 4 |
# from langchain.vectorstores import FAISS
|
| 5 |
from langchain_community.vectorstores import FAISS
|
| 6 |
-
from
|
| 7 |
|
| 8 |
# from langchain.text_splitter import RecursiveCharacterTextSplitter
|
| 9 |
import json
|
|
|
|
| 3 |
# from langchain.embeddings import HuggingFaceEmbeddings
|
| 4 |
# from langchain.vectorstores import FAISS
|
| 5 |
from langchain_community.vectorstores import FAISS
|
| 6 |
+
from langchain_community.embeddings import HuggingFaceEmbeddings
|
| 7 |
|
| 8 |
# from langchain.text_splitter import RecursiveCharacterTextSplitter
|
| 9 |
import json
|