Elastic

Prerequisite

  1. You can use the official Docker image to get started, or you can use Elastic Cloud, Elastic's official cloud service. In this guide, we will be using cloud version.

  2. Register an account or login with existing account on Elastic cloud.

  1. Click Create deployment. Then, name your deployment, and choose the provider.

  1. After deployment is finished, you should be able to see the setup guides as shown below. Click the Set up vector search option.

  1. You should now see the Getting started page for Vector Search.

  1. On the left hand side bar, click Indices. Then, Create a new index.

  1. Select API ingestion method

  1. Name your search index name, then Create Index

  1. After the index has been created, generate a new API key, take note of both generated API key and the URL

Flowise Setup

  1. Add a new Elasticsearch node on canvas and fill in the Index Name

  1. Add new credential via Elasticsearch API

  1. Take the URL and API Key from Elasticsearch, fill in the fields

  1. After credential has been created successfully, you can start upserting the data

  1. After data has been upserted successfully, you can verify it from Elastic dashboard:

  1. Voila! You can now start asking question in the chat

Resources

Last updated