Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from langchain.chains import LLMChain
|
|
11 |
from langchain_google_genai import GoogleGenerativeAI
|
12 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
13 |
|
14 |
-
from langchain.chains
|
15 |
|
16 |
import gradio as gr
|
17 |
import requests
|
|
|
11 |
from langchain_google_genai import GoogleGenerativeAI
|
12 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
13 |
|
14 |
+
from langchain.chains import ChatVectorDBChain
|
15 |
|
16 |
import gradio as gr
|
17 |
import requests
|