# SingleStore

## Configuración

1. Registra una cuenta en [SingleStore](https://www.singlestore.com/)
2. Inicia sesión en el portal. En el panel lateral izquierdo, haz clic en **CLOUD** -> **Create new workspace group.** Luego haz clic en el botón **Create Workspace**.

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

3. Selecciona el proveedor de cloud y la región de datos, luego haz clic en **Next**:

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

4. Revisa y haz clic en **Create Workspace**:

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

5. Ahora deberías ver tu workspace creado:

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

6. Procede a crear una base de datos

<figure><img src="/files/4VdeG64q8Dgn0ys4pSea" alt="" width="485"><figcaption></figcaption></figure>

7. Deberías poder ver tu base de datos creada y adjunta al workspace:

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

8. Haz clic en Connect desde el menú desplegable del workspace -> Connect Directly:

<figure><img src="/files/OrJ31OPEh51k3u7eRtZQ" alt="" width="418"><figcaption></figcaption></figure>

9. Puedes especificar una nueva contraseña o usar la generada por defecto. Luego haz clic en Continue:

<figure><img src="/files/86OrWDoVNdkvHf0FqPoK" alt="" width="485"><figcaption></figcaption></figure>

10. En las pestañas, cambia a **Your App**, y selecciona **Node.js** del menú desplegable. Toma nota/guarda el `Username`, `Host`, `Password` ya que los necesitarás en Flowise más adelante.

<figure><img src="/files/TtA6hKzdAruUCgAfup7m" alt="" width="563"><figcaption></figcaption></figure>

11. De vuelta al canvas de Flowise, arrastra y suelta los nodos de SingleStore. Haz clic en **Create New** desde el menú desplegable de Credentials:

<figure><img src="/files/bRZcisqaJsf0XGnwDclz" alt="" width="271"><figcaption></figcaption></figure>

12. Ingresa el Username y Password de arriba:

<figure><img src="/files/G8RUXfyQWkjcQOvz3UBU" alt="" width="563"><figcaption></figcaption></figure>

13. Luego especifica el Host y Database Name:

<figure><img src="/files/7ehfsGgT1RS8xXr0uFKs" alt="" width="272"><figcaption></figcaption></figure>

14. Ahora puedes comenzar a hacer upsert de datos con SingleStore:

<figure><img src="/files/8NO1ojulTspZURZaLeoJ" alt=""><figcaption></figcaption></figure>

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

15. Navega de vuelta al portal de SingleStore, y en tu base de datos, podrás ver todos los datos que se han insertado:

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


---

# 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/espanol/documentacion-oficial/integraciones/langchain/vector-stores/singlestore.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.
