Skip to content

Vector Search with Filters #310

@vjhameed

Description

@vjhameed

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions