Description
Description
Add some more optional fields to the Vector DB Create form, such as:
- DescriptionTagsMetadata
This will reduce the amount of 'key' parameters (not mandatory but important for use cases) that need to be edited after creation. Would like at least the above, but if there are some other key parameters identified those can be added as well.
Related
A further review of other create engine forms could help identify other parameters to load onto the create action.
Tasks
What are more specific tasks that a developer needs to take to consider this issue resolved?
- Add some of the existing components in the edit formAdjust CreateVectorDatabaseEngine() Reactor (Make this a sub-issue in Semoss repo)Add/Modify reactor unit testing of form submission to ensure operations work (Make this a sub-issue in Semoss repo)
Reach out to Rithvik Doshi for more information if needed
Sub-issues
Sub-issues
- Manage this item control shift u
Activity
themaherkhalil commentedon Jun 12, 2025
I don't believe this requires a BE change. After the creation of the engine (and any engine for that matter that does not currently have these fields exposed on the create page), the FE should be calling the SetEngineMetadata() reactor to apply the metadata.
anurag91jain commentedon Jun 15, 2025
backend changes are not required as it's being taken care by FE.