-
Notifications
You must be signed in to change notification settings - Fork 52
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
Updates to the OpenAI Embeddings Provider #758
Commits on Feb 19, 2024
-
Switch to the new small embeddings model; keep our embedding data to …
…512 vectors for easier storage
Configuration menu - View commit details
-
Copy full SHA for fa6144e - Browse repository at this point
Copy the full SHA fa6144eView commit details -
Ensure our vector arrays are the same length before running calculati…
…ons. Modify our calculation slightly
Configuration menu - View commit details
-
Copy full SHA for bc7b158 - Browse repository at this point
Copy the full SHA bc7b158View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9234d59 - Browse repository at this point
Copy the full SHA 9234d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 794017c - Browse repository at this point
Copy the full SHA 794017cView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4c3f84 - Browse repository at this point
Copy the full SHA d4c3f84View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2df624c - Browse repository at this point
Copy the full SHA 2df624cView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ad469f - Browse repository at this point
Copy the full SHA 5ad469fView commit details -
Add helper methods to get the API URL, model name and max tokens, pas…
…sing each through custom filters. Allows these to easily be used and changed by extenders
Configuration menu - View commit details
-
Copy full SHA for cc72cbf - Browse repository at this point
Copy the full SHA cc72cbfView commit details -
Add a helper method to get the number of dimensions each embedding sh…
…ould have, passing a filter around this value
Configuration menu - View commit details
-
Copy full SHA for 729e2cc - Browse repository at this point
Copy the full SHA 729e2ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d95da - Browse repository at this point
Copy the full SHA 59d95daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b38346b - Browse repository at this point
Copy the full SHA b38346bView commit details -
Add a generic generate_embedding method and use that when generating …
…post or term embeddings. Chunk content down before we generate embeddings. Start process of changing how we compare embeddings to work with these chunks, as we now have an array of embeddings instead of a single embedding
Configuration menu - View commit details
-
Copy full SHA for 9f11d56 - Browse repository at this point
Copy the full SHA 9f11d56View commit details
Commits on Apr 10, 2024
-
Add a helper method to get the max number of terms and add a filter a…
…round this. Increase the max number of terms to 5000. Order terms by most used to least used
Configuration menu - View commit details
-
Copy full SHA for 3fa96e1 - Browse repository at this point
Copy the full SHA 3fa96e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc5d800 - Browse repository at this point
Copy the full SHA cc5d800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a95615 - Browse repository at this point
Copy the full SHA 5a95615View commit details -
Configuration menu - View commit details
-
Copy full SHA for c53904f - Browse repository at this point
Copy the full SHA c53904fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a00548 - Browse repository at this point
Copy the full SHA 8a00548View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5fe959 - Browse repository at this point
Copy the full SHA b5fe959View commit details -
Add a notice to trigger regeneration of embeddings. Only show our not…
…ices to admins. Fix a bug in our hide notice script so it only triggers when the close icon is clicked. Add functionality to regenerate embeddings for all terms and delete all post embeddings. Ensure we build embeddings when running our preview function, in case the post embeddings are out of date.
Configuration menu - View commit details
-
Copy full SHA for 2f9a023 - Browse repository at this point
Copy the full SHA 2f9a023View commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 03531a7 - Browse repository at this point
Copy the full SHA 03531a7View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4de6136 - Browse repository at this point
Copy the full SHA 4de6136View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a31aa2 - Browse repository at this point
Copy the full SHA 7a31aa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4e85bd - Browse repository at this point
Copy the full SHA b4e85bdView commit details