Skip to content

Commit f0dfe03

Browse files
authored
fix: increase put vectors body limit (#820)
1 parent 40ae729 commit f0dfe03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/http/routes/vector/put-vectors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export default async function routes(fastify: FastifyInstance) {
5656
fastify.post<putVectorRequest>(
5757
'/PutVectors',
5858
{
59+
bodyLimit: 20 * 1024 * 1024, // 20 MB
5960
config: {
6061
operation: { type: ROUTE_OPERATIONS.PUT_VECTORS },
6162
},

0 commit comments

Comments
 (0)