joeyanuff commited on
Commit
d02f574
·
1 Parent(s): 07ff370
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,9 +60,9 @@ 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 testing LangChain's Python-only ```SelfQueryRetriever```
64
  interface, which uses an LLM to structure vectorstore queries.
65
- Here, conversational requests for specific chapters and
66
  speakers are extracted into relevant metadata filters.
67
  '''
68
 
 
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 Python-only [```SelfQueryRetriever```](https://python.langchain.com/en/latest/modules/indexes/retrievers/examples/self_query_retriever.html)
64
  interface, which uses an LLM to structure vectorstore queries.
65
+ Below, conversational requests for specific chapters and
66
  speakers are extracted into relevant metadata filters.
67
  '''
68