Shrideep commited on
Commit
10a669b
1 Parent(s): 0e41b25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -22,4 +22,5 @@ tags:
22
  ### 2. Query your data
23
  query_engine = index.as_query_engine()
24
  response = query_engine.query("What did the author do growing up?")
25
- print(response)
 
 
22
  ### 2. Query your data
23
  query_engine = index.as_query_engine()
24
  response = query_engine.query("What did the author do growing up?")
25
+ print(response)
26
+ # My application of RAG on ChatGPT (hyperlink the text with the link to .py)