Casey Clements

Results 7 issues of Casey Clements

## Changes After initialData is added in test.unified_format's run_scenario, we get the $clusterTime from the server, and add this to each of the ClientSession entities before further operations. ## Motivation...

After the merge of #428, "Addition of MongoDB Atlas Datastore", was merged, it was pointed out to us that the link to `setup.md` pointed to the wrong directory ("mongodb_atlas" instead...

Although EMBEDDING_DIMENSION is described as a required variable in the README , it is not used, except in a few of the datastore's setup.md instructions to create their vector indexes....

# Description This PR adds tests of the MongoDB vector store `MongoDBAtlasVectorSearch`. We have already begun to use these tests in our own continuous integration. This will allow us to...

lgtm
size:L

Adds support for new subtype of Binary BSON type to be used for densely-packed 1d arrays (vectors). I am off on vacation so this is a work in progress. Remaining...

Basic draft of `langgraph.store.mongodb.MongoDBStore` Async, and Vector Search aren't shown. Questions - What is being done in postgres' "migrations"? - Is there a particular behaviour done on concurrent writes? -...