openai-cookbook icon indicating copy to clipboard operation
openai-cookbook copied to clipboard

Examples and guides for using the OpenAI API

Results 581 openai-cookbook issues
Sort by recently updated
recently updated
newest added

## Summary Very simple addition of AlloyDB as a vector database. ## Motivation AlloyDB was not included in the options. --- ## For new content When contributing new content, read...

Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.6 to 7.27.0. Release notes Sourced from @​babel/helpers's releases. v7.27.0 (2025-03-24) Thanks @​ishchhabra and @​vovkasm for your first PRs! :eyeglasses: Spec Compliance babel-generator, babel-parser #16977 Default importAttributesKeyword...

dependencies
javascript

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.11. Release notes Sourced from nanoid's releases. 3.1.11 Fixed React Native support. 3.3.10 Fixed React Native support (by @​steida). 3.3.9 Reduced npm package size. Changelog...

dependencies
javascript

Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.2. Release notes Sourced from axios's releases. Release v1.8.2 Release notes: Bug Fixes http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2) Contributors to this release...

dependencies
javascript

Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7. Release notes Sourced from http-proxy-middleware's releases. v2.0.7 Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7 v2.0.7-beta.1 Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7-beta.0...v2.0.7-beta.1 v2.0.7-beta.0 Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7-beta.0 Changelog Sourced from http-proxy-middleware's changelog. v2.0.7...

dependencies
javascript

Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. Release notes Sourced from rollup's releases. v.2.79.2 2.79.2 2024-09-26 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...

dependencies
javascript

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...

dependencies
javascript

## Summary Providing simple examples and a walkthrough of the recently released Agents SDK. This example walks through a simple golf application that also takes advantage of our Hosted Tools...

In the vectorstore [read me](https://cookbook.openai.com/examples/vector_databases/readme) of the cookbook, GCP's Postgres databases are not included. Vector databases to be included: [AlloyDB](https://cloud.google.com/alloydb/docs/ai/perform-vector-search) [Cloud SQL for PostgreSQL](https://cloud.google.com/sql/docs/postgres/ai-overview) [Cloud SQL for MySQL](https://cloud.google.com/sql/docs/mysql/vector-search)

## Summary Briefly describe the changes and the goal of this PR. Make sure the PR title summarizes the changes effectively. Fixed a small typo by removing an unnecessary "to"...