Skip to content

Commit

Permalink
HOTFIX: Updated Default Value for Chunk Size and Overlap (#597)
Browse files Browse the repository at this point in the history
Updated default value for chunk size and overlap
  • Loading branch information
tahierhussain authored Aug 20, 2024
1 parent f27a439 commit ad9bfb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ function AddLlmProfile({
setFormDetails({
profile_name: "",
llm: "",
chunk_size: 1024,
chunk_size: 0,
vector_store: "",
chunk_overlap: 128,
chunk_overlap: 0,
embedding_model: "",
x2text: "",
retrieval_strategy: "simple",
Expand Down

0 comments on commit ad9bfb1

Please sign in to comment.