Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from pymongo import MongoClient
|
|
5 |
import urllib.parse
|
6 |
import os
|
7 |
from langchain_groq import ChatGroq
|
8 |
-
from
|
9 |
from chatbot import Comsatsbot
|
10 |
# FastAPI app setup
|
11 |
app = FastAPI()
|
|
|
5 |
import urllib.parse
|
6 |
import os
|
7 |
from langchain_groq import ChatGroq
|
8 |
+
from langchain_huggingface import HuggingFaceEmbeddings
|
9 |
from chatbot import Comsatsbot
|
10 |
# FastAPI app setup
|
11 |
app = FastAPI()
|