Description
Description
We recently added another text splitting method for file uploads on Vector Databases. There now exists three options, 'Tokens', 'Recursive' and 'Semantic'. We should expose these options in the UI when uploading a document to a vector database. We need to make sure that 'Tokens' is always the default selection.
Metadata
Metadata
Assignees
Labels
No labels
Activity
[-][DRAFT] Add Vector Text Splitting Method to the UI[/-][+][DRAFT] Add Vector Text Splitting Options to the UI[/+][-][DRAFT] Add Vector Text Splitting Options to the UI[/-][+][FE] Add Vector Text Splitting Options to the UI[/+]GSrini92 commentedon May 12, 2025
Hi @ppatel9703 @ryanweiler92 I have added the options in the UI when uploading a document to a vector database.
Implemented in couple of places,
I am utilizing the existing CreateEmbeddingsFromDocuments API with extra param (splitOptions) to pass the value of the selected option.
Kindly confirm whether the above approach is the expectation or not.
ppatel9703 commentedon May 12, 2025
@ryanweiler92 Can we confirm that this should be going to advance settings?
ehynd commentedon May 22, 2025
@Gunasrini18 could you please link the pr to this ticket?
Gunasrini18 commentedon May 23, 2025
Hi @ehynd The PR has been linked to this ticket. Kindly verify.
#1106