Skip to content

feat: Cognee evaluation framework development #21

feat: Cognee evaluation framework development

feat: Cognee evaluation framework development #21

name: test | descriptive graph metrics
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_networkx_metrics_test:
uses: ./.github/workflows/reusable_python_example.yml
with:
example-location: ./cognee/tests/tasks/descriptive_metrics/networkx_metrics_test.py
secrets:
LLM_MODEL: ${{ secrets.LLM_MODEL }}

Check failure on line 19 in .github/workflows/test_descriptive_graph_metrics.yml

View workflow run for this annotation

GitHub Actions / test | descriptive graph metrics

Invalid workflow file

The workflow is not valid. .github/workflows/test_descriptive_graph_metrics.yml (Line: 19, Col: 20): Invalid secret, LLM_MODEL is not defined in the referenced workflow. .github/workflows/test_descriptive_graph_metrics.yml (Line: 20, Col: 23): Invalid secret, LLM_ENDPOINT is not defined in the referenced workflow.
LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }}
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
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 }}