Skip to content

Commit

Permalink
cleanup: remove file mime tyoe
Browse files Browse the repository at this point in the history
  • Loading branch information
densumesh committed Apr 11, 2024
1 parent 0a30061 commit 5f5d793
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/handlers/file_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ pub struct UploadFileData {
pub base64_file: String,
/// Name of the file being uploaded, including the extension.
pub file_name: String,
/// MIME type of the file being uploaded.
pub file_mime_type: String,
/// Tag set is a comma separated list of tags which will be passed down to the chunks made from the file. Tags are used to filter chunks when searching. HNSW indices are created for each tag such that there is no performance loss when filtering on them.
pub tag_set: Option<Vec<String>>,
/// Description is an optional convience field so you do not have to remember what the file contains or is about. It will be included on the group resulting from the file which will hold its chunk.
Expand Down

0 comments on commit 5f5d793

Please sign in to comment.