Skip to content

Commit

Permalink
fixed RAG file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
estohlmann committed Oct 2, 2024
1 parent 9d8930b commit d034f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export function RagUploadModal ({
auth.user?.id_token,
fileKeys,
ragConfig.repositoryId,
ragConfig.embeddingModel,
{ id: ragConfig.embeddingModel.modelId, modelType: ragConfig.embeddingModel.modelType, streaming: ragConfig.embeddingModel.streaming },
ragConfig.repositoryType,
chunkSize,
chunkOverlap,
Expand Down

0 comments on commit d034f97

Please sign in to comment.