Skip to content

Commit

Permalink
modified cloud function notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
genaimagician committed Dec 14, 2023
1 parent 66b130c commit 1b1ce31
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,21 @@
"\n",
"- This is an example to show you how to make a webhook cloud functions with Codey, RAG, and different retreivers.\n",
"- Once you have this one set up, you can refer to those docs for how to deploy cloud functions and set up webhooks for Dialogflow\n",
"- You can add those libraries in requirements.txt file in cloud functions\n",
"\n",
"> - Flask==2.2.2\n",
"- Werkzeug==2.3.7\n",
"- google-cloud-aiplatform\n",
"- google-cloud-discoveryengine\n",
"- langchain==0.0.236\n",
"\n",
"\n",
"\n",
"\n",
"Dialogflow setup doc: [link](https://cloud.google.com/dialogflow/cx/docs/quick/setup),\n",
"Cloud functions deplployment doc: [link](https://cloud.google.com/dialogflow/cx/docs/quick/setup),\n",
"Set up webhooks for dialogflow doc: [link](https://cloud.google.com/dialogflow/cx/docs/quick/setup)"
"Set up webhooks for dialogflow doc: [link](https://cloud.google.com/dialogflow/cx/docs/quick/setup)\n",
"\n"
],
"metadata": {
"id": "srtHFYeyeY5p"
Expand Down

0 comments on commit 1b1ce31

Please sign in to comment.