Skip to content

Commit

Permalink
Merge pull request #28 from FloRul/bugfix/pypdf-missing
Browse files Browse the repository at this point in the history
Update CHUNK_SIZE to 512 in lambda.tf
  • Loading branch information
FloRul authored Feb 16, 2024
2 parents 399b898 + 665e78c commit 94340ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/ingestion/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "lambda_function_container_image" {
PGVECTOR_DATABASE = var.pg_vector_database
PGVECTOR_USER = var.pg_vector_user
PGVECTOR_PASSWORD_SECRET_NAME = var.pg_vector_password_secret_name
CHUNK_SIZE = 256
CHUNK_SIZE = 512
CHUNK_OVERLAP = 20
}
policy_statements = {
Expand Down

0 comments on commit 94340ba

Please sign in to comment.