joeyanuff commited on
Commit
95b8421
·
1 Parent(s): db22817

two sentences

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- so that conversational requests for specific chapters and
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