Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ embeddings = GoogleGenerativeAIEmbeddings(model="models/embedding-001", google_a
|
|
19 |
loader = PyPDFLoader("handbook.pdf")
|
20 |
text_splitter = CharacterTextSplitter(
|
21 |
separator=".",
|
22 |
-
chunk_size=
|
23 |
chunk_overlap=50,
|
24 |
length_function=len,
|
25 |
is_separator_regex=False,
|
|
|
19 |
loader = PyPDFLoader("handbook.pdf")
|
20 |
text_splitter = CharacterTextSplitter(
|
21 |
separator=".",
|
22 |
+
chunk_size=500,
|
23 |
chunk_overlap=50,
|
24 |
length_function=len,
|
25 |
is_separator_regex=False,
|