This workflow demonstrates how you can update an existing vector store without recreating embeddings for the entire knowledge base.
The workflow reads an existing vector store and imports new data, converting only the new content into embeddings. It then combines the original and new embeddings and writes them back to the vector store.