1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 destination-qdrant: run up-to-date pipeline [2025-03-22] (#56159)

This commit is contained in:
Airbyte
2025-03-23 02:36:29 +02:00
committed by GitHub
parent 2515e4501a
commit a9e45aace2
4 changed files with 422 additions and 431 deletions

View File

@@ -22,7 +22,7 @@ data:
connectorSubtype: vectorstore
connectorType: destination
definitionId: 6eb1198a-6d38-43e5-aaaa-dccd8f71db2b
dockerImageTag: 0.1.34
dockerImageTag: 0.1.35
dockerRepository: airbyte/destination-qdrant
githubIssueLabel: destination-qdrant
icon: qdrant.svg

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "airbyte-destination-qdrant"
version = "0.1.34"
version = "0.1.35"
description = "Airbyte destination implementation for Qdrant."
authors = ["Airbyte <contact@airbyte.io>"]
license = "MIT"

View File

@@ -73,6 +73,7 @@ You should now have all the requirements needed to configure Qdrant as a destina
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :----------------------------------------------------------------------- |
| 0.1.35 | 2025-03-22 | [56159](https://github.com/airbytehq/airbyte/pull/56159) | Update dependencies |
| 0.1.34 | 2025-03-08 | [55363](https://github.com/airbytehq/airbyte/pull/55363) | Update dependencies |
| 0.1.33 | 2025-03-01 | [54889](https://github.com/airbytehq/airbyte/pull/54889) | Update dependencies |
| 0.1.32 | 2025-02-22 | [54246](https://github.com/airbytehq/airbyte/pull/54246) | Update dependencies |