From 74108292464a4d1fa1679d66f1bb38cae5a1602f Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 23:39:17 +0000 Subject: [PATCH] feat: Updated docs/swarms/memory/pg.md --- docs/swarms/memory/pg.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/swarms/memory/pg.md b/docs/swarms/memory/pg.md index cc965bbc3..d382fe858 100644 --- a/docs/swarms/memory/pg.md +++ b/docs/swarms/memory/pg.md @@ -73,7 +73,9 @@ Attributes: ### 3.1 Attribute Validators -The class includes validators for the `connection_string` and `engine` attributes to ensure their proper usage. These validators help maintain consistency in attribute values. +#### 4.4 Querying Vectors - Method Overview + +Before diving into the details of the querying vectors with the PgVectorVectorStore class, let's provide an overview of the purpose and functionality of the `query` method. ### 3.2 Initialization