Ts1i commited on
Commit
91b21fa
1 Parent(s): 4c35f7c

Increased chunk size from 200 to 350

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ Blueprint_AI_Bill_of_Rights = loader1.load()
24
  NIST_AI_Risk_Mgmt_Fwork = loader2.load()
25
 
26
  text_splitter = RecursiveCharacterTextSplitter(
27
- chunk_size=200,
28
  chunk_overlap=50,
29
  length_function=len,
30
  )
 
24
  NIST_AI_Risk_Mgmt_Fwork = loader2.load()
25
 
26
  text_splitter = RecursiveCharacterTextSplitter(
27
+ chunk_size=350,
28
  chunk_overlap=50,
29
  length_function=len,
30
  )