Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
import qdrant_client
|
5 |
from langchain_community.embeddings import HuggingFaceEmbeddings
|
6 |
from langchain_qdrant import Qdrant
|
7 |
-
from
|
8 |
|
9 |
class HadithChatApp:
|
10 |
def __init__(self):
|
|
|
4 |
import qdrant_client
|
5 |
from langchain_community.embeddings import HuggingFaceEmbeddings
|
6 |
from langchain_qdrant import Qdrant
|
7 |
+
from langchain_google_genai import ChatGoogleGenerativeAI
|
8 |
|
9 |
class HadithChatApp:
|
10 |
def __init__(self):
|