Adrian Görler

Results 3 issues of Adrian Görler

Hi, I am wondering why the class [Embedding](https://github.com/spring-projects/spring-ai/blob/main/spring-ai-core/src/main/java/org/springframework/ai/embedding/Embedding.java) internally stored the vector as `List`. I think `double[]` or `float[]` would be more memory efficient.

Clarify that an update without keys in data and without filter will perform a mass update.