Spaces:
Sleeping
Sleeping
Update vectorstore.py
Browse files- vectorstore.py +1 -0
vectorstore.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
from langchain_community.vectorstores import Chroma
|
2 |
|
3 |
# Setup Vectorstore
|
|
|
1 |
+
from langchain_huggingface import HuggingFaceEmbeddings
|
2 |
from langchain_community.vectorstores import Chroma
|
3 |
|
4 |
# Setup Vectorstore
|