| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Remove ListableAPIResource inheritance - Remove DeletableAPIResource
|
Increase version please |
Sorry, something went wrong.
* Make embeddings_utils be importable (openai#104) * Make embeddings_utils be importable * Small tweaks to dicts for typing * Remove default api_prefix and move v1 prefix to default api_base (openai#95) * make construct_from key argument optional (openai#92) * Split search.prepare_data into answers/classifications/search versions (openai#93) * Break out prepare_data into answers, classifications, and search * And cleaned up CLI * Validate search files (openai#69) * Add validators for search files * Clean up fields Co-authored-by: kennyhsu5 <1762087+kennyhsu5@users.noreply.github.com> Co-authored-by: Madeleine Thompson <madeleine@openai.com>
* Make embeddings_utils be importable (openai#104) * Make embeddings_utils be importable * Small tweaks to dicts for typing * Remove default api_prefix and move v1 prefix to default api_base (openai#95) * make construct_from key argument optional (openai#92) * Split search.prepare_data into answers/classifications/search versions (openai#93) * Break out prepare_data into answers, classifications, and search * And cleaned up CLI * Validate search files (openai#69) * Add validators for search files * Clean up fields Co-authored-by: kennyhsu5 <1762087+kennyhsu5@users.noreply.github.com> Co-authored-by: Madeleine Thompson <madeleine@openai.com>
* Remove invalid inheritances from Embedding and Completion - Remove ListableAPIResource inheritance - Remove DeletableAPIResource * Add embeddings example notebook * bump version
Adding Keywords AI as a trace processor
| Back | FazBrowse Home | New Git URL |
This PR removes invalid inheritances (ListableAPIResource, DeletableAPIResource) from Embedding and Completion.
Additionally, a simple jupyter notebook demonstrating the use of embeddings using azure is added.