Merge pull request #11 from stakats/patch-1

Update rag_using_pinecone.ipynb
This commit is contained in:
Alex
2024-03-08 09:30:06 -08:00
committed by GitHub

View File

@@ -430,7 +430,7 @@
"metadata": {},
"outputs": [],
"source": [
"keyword_json = \"{\" + get_completion(create_keyword_prompt(query))\n",
"keyword_json = \"{\" + get_completion(create_keyword_prompt(USER_QUESTION))\n",
"print(keyword_json)"
]
},