Spaces:
Sleeping
Sleeping
Update functions.py
Browse files- functions.py +1 -1
functions.py
CHANGED
@@ -15,7 +15,7 @@ from pandasai import SmartDataframe
|
|
15 |
from langchain_core.chat_history import BaseChatMessageHistory
|
16 |
from langchain_community.document_loaders import YoutubeLoader
|
17 |
from langchain.docstore.document import Document
|
18 |
-
from
|
19 |
from langchain_qdrant import FastEmbedSparse
|
20 |
from supabase.client import create_client
|
21 |
from qdrant_client import QdrantClient
|
|
|
15 |
from langchain_core.chat_history import BaseChatMessageHistory
|
16 |
from langchain_community.document_loaders import YoutubeLoader
|
17 |
from langchain.docstore.document import Document
|
18 |
+
from langchain_community.embeddings import HuggingFaceBgeEmbeddings
|
19 |
from langchain_qdrant import FastEmbedSparse
|
20 |
from supabase.client import create_client
|
21 |
from qdrant_client import QdrantClient
|