From 5e36753b5e45462fd4dfb4f738c004a6f219a28f Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 4 Jan 2024 13:36:29 +0100 Subject: [PATCH] move more weaviate creds --- .github/workflows/test_doc_snippets.yml | 3 --- .github/workflows/test_local_destinations.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/test_doc_snippets.yml b/.github/workflows/test_doc_snippets.yml index ecab8aeb62..80b77ce6c9 100644 --- a/.github/workflows/test_doc_snippets.yml +++ b/.github/workflows/test_doc_snippets.yml @@ -15,9 +15,6 @@ env: RUNTIME__LOG_LEVEL: ERROR RUNTIME__DLTHUB_TELEMETRY_SEGMENT_WRITE_KEY: TLJiyRkGVZGCi2TtjClamXpFcxAA1rSB - DESTINATION__WEAVIATE__VECTORIZER: text2vec-contextionary - DESTINATION__WEAVIATE__MODULE_CONFIG: "{\"text2vec-contextionary\": {\"vectorizeClassName\": false, \"vectorizePropertyName\": true}}" - # Slack hook for chess in production example RUNTIME__SLACK_INCOMING_HOOK: ${{ secrets.RUNTIME__SLACK_INCOMING_HOOK }} diff --git a/.github/workflows/test_local_destinations.yml b/.github/workflows/test_local_destinations.yml index 12f5c0ca48..a02957b69d 100644 --- a/.github/workflows/test_local_destinations.yml +++ b/.github/workflows/test_local_destinations.yml @@ -19,9 +19,6 @@ env: ACTIVE_DESTINATIONS: "[\"duckdb\", \"postgres\", \"filesystem\", \"weaviate\"]" ALL_FILESYSTEM_DRIVERS: "[\"memory\", \"file\"]" - DESTINATION__WEAVIATE__VECTORIZER: text2vec-contextionary - DESTINATION__WEAVIATE__MODULE_CONFIG: "{\"text2vec-contextionary\": {\"vectorizeClassName\": false, \"vectorizePropertyName\": true}}" - jobs: get_docs_changes: uses: ./.github/workflows/get_docs_changes.yml