Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reinstate collection.delete_many with empty filter for truncate * deprecation of delete_all (+related test utilities); removal of old core aliased methods * Deprecation sine die of bulk_write * changes * vector/s/ize params deprecation, collection.py * resiliency of tests (core+idiomatic) to vector not being returned under certain conditions * improved vectorize_methods settings handling; partial support for hfded and oaiparams * shorten model root name * hf ded tweaks to vectorize coll models generation * adapt vectorize tests to hf ded * deprecation of vector/ize orderly brought to all Operation classes * revert deprecation of bulk_insert * adapt testing to modelName management in HD dedicated * tests capture and check deprecations for all usages of vector/ize= standalone params * added HCD and CASSANDRA to the Environment values * more clarity in string repr of cursors * use type alias for filter consistently * callback mechanism to store the sort vector * expose include_sort_vector option to find * add prefetch iterator wrappers for the returnvector * prefetching for include_sort_vector * revert nullable-model-name changes and cope with disappeared .providerKey suffix in tests * include_sort_vector and get_sort_vector, extensive test coverage * add code examples for get_sort_vector in docstring for the two find methods * add Content-Type header to all api requests * changelog update * token providers * full transition to TokenProvider * vectorize: support testing of openai project/org ids * rename attribute token -> token_provider where needed * docstring about token provider * token inheritance tests; eq and copy methods of api commander * changes file * tests: modernize and lift upward fixtures and paradigmaticize object creation; add test on tokenless client * astra/nonastra plug-your-db management * astra/nonastra management fully covers vectorize * nonAstra admin (i.e. namespace crud) tests * rework fixture inheritance and naming for alternate keyspace (incl.astra/nonastra)
- Loading branch information