Mark Pollack

Results 129 issues of Mark Pollack

With https://github.com/spring-cloud/spring-cloud-skipper/pull/194/ we can do an install over a release that was deleted. This helps support a common development workflow from the Data Flow use case perspective, but we may...

The field name `file_name` is not compatible with the filter expression parsing. ``` SearchRequest searchRequest = SearchRequest.defaults() .withTopK(4) .withFilterExpression(PagePdfDocumentReader.METADATA_FILE_NAME + " == 'medicaid-wa-faqs.pdf'"); ``` where `public static final String METADATA_FILE_NAME...

Several of the AI model implementations add `/v1/` to the base url. For example the base url in `OpenAiConnectionProperties` is `https://api.openai.com`. The class `OpenAIApi` adds the path but hardcodes the...

Add support equivalent to maven functionality for merging existing projects into the current project.

Part of epic #57

Adding a command will add files into the directory ./spring/commands and also add a README-.md file. If a user does the following ``` spring boot new spring command add --from...