# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flowiseai.com/migration-guide/v1.4.3-migration-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
