Skip to content

Commit

Permalink
feat: revert the converting pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Yougigun committed Nov 5, 2024
1 parent 17e6868 commit b9def81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/service/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ const NamespaceID = "preset"
const ConvertDocToMDPipelineID = "indexing-convert-pdf"
const DocToMDVersion = "v1.1.1"

// TODO: the pipeline id is not correct, need to update the pipeline id
const ConvertDocToMDPipelineID2 = "indexing-advanced-convert-doc"
// TODO: we revert to the old pipeline. it will change to the new pipeline later.
const ConvertDocToMDPipelineID2 = "indexing-convert-pdf"

// TODO: the version is not correct, need to update the version
const DocToMDVersion2 = "v1.0.1"
// TODO: we need to update the version after the new pipeline is ready
const DocToMDVersion2 = "v1.1.1"

const MdChunkPipelineID = "indexing-split-markdown"
const MdSplitVersion = "v2.0.0"
Expand Down

0 comments on commit b9def81

Please sign in to comment.