Replies: 1 comment 1 reply
-
Hello! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have an elasticsearch database. And I used embedding retriever and updated the embeddings with the code below:
document_store.update_embeddings(retriever = embedding_retriever, filters = filters, update_existing_embeddings=True)
So, can you explain what happens if I set update_existing_embeddings as True and what happens if I set it to False when the new data comes in the future ? The ideal scenario is to set it to False when the new data arrives ?
Beta Was this translation helpful? Give feedback.
All reactions