nlp_primitives
nlp_primitives copied to clipboard
Add OpenAI Embeddings Primitive
Adds a primitive for natural language logical types that uses the OpenAI Embeddings API to calculate embeddings features.
The model to use is configurable, but text-embedding-ada-002 is used by default.
- Closes #250