Skip to content

Commit bdc9c50

Browse files
committed
Updated CHANGELOG
1 parent 383c655 commit bdc9c50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66

77
- Utility functions to retrieve metadata for vector and full-text indexes.
88
- Support for effective_search_ratio parameter in vector and hybrid searches.
9+
- Introduced upsert_vectors utility function for batch upserting embeddings to vector indexes.
910

1011
### Changed
1112

1213
- 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.
1316

1417
## 1.4.3
1518

0 commit comments

Comments
 (0)