docs: storage nits (#6651)

This commit is contained in:
Mason Daugherty
2026-01-05 14:24:57 -05:00
committed by GitHub
parent 0acd5decf8
commit 196fbf2631
2 changed files with 6 additions and 2 deletions
@@ -722,7 +722,8 @@ class SqliteStore(BaseSqliteStore, BaseStore):
item = store.get(("users", "123"), "prefs")
```
Or using the convenient from_conn_string helper:
Or using the convenient `from_conn_string` helper:
```python
from langgraph.store.sqlite import SqliteStore