Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanogueira committed Dec 21, 2024
1 parent 67a59ea commit e166da1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ def vector_store_with_sample_nodes(self, vector_store):
vector_store.add(nodes)
return vector_store

# because of the last test, we need to ignore this warning
# AttributeError: 'WeaviateVectorStore' object has no attribute
# @pytest.mark.filterwarnings("ignore:'WeaviateVectorStore' object has no attribute '.*'")
def test_vector_store_with_custom_batch(self, client):
nodes = [
TextNode(text="Hello world.", embedding=[0.0, 0.0, 0.3]),
Expand Down

0 comments on commit e166da1

Please sign in to comment.