Skip to content

Commit 0cf0815

Browse files
Joe Reuterjbfbell
authored andcommitted
Pinecone destination: Set certified flag (#30649)
1 parent 21ee999 commit 0cf0815

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

airbyte-integrations/connectors/destination-pinecone/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ COPY destination_pinecone ./destination_pinecone
3838
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
3939
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
4040

41-
LABEL io.airbyte.version=0.0.10
41+
LABEL io.airbyte.version=0.0.11
4242

4343
LABEL io.airbyte.name=airbyte/destination-pinecone

airbyte-integrations/connectors/destination-pinecone/metadata.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ data:
1919
connectorSubtype: database
2020
connectorType: destination
2121
definitionId: 3d2b6f84-7f0d-4e3f-a5e5-7c7d4b50eabd
22-
dockerImageTag: 0.0.10
22+
dockerImageTag: 0.0.11
2323
dockerRepository: airbyte/destination-pinecone
2424
githubIssueLabel: destination-pinecone
2525
icon: pinecone.svg
@@ -33,4 +33,5 @@ data:
3333
ab_internal:
3434
sl: 200
3535
ql: 300
36+
supportLevel: certified
3637
metadataSpecVersion: "1.0"

docs/integrations/destinations/pinecone.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ OpenAI and Fake embeddings produce vectors with 1536 dimensions, and the Cohere
7474

7575
| Version | Date | Pull Request | Subject |
7676
|:--------| :--------- |:--------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
77+
| 0.0.11 | 2023-09-22 | [#30649](https://github.com/airbytehq/airbyte/pull/30649) | Set visible certified flag |
7778
| 0.0.10 | 2023-09-20 | [#30514](https://github.com/airbytehq/airbyte/pull/30514) | Fix bug with failing embedding step on large records |
7879
| 0.0.9 | 2023-09-18 | [#30510](https://github.com/airbytehq/airbyte/pull/30510) | Fix bug with overwrite mode on starter pods |
7980
| 0.0.8 | 2023-09-14 | [#30296](https://github.com/airbytehq/airbyte/pull/30296) | Add Azure embedder |

0 commit comments

Comments
 (0)