Ahmad
Ahmad

Reputation: 38

Qdrant payload index without filter

I am currently using Qdrant version 1.7.3. I am looking for a way to fetch payloads without using a filter. Specifically, I need to retrieve payloads by providing an ID or fetching the first 'n' results without having to use a filter.

My question is whether I need to define a payload index if I do not have a filter.

Upvotes: 0

Views: 230

Answers (1)

Anush
Anush

Reputation: 151

You don't. If you're not using any filters, you're better off without a payload index.

Upvotes: 1

Related Questions