Skip to content

Commit

Permalink
Raise test cov (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 authored Feb 7, 2024
1 parent 95c7e0e commit 2a5e71b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions langchain_weaviate/vectorstores.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ def add_texts(
ids = []
embeddings: Optional[List[List[float]]] = None
if self._embedding:
if not isinstance(texts, list):
texts = list(texts)
embeddings = self._embedding.embed_documents(texts)

with self._client.batch.dynamic() as batch:
Expand Down

0 comments on commit 2a5e71b

Please sign in to comment.