Skip to content

Commit

Permalink
fixed RAG file upload (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
estohlmann authored Oct 2, 2024
1 parent 9d8930b commit 8f29928
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 8f29928

Please sign in to comment.