Skip to content

feat: Add graph metrics getter in graph db interface and adapters [COG-1082] #897

feat: Add graph metrics getter in graph db interface and adapters [COG-1082]

feat: Add graph metrics getter in graph db interface and adapters [COG-1082] #897

name: test | multimedia example
on:
workflow_dispatch:
pull_request:
types: [labeled, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run_multimedia_example_test:
uses: ./.github/workflows/reusable_python_example.yml

Check failure on line 15 in .github/workflows/test_multimedia_example.yaml

View workflow run for this annotation

GitHub Actions / test | multimedia example

Invalid workflow file

The workflow is not valid. .github/workflows/test_multimedia_example.yaml (Line: 15, Col: 13): Secret LLM_MODEL is required, but not provided while calling. .github/workflows/test_multimedia_example.yaml (Line: 15, Col: 13): Secret LLM_ENDPOINT is required, but not provided while calling.
with:
example-location: ./examples/python/multimedia_example.py
secrets:
#LLM_MODEL: ${{ secrets.LLM_MODEL }}
#LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }}
LLM_API_KEY: ${{ secrets.OPENAI_API_KEY }} # Use OpenAI until we deploy models to handle multimedia
#LLM_API_VERSION: ${{ secrets.LLM_API_VERSION }}
EMBEDDING_MODEL: ${{ secrets.EMBEDDING_MODEL }}
EMBEDDING_ENDPOINT: ${{ secrets.EMBEDDING_ENDPOINT }}
EMBEDDING_API_KEY: ${{ secrets.EMBEDDING_API_KEY }}
EMBEDDING_API_VERSION: ${{ secrets.EMBEDDING_API_VERSION }}
GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}
GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }}