-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Description
I was loading documents into a new workspace and noticed when I shifted from the "Documents" tab to the "Settings" tab the value for "Number of Vectors" was zero. Exiting the settings dialog and going back in and going into the "Settings" tab triggered the value to be updated. What I suspect is happening is the value for the number of vectors is retrieved when the workspace settings dialog is opened but not refreshed when moving from the "Documents" tab to the "Settings" tab.
To recreate:
- Create a new workspace.
- Go into the workspace settings dialog for the newly created workspace.
- Upload some documents and embed them into the new workspace.
- As soon as the embedding is completed, go into the "Settings" tab and look at the "Number of Vectors", it will be zero.
- Click the "x" to exit the workspace settings dialog.
- Go back into the workspace settings dialog.
- Click on the "Settings" tab and the "Number of Vectors" will now reflect the number of vectors in the database.