Skip to content

Commit

Permalink
[#53] final buttonup comment pass for 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
choccccy committed Nov 14, 2023
1 parent 765914c commit e70a1e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pylib/embedding/pgvector.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ async def insert(
content (str): text content of the message
timestamp (datetime, optional): timestamp of the message, defaults to current time
metadata (dict[str, str], optional): additional metadata of the message
'''
if not timestamp:
Expand Down

0 comments on commit e70a1e5

Please sign in to comment.