Christoph Strobl
Christoph Strobl
@MerzoukeMansouri thank you for getting in touch! Would you mind adding a (failing) junit test to the reproducer? Thank you!
thank you @MerzoukeMansouri - I do see the error now. Need to dig a bit deeper as it seems the `_class` type hint is not being recognized when reading back...
The issue seems to have been resolved in the meantime. The mapping does the expected from `boot:3.2.4` (data-mongo:4.2.4) onwards.
Thank you for getting in touch. I think we need to work on the documentation side of things here `allowSecondaryReads` will use the primary if available but allows secondary nodes...
@hadjiski did you have a look at `@ReadPreference` which is available since 4.2.
Thank you for getting in touch. Please do not feed the entire pipeline as a string. `Aggregation#pipeline` accepts individual stages. Also, there is this extra `$` before each parameter binding,...
thank you for the feedback, glad it works for you now - yeah, makes sense to revisit the documentation.
Thank you for getting in touch. If you'd like us to spend some time investigating, please take the time to provide a complete [minimal sample](https://stackoverflow.com/help/minimal-reproducible-example) (something that we can unzip...
Thanks for the reproducer, I do see what happens here now. Since you already have a ready to use `Document` parsed from the `String` you may omit the field mapping...
We are considering support, yes. This requires a bit of design and alignment with the spring-ai project already having something in place for MongoDB Atlas vector search.