Shrideep commited on
Commit
e19099e
1 Parent(s): 55fdf94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -23,4 +23,5 @@ tags:
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)
 
 
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
27
+ Check RAG.ipynb