Uploaded image for project: 'Python Integrations'
  1. Python Integrations
  2. INTPYTHON-397

[LangChain] Add async implementations to MongoDBDocStore

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • langchain-mongodb-0.3
    • Affects Version/s: None
    • Component/s: AI/ML
    • None
    • Python Drivers

      Context

      While creating the MongoDBParentDocRetriever, we also created a MongoDBDocStore.
      While the latter implements an Asynchronous API via existing methods in the base class, langchain_core.stores.BaseStore, it would be better to do so with our own package.

      Definition of done

      Choose AsyncIOMotorClient or AsyncMongoClient. Add tests for the methods.

            Assignee:
            casey.clements@mongodb.com Casey Clements
            Reporter:
            casey.clements@mongodb.com Casey Clements
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: