mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-11 20:27:54 +02:00
docs: storage nits (#6651)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user