Spaces:
Sleeping
Sleeping
Increased chunk size from 200 to 350
Browse files
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=
|
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 |
)
|