Skip to content

Commit

Permalink
Fixed import mistakes from merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
willtai committed Mar 18, 2024
1 parent afbfd14 commit 8615b53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/neo4j_genai/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
from pydantic import BaseModel, PositiveInt, model_validator


class Neo4jRecord(BaseModel):
node: Any
score: float
Neo4jRecord = dict[str, Any]
"""Type alias for data items returned from Neo4j queries"""


class EmbeddingVector(BaseModel):
Expand Down

0 comments on commit 8615b53

Please sign in to comment.