-
-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
When doing vector search with filters. Search returns a 504 gateway timeout.
start | {
2|npm run start | q: 'adidas shoes',
2|npm run start | per_page: 50,
2|npm run start | page: 1,
2|npm run start | exclude_fields: 'imageEmbedding,textEmbedding',
2|npm run start | collection: 'products',
2|npm run start | query_by: 'name,brand,storeName',
2|npm run start | filter_by: 'price:>=0 ',
2|npm run start | sort_by: 'price:asc'
2|npm run start | }
We are running version 0.29
Metadata
Metadata
Assignees
Labels
No labels