Skip to content

Commit

Permalink
docs: adding placeholder for codelab (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravpurohit06 committed Feb 22, 2024
1 parent 4c1bd91 commit b5707b8
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions samples/langchain_quick_start.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 1,33 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Copyright 2024 Google LLC\n",
"#\n",
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# you may not use this file except in compliance with the License.\n",
"# You may obtain a copy of the License at\n",
"#\n",
"# https://www.apache.org/licenses/LICENSE-2.0\n",
"#\n",
"# Unless required by applicable law or agreed to in writing, software\n",
"# distributed under the License is distributed on an \"AS IS\" BASIS,\n",
"# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n",
"# See the License for the specific language governing permissions and\n",
"# limitations under the License."
]
}
],
"metadata": {
"language_info": {
"name": "python"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit b5707b8

Please sign in to comment.