Spaces:
Sleeping
Sleeping
JaphetHernandez
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import pandas as pd
|
2 |
-
from langchain import RAGChain
|
3 |
from langchain.chains import LLMChain
|
4 |
from langchain.prompts import PromptTemplate
|
5 |
from langchain_community.llms import HuggingFaceHub
|
6 |
-
from langchain.rag import RagIndex
|
7 |
import streamlit as st
|
8 |
import sys
|
9 |
import re
|
|
|
1 |
import pandas as pd
|
2 |
+
from langchain.llms.rag import RAGChain
|
3 |
from langchain.chains import LLMChain
|
4 |
from langchain.prompts import PromptTemplate
|
5 |
from langchain_community.llms import HuggingFaceHub
|
6 |
+
from langchain.llms.rag import RagIndex
|
7 |
import streamlit as st
|
8 |
import sys
|
9 |
import re
|