From e70a1e52e6283bebd86296027f9c68a0619d5413 Mon Sep 17 00:00:00 2001 From: choccccy Date: Tue, 14 Nov 2023 10:35:38 -0700 Subject: [PATCH] [#53] final buttonup comment pass for 0.6.1 --- pylib/embedding/pgvector.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pylib/embedding/pgvector.py b/pylib/embedding/pgvector.py index b2edcd7..8dc5a63 100644 --- a/pylib/embedding/pgvector.py +++ b/pylib/embedding/pgvector.py @@ -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: