Skip to content

Commit

Permalink
one failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara committed Feb 14, 2024
1 parent 7b10a4e commit 177c7b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions integrations/mongodb_atlas/tests/test_document_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ def test_to_dict(self, _):
"mongo_connection_string": "mongo_connection_string",
"database_name": "database_name",
"collection_name": "collection_name",
"vector_search_index": None,
"embedding_dim": 768,
"similarity": "cosine",
"embedding_field": "embedding",
"recreate_index": False,
},
}

0 comments on commit 177c7b0

Please sign in to comment.