Spaces:
Runtime error
Runtime error
spacing
Browse files
app.py
CHANGED
|
@@ -60,10 +60,12 @@ chain = load_chain()
|
|
| 60 |
st.set_page_config(page_title="Impromptu GPT", page_icon=":robot:")
|
| 61 |
st.header("Impromptu GPT")
|
| 62 |
'''
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
|
|
|
|
|
|
| 67 |
'''
|
| 68 |
|
| 69 |
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 |
+
```
|
| 64 |
+
A secondary UI testing LangChain's Python-only ```SelfQueryRetriever```
|
| 65 |
+
interface, which uses an LLM to structure vectorstore queries,
|
| 66 |
+
so that conversational requests for specific chapters and
|
| 67 |
+
speakers filter on the relevant metadata.
|
| 68 |
+
```
|
| 69 |
'''
|
| 70 |
|
| 71 |
if "generated" not in st.session_state:
|