For the complete documentation index, see llms.txt. This page is also available as Markdown.

Action: Create Embedding

ChatGPT Operation

The Create Embedding action generates a vector embedding (numerical representation) from input text.

Example User Story

I want to generate an embedding for a given input text so that I can use it for machine learning tasks.

Fields

Field Name
Field Type
Required

input

String

Yes

ChatGPT

Example link

Code (Apache v2.0): Operation

Last updated