Spaces:
Sleeping
Sleeping
Jagadish Krishnamoorthy
commited on
Add subheader
Browse filesSigned-off-by: Jagadish Krishnamoorthy <[email protected]>
app.py
CHANGED
@@ -11,6 +11,7 @@ from langchain.chains import create_retrieval_chain
|
|
11 |
|
12 |
default_url = "https://rocm.docs.amd.com/en/latest/what-is-rocm.html"
|
13 |
st.title("URL Loader")
|
|
|
14 |
|
15 |
embeddings = OpenAIEmbeddings()
|
16 |
|
|
|
11 |
|
12 |
default_url = "https://rocm.docs.amd.com/en/latest/what-is-rocm.html"
|
13 |
st.title("URL Loader")
|
14 |
+
st.subheader("Stack used: LangChain, FaissDB for RAG, Streamlit, OpenAI LLM - by https://github.com/jaglinux", divider='rainbow')
|
15 |
|
16 |
embeddings = OpenAIEmbeddings()
|
17 |
|