Casey Clements
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...
`services.openai.get_embeddings` does not expose the `dimensions` kwarg of `openai.Embedding.create`
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...
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...
One character added :)
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? -...