[LangGraph] Extend MongoDBStore.list_namespaces or add new method to include keys in list

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • Component/s: AI/ML, LangGraph
    • Python Drivers
    • None
    • None
    • None
    • None
    • None
    • None

      Context

      {list_namespaces}

      provides a way to explore your memory store which is laid out much like a file system, so provides

      {find}

      -like behavior. Using this analogy though, it only provides directories, not the files with them. For simple stores, one have just one level, like "users". I would like to get a list of all the users, not just know the name of the directory.

      Definition of done

      This isn't defined on the BaseStore. We would simply add a function

      {list_keys}

      which reuses all the complex MQL.

      Pitfalls

      None. Usage of these stores is typically via user-defined nodes, so we are not constrained.

              Assignee:
              Unassigned
              Reporter:
              Casey Clements
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: