Skip to content

Commit

Permalink
Fix: removed redundant embeddings setting
Browse files Browse the repository at this point in the history
  • Loading branch information
willtai committed Mar 11, 2024
1 parent 2e29b3c commit 236f2cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/neo4j_genai/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def __init__(
self.driver = driver
self._verify_version()
self.embeddings = embeddings
self.embeddings = embeddings

def _verify_version(self) -> None:
"""
Expand Down

0 comments on commit 236f2cc

Please sign in to comment.