jerpint commited on
Commit
782e950
·
1 Parent(s): e988d15

update docs

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -43,6 +43,7 @@ if readthedocs_version is None:
43
  save_directory = "outputs/"
44
 
45
  # scrape and embed content from readthedocs website
 
46
  embed_documents(
47
  homepage_url=readthedocs_url,
48
  save_directory=save_directory,
@@ -127,7 +128,7 @@ with demo:
127
  gr.Markdown(
128
  """
129
  ## About
130
- RAGTheDocs allows you to ask questions about any documentation hosted on readthedocs.
131
  Simply clone this space and point it to the right URL!
132
 
133
  Try it out by asking a question below about [orion](https://orion.readthedocs.io/), an open-source hyperparameter optimization library.
 
43
  save_directory = "outputs/"
44
 
45
  # scrape and embed content from readthedocs website
46
+ # You only need to embed the first time the app runs, comment it out to skip
47
  embed_documents(
48
  homepage_url=readthedocs_url,
49
  save_directory=save_directory,
 
128
  gr.Markdown(
129
  """
130
  ## About
131
+ [RAGTheDocs](https://github.com/jerpint/RAGTheDocs) allows you to ask questions about any documentation hosted on readthedocs.
132
  Simply clone this space and point it to the right URL!
133
 
134
  Try it out by asking a question below about [orion](https://orion.readthedocs.io/), an open-source hyperparameter optimization library.