Skip to content

Commit

Permalink
weaviate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Jan 15, 2025
1 parent 8545eb7 commit 2661820
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integrations/weaviate/tests/test_document_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from numpy import array as np_array
from numpy import array_equal as np_array_equal
from numpy import float32 as np_float32
from pandas import DataFrame
from weaviate.collections.classes.data import DataObject
from weaviate.config import AdditionalConfig, ConnectionConfig, Proxies, Timeout
from weaviate.embedded import (
Expand Down Expand Up @@ -128,7 +127,6 @@ def filterable_docs(self) -> List[Document]:
meta={"name": f"name_{i}", "no_embedding": True, "chapter": "conclusion"},
)
)
documents.append(Document(dataframe=DataFrame([i]), meta={"name": f"table_doc_{i}"}))
documents.append(
Document(content=f"Doc {i} with zeros emb", meta={"name": "zeros_doc"}, embedding=TEST_EMBEDDING_1)
)
Expand Down

0 comments on commit 2661820

Please sign in to comment.