Skip to content

qdrant-loader-core v1.0.3

Choose a tag to compare

@martin-papy martin-papy released this 12 Jun 05:24
ba1b39b

Added

Qdrant-loader

  • Queue-based ingestion architecture with SQLite job queue, worker pool, scheduler, and new serve/jobs/webhook CLI flows [#269] [#280] [#281] [#284] [#289] [#291] [#294] [#307]
  • Excel ingestion improvements and Jira Data Center custom field mapping support [#251] [#276]
  • updated_after filter for Jira connector to limit ingestion to issues updated after a given date [#267]
  • Container deployment setup with dedicated Dockerfiles and docker-compose.yaml [#278]

Qdrant-loader-core

  • Bedrock and Gemini provider support in the LLM/embedding layer [#275] [#292]
  • Sparse retrieval primitives for hybrid search flows [#184]

Qdrant-loader-mcp-server

  • Qdrant hybrid search support with sparse+dense pipeline integration [#184]

Fixed

Qdrant-loader

  • Queue concurrency and failure-path hardening, including race-condition fixes and safer startup/auth/readiness handling [#307] [#311]
  • State DB and Alembic path resolution reliability, plus safer rollback behavior for multi-project transactions [#270] [#285] [#290]
  • Deleted Jira issues are now cleaned up from Qdrant during re-ingestion and delete flows [#307]
  • Empty-chunk regression prevention and CORS environment configuration fixes [#268] [#293]

Changed

Qdrant-loader

  • Ingestion pipeline refactored to a streaming-oriented flow for queue-driven execution [#295]