> For the complete documentation index, see [llms.txt](https://docs.flowiseai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowiseai.com/migration-guide/v1.4.3-migration-guide.md).

# v1.4.3 Migration Guide

***

## Before

Previously, users would have to create 2 flows to perform upsert and query:

### Upsert

<figure><img src="/files/PeMImj3JD7D1oHHYScKl" alt=""><figcaption></figcaption></figure>

### Load Existing

<figure><img src="/files/OvuW9GrpP9CVHTiHWOdS" alt=""><figcaption></figcaption></figure>

With this technique, there are 2 drawbacks:

* Additional LLM call will need to be made in order for the upsert to happen
* Any slight changes will caused the flow to be upserted again

## After

Now, user can just use one node to accomplish all:

<figure><img src="/files/FRtJWyHiZQXUVlH6Xx0e" alt=""><figcaption></figcaption></figure>

Users now have the option to manually kickoff the upsert by clicking the **green** button at the top right:

<figure><img src="/files/JS3S1Mj2TjMStlIenzL3" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ezv8l5YJDrgdpwm58ooX" alt=""><figcaption></figcaption></figure>

It comes with the new API - `/api/v1/vector/upsert`:

<figure><img src="/files/CFO7UpJOMguqS5es7DwP" alt=""><figcaption></figcaption></figure>

In future, we will be rolling out feature for querying, deleting indexes. This is the first step towards a more flexible way of performing vector-related operations. We strongly recommend users to update to the new nodes.
