Skip to content

[BUG] error in upsert config: Error: documentStoreServices.insertIntoVectorStore - Error: documentStoreServices._insertIntoVectorStoreWorkerThread - TypeError: fetch failed #3603

@bodzebod

Description

@bodzebod

Describe the bug
Hi,
Using Flowise AI 2.1.5.

I try to set up a document store with a file loader. The upsert config is made of:

  • ollama embedding model
  • postgresql with pgvector as vector store
  • the same postgresql as record manager

image

When clicking "upsert", I get the error:

Status: 500
Error: documentStoreServices.insertIntoVectorStore - Error: documentStoreServices._insertIntoVectorStoreWorkerThread - TypeError: fetch failed

I don't see any output in flowiseAI docker log. Is it possible to increase the level of verbosity for debugging?

To Reproduce
Steps to reproduce the behavior:

  1. Create a document store with a file loader
  2. Reproduce the same upsert config as in the screenshot
  3. Click upsert button
  4. See error

Expected behavior
I expect a successful upsert.

Screenshots
If applicable, add screenshots to help explain your problem.

Flow
image

Setup

  • Installation: Docker
  • Flowise Version: 2.1.5
  • OS: Linux
  • Browser: Edge

Additional context
Many thanks for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions