Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenAI Embeddings Primitive #2502

Closed
wants to merge 1 commit into from
Closed

Add OpenAI Embeddings Primitive #2502

wants to merge 1 commit into from

Conversation

jlouns
Copy link

@jlouns jlouns commented Mar 6, 2023

Pull Request Description

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.

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.
@CLAassistant
Copy link

CLAassistant commented Mar 6, 2023

CLA assistant check
All committers have signed the CLA.

@machineFL
Copy link
Collaborator

No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged

@gsheni
Copy link
Contributor

gsheni commented Mar 6, 2023

@jlouns Happy to add this to Featuretools, but can we put this primitive in our add-on library?

I would like to keep core Featuretools with minimal dependencies as possible.

@jlouns
Copy link
Author

jlouns commented Mar 6, 2023

@gsheni I totally agree. Just putting it here for convenience in testing, for now.

@jlouns
Copy link
Author

jlouns commented Mar 7, 2023

Moved: alteryx/nlp_primitives#251

@jlouns jlouns closed this Mar 7, 2023
@jlouns jlouns deleted the openai-embeddings branch March 7, 2023 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants