Skip to content

Commit

Permalink
add missing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Aug 15, 2024
1 parent 7e6f195 commit 3c8be20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_inference/test_rag_engine.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import logging

import pytest

from linkml_store.api.client import Client
from linkml_store.inference import InferenceConfig, get_inference_engine
from linkml_store.inference.implementations.rag_inference_engine import RAGInferenceEngine
Expand Down Expand Up @@ -29,6 +31,7 @@ def make_rule_based(ie: InferenceEngine) -> RuleBasedInferenceEngine:
return ie2


@pytest.mark.integration
def test_inference_nested():
client = Client()
db = client.attach_database("duckdb", alias="test")
Expand Down

0 comments on commit 3c8be20

Please sign in to comment.