Replies: 1 comment
-
@martincpt you should be able to just add the new data, and the So simply add more data:
If the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am struggling with indexing newly inserted data without having to reindex the whole collection. Is there a way to add a vector index to newly inserted data only?
I know I can set a selection when defining my listener, but it gets added under a new index version instead of continuing with the existing one. Additionally, performing a vector search on newly indexed items seems to exclude the older items.
I'm using the following code to add my vector index:
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions