Spaces:
Runtime error
Runtime error
blockquote edit
Browse files
app.py
CHANGED
@@ -60,8 +60,10 @@ chain = load_chain()
|
|
60 |
st.set_page_config(page_title="Impromptu GPT", page_icon=":robot:")
|
61 |
st.header("Impromptu GPT")
|
62 |
'''
|
63 |
-
> A secondary UI
|
64 |
-
|
|
|
|
|
65 |
'''
|
66 |
|
67 |
if "generated" not in st.session_state:
|
|
|
60 |
st.set_page_config(page_title="Impromptu GPT", page_icon=":robot:")
|
61 |
st.header("Impromptu GPT")
|
62 |
'''
|
63 |
+
> A secondary UI testing LangChain's ```SelfQueryRetriever``` interface
|
64 |
+
(currently Python-only), which uses an LLM to structure its vectorstore
|
65 |
+
query: meaning that a conversational request for specific chapters and
|
66 |
+
speakers filters on the relevant metadata.
|
67 |
'''
|
68 |
|
69 |
if "generated" not in st.session_state:
|