Skip to content

Commit

Permalink
馃悪 destination-qdrant: run up-to-date pipeline [2024-07-10] (#41530)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jul 11, 2024
1 parent a2dad54 commit 1de6df8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ data:
memory_limit: 2Gi
memory_request: 2Gi
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
connectorSubtype: vectorstore
connectorType: destination
definitionId: 6eb1198a-6d38-43e5-aaaa-dccd8f71db2b
dockerImageTag: 0.1.1
dockerImageTag: 0.1.2
dockerRepository: airbyte/destination-qdrant
githubIssueLabel: destination-qdrant
icon: qdrant.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "airbyte-destination-qdrant"
version = "0.1.1"
version = "0.1.2"
description = "Airbyte destination implementation for Qdrant."
authors = ["Airbyte <contact@airbyte.io>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/qdrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2 | 2024-07-10 | [41530](https://github.com/airbytehq/airbyte/pull/41530) | Update dependencies |
| 0.1.1 | 2024-07-09 | [41096](https://github.com/airbytehq/airbyte/pull/41096) | Update dependencies |
| 0.1.0 | 2024-06-27 | [41020](https://github.com/airbytehq/airbyte/pull/41020) | Update to Airbyte CDK 2.3 and qdrant-client 1.10 |
| 0.0.13 | 2024-06-27 | [40215](https://github.com/airbytehq/airbyte/pull/40215) | Replaced deprecated AirbyteLogger with logging.Logger |
Expand Down

0 comments on commit 1de6df8

Please sign in to comment.