Skip to content

Commit

Permalink
fix(artifact): fix advanced index pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Yougigun committed Dec 4, 2024
1 parent a7cef64 commit 5fca23c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/service/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const DocToMDVersion = "v1.1.1"

// Note: this pipeline is for the new indexing pipeline having convert_result or convert_result2
const ConvertDocToMDPipelineID2 = "indexing-advanced-convert-doc"
const DocToMDVersion2 = "v1.2.0"
const DocToMDVersion2 = "v1.3.1"

const MdChunkPipelineID = "indexing-split-markdown"
const MdSplitVersion = "v2.0.0"
Expand Down Expand Up @@ -103,6 +103,7 @@ func (s *Service) ConvertToMDPipe(ctx context.Context, fileUID uuid.UUID, caller
{
Fields: map[string]*structpb.Value{
"document_input": {Kind: &structpb.Value_StringValue{StringValue: prefix + fileBase64}},
"vlm_model": {Kind: &structpb.Value_StringValue{StringValue: "gpt-4o"}},
},
},
},
Expand Down

0 comments on commit 5fca23c

Please sign in to comment.