You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When clicking on [Save Config] button on the "Configure Embeddings, Vector Store and Record Manager" screen, doesn't save things.
To Reproduce
Go to 'Document Store' screen
Create new Document Store
Create a basic loader (can be Text File Document Loader) with some random text
Click on "Process".
Go to 'Upsert All Chunks' screen
Configure Embeddings, Vector Store and Record Manager data
Click on 'Save Config'
Go back to previous screen
Go to 'Upsert All Chunks' screen again
Expected behavior
Al the settings would be there, but the config screen is empty.
Setup
Installation: docker
Flowise Version: 2.2.7-patch.1.
OS: Ubuntu 24.04
Browser: Brave (but the API call was also tested with Insomnia)
Additional context
I'm sure the browser is firing the /api/v1/document-store/vectorstore/save is being fired.
The config is only written when using the 'Upsert' button.
After the first 'Upsert', you can change something and 'Save Config'. The changes won't be there when returning to the screen.
One very weird thing that happened twice.....
After upserting the first Document Store, created another one.... went to the steps 1 to 9 above.... when return to 'Upsert All Chunks' I saw all the configs (embedding, vector store....) from my other Document Store! 😢 That makes no sense, but It happened twice.
The text was updated successfully, but these errors were encountered:
Describe the bug
When clicking on [Save Config] button on the "Configure Embeddings, Vector Store and Record Manager" screen, doesn't save things.
To Reproduce
Expected behavior
Al the settings would be there, but the config screen is empty.
Setup
Additional context
/api/v1/document-store/vectorstore/save
is being fired.One very weird thing that happened twice.....
After upserting the first Document Store, created another one.... went to the steps 1 to 9 above.... when return to 'Upsert All Chunks' I saw all the configs (embedding, vector store....) from my other Document Store! 😢 That makes no sense, but It happened twice.
The text was updated successfully, but these errors were encountered: