Describe your use case
If we remember the embedding function in collection metadata, so we don't need to pass the embedding function when we call get_collection.
Describe the solution you'd like
- Add a
kv_attributes of table to remember the embedding function name
- Retrieve the attribute when
get_collection
- Create embedding function object by the attribute
Describe alternatives you've considered
No response
Additional context
No response
Describe your use case
If we remember the embedding function in collection metadata, so we don't need to pass the embedding function when we call
get_collection.Describe the solution you'd like
kv_attributesof table to remember the embedding function nameget_collectionDescribe alternatives you've considered
No response
Additional context
No response