Update README.md
Browse files
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
|
|
|
|
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
|