Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

fix(qdrant): fix pre-filter mapping and ingestion loop bug (#2035)#2275

Open
himanshumiisshra wants to merge 1 commit into
run-llama:mainfrom
himanshumiisshra:fix/qdrant-filter-mapping
Open

fix(qdrant): fix pre-filter mapping and ingestion loop bug (#2035)#2275
himanshumiisshra wants to merge 1 commit into
run-llama:mainfrom
himanshumiisshra:fix/qdrant-filter-mapping

Conversation

@himanshumiisshra
Copy link
Copy Markdown

Fixes #2035

Changes:

  • Updated toQdrantMetadataFilters to map NE and NIN to must_not blocks to prevent 400 Bad Request errors.
  • Fixed an off-by-one batching error in buildPoints that caused skipped nodes during ingestion.
  • Preserved numeric types in IN filters to ensure compatibility with Qdrant numeric payload indexes.
  • Improved type safety by removing any casts in favor of Qdrant Schema types.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 23, 2026

🦋 Changeset detected

Latest commit: d1411d6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@llamaindex/qdrant Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

QdrantVectorStore preFilters causing 400 Bad Request error

1 participant