Skip to content

[TASK] Add fields to Vector DB Create form #469

Closed
1 of 1 issue completed
Closed
Task
1 of 1 issue completed
@rithvik-doshi

Description

@rithvik-doshi

Description

Add some more optional fields to the Vector DB Create form, such as:

  • Description
    Tags
    Metadata

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 form
    Adjust 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

1 of 1 Issues completed

Activity

changed the issue type fromtoon May 21, 2025
themaherkhalil

themaherkhalil commented on Jun 12, 2025

@themaherkhalil
Contributor

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.

linked a pull request that will close this issuefeat(client): addition of fields #1270on Jun 13, 2025
anurag91jain

anurag91jain commented on Jun 15, 2025

@anurag91jain
Contributor

backend changes are not required as it's being taken care by FE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @anurag91jain@themaherkhalil@rithvik-doshi@Pragya7011@SubhajitMohanty1

    Issue actions

      [TASK] Add fields to Vector DB Create form · Issue #469 · SEMOSS/semoss-ui