You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I need to pass vector embeddings inside VulcanSQL api request; however, the content is too long in the HTTP request header. The default length is 8192.
What's the correct behavior?
Users can customize some HTTP API settings parameters?
Environment
Version:
OS: macOS with M1
What's wrong?
Since I need to pass vector embeddings inside VulcanSQL api request; however, the content is too long in the HTTP request header. The default length is 8192.
What's the correct behavior?
Users can customize some HTTP API settings parameters?
Reproducing steps
You can check https://github.com/Canner/vulcan-sql-examples/tree/main/customer-support-on-twitter.
At the moment, I directly add the
maxHeaderSize
in thehttp.createServer
andhttps.createServer
functions.https://github.com/Canner/vulcan-sql-examples/blob/main/customer-support-on-twitter/packages/serve/src/lib/server.js#L99 and https://github.com/Canner/vulcan-sql-examples/blob/main/customer-support-on-twitter/packages/serve/src/lib/server.js#L124.
The text was updated successfully, but these errors were encountered: