Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kinetica committed Dec 7, 2023
1 parent 19b682c commit 2f92168
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_kinetica_relevance_score(get_db: GPUdb) -> None:
]


@pytest.mark.requires(OpenAIEmbeddings)
@pytest.mark.requires("openai")
def test_kinetica_max_marginal_relevance_search(get_db: GPUdb) -> None:
"""Test end to end construction and search."""
db = get_db
Expand Down Expand Up @@ -238,7 +238,7 @@ def test_kinetica_max_marginal_relevance_search_with_score(get_db: GPUdb) -> Non
assert output == [(Document(page_content="foo"), 0.0)]


@pytest.mark.requires(OpenAIEmbeddings)
@pytest.mark.requires("openai")
def test_kinetica_with_openai_embeddings(get_db: GPUdb) -> None:
"""Test end to end construction and search."""
db = get_db
Expand Down

0 comments on commit 2f92168

Please sign in to comment.