FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow

Home Page:https://flowiseai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Redis Vector Database - "Replace Index on Upsert" does nothing when using a Text Splitter like HTML to Markdown.

luc4t opened this issue · comments

commented

Describe the bug
For me, when using Redis Vector Database, activating "Replace Index on Upsert" does nothing and will recreate the index a second time when upserting. This only happens if you use a Text Splitter like HTML to Markdown.

If you don't use a text splitter, it works as intended.

I am having the same issue. When "Replace Index on Upsert" is checked all indexes are added, even if i did not make any changes to documents. I am working with the document store made of txt files.