Mark Pollack
Mark Pollack
In `AppDefinition` the properties map should have the key `GROUP_PROPERTY_KEY` set in order to prefix the stream name (and probably task names as well) when deploying an app. This convention...
Many of the kubernetes deployment property keys take a JSON string as their value. This creates a bit of friction as all examples that are cut-n-pasted from k8s docs that...
Need to look at various changes in the Boot 3.0 line * Task/Batch schema changes * Use of timestamp in batch steps is a breaking change. UI Dataflow and schema...
The issue with parent pom version not being used seems to indicate we may have a gap in our acceptance testing. Need to investigate on the TAS and K8s ATs.
Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to: * Sign the [contributor...
The list of options is long and the same list of options is used for chat and embedding. It seems like some of the options are used only for chat...
This is missing and is an important high level feature.
Triggered by the PR https://github.com/spring-projects/spring-ai/pull/203 the VectorStore interface should be revisited to see how many `VectorStore` implementations can take additional information to `add` and/or `delete`. This feels similar to the...
Add link to entry point for vector dbs in reference docs. Should encourage use of the starter vs. listing the dependency.