Skip to content

Commit

Permalink
Codeblock ref rendering (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Dec 5, 2024
1 parent 759a712 commit 1a46537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/checkpoint-postgres/langgraph/store/postgres/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a46537

Please sign in to comment.