From 1a46537c3a57c4cfc3ed307eefb3f4664d490ce9 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Thu, 5 Dec 2024 05:48:00 -0800 Subject: [PATCH] Codeblock ref rendering (#2649) --- libs/checkpoint-postgres/langgraph/store/postgres/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/checkpoint-postgres/langgraph/store/postgres/base.py b/libs/checkpoint-postgres/langgraph/store/postgres/base.py index 839b2429e..84dd70364 100644 --- a/libs/checkpoint-postgres/langgraph/store/postgres/base.py +++ b/libs/checkpoint-postgres/langgraph/store/postgres/base.py @@ -573,6 +573,7 @@ class PostgresStore(BaseStore, BasePostgresStore[_pg_internal.Conn]): # Search by similarity results = store.search(("docs",), query="python programming") + ``` Note: Semantic search is disabled by default. You can enable it by providing an `index` configuration