-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
-
Not Needed
-
Context
We should allow passing arbitrary options to create_search_index models. This will make create_search_index/create_search_indexes more future proof. For example with this change users would have been able to create vectorSearch type indexes without waiting for PYTHON-4208.
Definition of done
The following code should send newField in the createSearchIndexes command:
coll.create_search_index(model={"definition": {...}, "newField": 1})
- is related to
-
INTPYTHON-319 Chat-gpt-retrieval: Add `create_search_index` support
- Backlog
- related to
-
PYTHON-4208 [Vector Search GA] Add support for the new type field when creating search indexes
- Closed