Spaces:
Runtime error
Runtime error
nisharg nargund
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import os
|
| 3 |
from langchain_groq import ChatGroq
|
| 4 |
-
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 5 |
-
from langchain_google_genai import GoogleGenerativeAIEmbeddings
|
| 6 |
from langchain.text_splitter import RecursiveCharacterTextSplitter
|
| 7 |
from langchain.chains.combine_documents import create_stuff_documents_chain
|
| 8 |
from langchain_core.prompts import ChatPromptTemplate
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import os
|
| 3 |
from langchain_groq import ChatGroq
|
|
|
|
|
|
|
| 4 |
from langchain.text_splitter import RecursiveCharacterTextSplitter
|
| 5 |
from langchain.chains.combine_documents import create_stuff_documents_chain
|
| 6 |
from langchain_core.prompts import ChatPromptTemplate
|