Spaces:
Runtime error
Runtime error
two sentences
Browse files
app.py
CHANGED
@@ -62,9 +62,9 @@ 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 |
-
|
67 |
-
speakers filter on the relevant metadata.
|
68 |
```
|
69 |
'''
|
70 |
|
|
|
62 |
'''
|
63 |
```
|
64 |
A secondary UI testing LangChain's Python-only ```SelfQueryRetriever```
|
65 |
+
interface, which uses an LLM to structure vectorstore queries.
|
66 |
+
In this case, conversational requests for specific chapters and
|
67 |
+
speakers will filter on the relevant metadata.
|
68 |
```
|
69 |
'''
|
70 |
|