FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
30.7k stars 15.93k forks source link

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

Open luc4t opened 5 months ago

luc4t commented 5 months ago

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.

AR-DamianPioro commented 5 months ago

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.