[Docs] Storage ref docs (#1985)

This commit is contained in:
William FH
2024-10-02 16:53:39 -07:00
committed by GitHub
parent d683630094
commit c74aba8cc5
3 changed files with 8 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
# Storage
::: langgraph.store.base
::: langgraph.store.postgres
+1
View File
@@ -206,6 +206,7 @@ nav:
- Reference:
- Graphs: reference/graphs.md
- Checkpointing: reference/checkpoints.md
- Storage: reference/store.md
- Prebuilt Components: reference/prebuilt.md
- Channels: reference/channels.md
- Errors: reference/errors.md
@@ -14,7 +14,7 @@ class Item:
Args:
value (dict[str, Any]): The stored data as a dictionary. Keys are filterable.
(str): Unique identifier within the namespace.
key (str): Unique identifier within the namespace.
namespace (tuple[str, ...]): Hierarchical path defining the collection in which this document resides.
Represented as a tuple of strings, allowing for nested categorization.
For example: ("documents", 'user123')