Skip to content

Commit

Permalink
fix: typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda authored Jun 24, 2024
1 parent b48395c commit 0ffed25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ index.upsert(

```python
# as dicts, either of the form:
# - {"id": id, "vector": vector, "metadata": metadata, "data" data)
# - {"id": id, "vector": vector, "metadata": metadata, "data": data)
# - {"id": id, "vector": vector, "metadata": metadata)
# - {"id": id, "vector": vector, "data": data)
# - {"id": id, "vector": vector}
Expand Down

0 comments on commit 0ffed25

Please sign in to comment.