Mark Pollack

Results 129 issues of Mark Pollack

https://github.com/Azure-Samples/acme-fitness-store

e.g ChromaApi Need to test each one. - [x] PgVectorStore https://github.com/tzolov/spring-ai-aot-tests/tree/main/vector-strores/pgvector-demo - [x] Milvus https://github.com/tzolov/spring-ai-aot-tests/tree/main/vector-strores/milvus-demo - [ ] Chroma - [ ] Neo4j - [ ] Redis - [ ]...

help wanted
AOT/Native

Passing into an options builder an existing set of options to start from seems like a good pattern. If so, ensure it is followed across all builder apis.

right now they aren't. For example, `options.getFunctions().add()` will let you modify the created `FunctionCallingOptions` from the builder. This should be considered across all builder implementations.

Hi, Not sure what is the cause. Have all the pre-req installed. Get the following error. What log is being referenced? The VM came up but just with mesos, not...

Version < 1.5 of docker is not supported by dockehub anymore, so can't download any images from there. The docker software should be updated from the current 1.4 version

The setter is of the type `Duration`. A property passed as a string will need to be converted to this Java object.

move-to-monorepo

We have a test for the length of the route in https://github.com/spring-cloud/spring-cloud-deployer-cloudfoundry/blob/07377f44b181639b3b4957abd206e3b4a9b2e6f5/src/main/java/org/springframework/cloud/deployer/spi/cloudfoundry/CloudFoundryAppNameGenerator.java#L80 but in some testing, was able to create an app that had too long a name so that...

move-to-monorepo

The deployment property `use-spring-application-json` will take the application properties defined in the DSL and either set them as a json string under the env-var `SPRING_APPLICATION_JSON` aka `SAJ` or set an...