Skip to content

Commit

Permalink
fixed extra hinting in DocDB.insert_many()
Browse files Browse the repository at this point in the history
  • Loading branch information
choccccy committed Nov 27, 2023
1 parent c497918 commit ee6a872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylib/embedding/pgvector.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ async def insert(

async def insert_many(
self,
content_list: Iterable[tuple[str, str | None, str | None, list[int], list[str]]]
content_list: Iterable[tuple[str, str | None, list[int], list[str]]]
) -> None:
'''
Update a table with one or more embedded documents
Expand Down

0 comments on commit ee6a872

Please sign in to comment.