Skip to content

Commit

Permalink
fix(destination-qdrant): Update to CDK 2.0 and qdtant-clien 1.10 (#41020
Browse files Browse the repository at this point in the history
)
  • Loading branch information
natikgadzhi committed Jul 8, 2024
1 parent 13eea21 commit 0b0efbf
Show file tree
Hide file tree
Showing 5 changed files with 1,113 additions and 893 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from typing import Literal, Union

from airbyte_cdk.destinations.vector_db_based.config import VectorDBConfigModel
from pydantic import BaseModel, Field
from pydantic.v1 import BaseModel, Field


class NoAuth(BaseModel):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data:
connectorSubtype: vectorstore
connectorType: destination
definitionId: 6eb1198a-6d38-43e5-aaaa-dccd8f71db2b
dockerImageTag: 0.0.13
dockerImageTag: 0.1.0
dockerRepository: airbyte/destination-qdrant
githubIssueLabel: destination-qdrant
icon: qdrant.svg
Expand Down
Loading

0 comments on commit 0b0efbf

Please sign in to comment.