python-docs-samples
python-docs-samples copied to clipboard
Code samples used on cloud.google.com
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ipykernel](https://redirect.github.com/ipython/ipykernel) | `==6.23.3` -> `==6.29.5` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nbclient](https://redirect.github.com/jupyter/nbclient) | `==0.8.0` -> `==0.10.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [plotly](https://plotly.com/python/) ([source](https://redirect.github.com/plotly/plotly.py), [changelog](https://redirect.github.com/plotly/plotly.py/blob/master/CHANGELOG.md)) | `==5.15.0` -> `==5.24.1` | [](https://docs.renovatebot.com/merge-confidence/)...
The testing infrastructure starts the Cloud SQL Proxy (v1) prior to running tests: https://github.com/GoogleCloudPlatform/python-docs-samples/blob/857005368f1247089c644f2910040b7c40550d54/.kokoro/tests/run_tests.sh#L134-L145 The Cloud SQL Proxy (v2) was released on Jan 17, 2023. Latest is now [v2.15.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/releases/tag/v2.15.0) and...
Add samples for datastore's new vector search feature marked as draft for now, as tests will fail until the backend feature is released blocked on backend implementation of feature
## In which file did you encounter the issue? [generative_ai/function_calling/test_function_calling.py](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/generative_ai/function_calling/test_function_calling.py) ## Did you change the file? If so, how? No. ## Describe the issue Both function calling with Open AI...