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

Election 2020 - More Embeddings Models #32

Open
s2t2 opened this issue Feb 24, 2024 · 0 comments
Open

Election 2020 - More Embeddings Models #32

s2t2 opened this issue Feb 24, 2024 · 0 comments

Comments

@s2t2
Copy link
Owner

s2t2 commented Feb 24, 2024

For next steps in research, we would like to fetch embeddings using openai's two new models, the text-embedding-3-small and text-embedding-3-large

It would be great if we could revise our current approach with the election 2020 data, to use whichever model has been set as the MODEL_ID.

This means we need to operationalize the migration queries through the bq service instead of running them manually / via README. We will need to construct the queries according to which model has been set as the MODEL_ID.

We can use a dictionary mapping of model id's to corresponding table names. Let's use different tables for the different models, because some models embeddings have more than others, and there aren't that many models.

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

No branches or pull requests

1 participant