Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasonjo committed Dec 6, 2024
1 parent 4aae0b9 commit a1554b5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,7 @@ def test_neo4j_max_marginal_relevance_search() -> None:

drop_vector_indexes(docsearch)


def test_neo4jvector_effective_search_ratio() -> None:
"""Test effective search parameter."""
docsearch = Neo4jVector.from_texts(
Expand All @@ -1009,6 +1010,7 @@ def test_neo4jvector_effective_search_ratio() -> None:

drop_vector_indexes(docsearch)


def test_neo4jvector_passing_graph_object() -> None:
"""Test end to end construction and search with passing graph object."""
graph = Neo4jGraph(url=url, username=username, password=password)
Expand Down

0 comments on commit a1554b5

Please sign in to comment.