Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 323 Bytes

File metadata and controls

7 lines (4 loc) · 323 Bytes

Classify actions using word embeddings

Using OpenAI's text-embedding-ada-002 model to represent an action as a vector, similar actions can be grouped together and used for classification.

Store embedded actions in [vector database]

Allows for perminant storage of the vector space and results in quick inference.