|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
This is the complete list of members for neograph::graph::Store, including all inherited members.
| delete_item(const Namespace &ns, const std::string &key)=0 | neograph::graph::Store | pure virtual |
| get(const Namespace &ns, const std::string &key) const =0 | neograph::graph::Store | pure virtual |
| list_namespaces(const Namespace &prefix={}) const =0 | neograph::graph::Store | pure virtual |
| put(const Namespace &ns, const std::string &key, const json &value)=0 | neograph::graph::Store | pure virtual |
| search(const Namespace &ns_prefix, int limit=100) const =0 | neograph::graph::Store | pure virtual |