You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,13 @@
6
6
7
7
- Utility functions to retrieve metadata for vector and full-text indexes.
8
8
- Support for effective_search_ratio parameter in vector and hybrid searches.
9
+
- Introduced upsert_vectors utility function for batch upserting embeddings to vector indexes.
9
10
10
11
### Changed
11
12
12
13
- Refactored index-related functions for improved compatibility and functionality.
14
+
- Added deprecation warnings to upsert_vector, upsert_vector_on_relationship functions in favor of upsert_vectors.
15
+
- Added deprecation warnings to async_upsert_vector, async_upsert_vector_on_relationship functions notifying developers that they will be removed in a future release.
0 commit comments