Performance Configuration Based on Database Size
The extension’s performance depends on the amount of vector data stored in the database. As the number of vectors increases, PHP memory and execution limits must be adjusted to…
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The extension’s performance depends on the amount of vector data stored in the database. As the number of vectors increases, PHP memory and execution limits must be adjusted to…
memory_limit = 512M
max_execution_time = 120
max_input_time = 120
default_socket_timeout = 120
memory_limit = 1024M
max_execution_time = 300
max_input_time = 300
default_socket_timeout = 300
memory_limit = 2048M
max_execution_time = 900
max_input_time = 900
default_socket_timeout = 900