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