PK
PK
**This is a work-in-progress pull-request.** Potentially fixes #182 , #128 I am in no means an expert in Encryption/Security, therefore please **feel free to give feedback on any security concerns/bugs**...
Proposition to fix #207 When importing from JSON, for every token from the JSON it will be checked if the token already exists (check for equality of `issuer`, `label` and...
Closes #36777 This PR includes: * Adding the ConnectionDetails abstraction for OAuth2 `Registration` + `Provider` * Docker-Compose Support for the [keycloak/keycloak](https://hub.docker.com/r/keycloak/keycloak) Image Open Questions: * Since the `Registration` has a...
This PR Closes #26208 As proposed by @tstavinoha (https://github.com/spring-projects/spring-framework/issues/26208#issuecomment-739817950) and @rstoyanchev (https://github.com/spring-projects/spring-framework/issues/26208#issuecomment-783324482), this adds the option `applyAttributes` to the `WebClient.Builder`. If it is set to `true`, the `ClientRequest.attributes()` will be...
Is there going to be an updated version of Codellama based on Meta's new [LLaMa 3 ](https://github.com/meta-llama/)?
This PR closes #3869 Adds `/api/infill` to leverage llama.cpp's [POST /infill](https://github.com/ggerganov/llama.cpp/blob/master/examples/server/README.md#api-endpoints) API for infilling / fill-in-the-middle / code-completion. An example request looks like this: ```http POST /api/infill HTTP/1.1 Host: localhost:11434...
## What's changed? New option `fileContentsUrl` for the `CreateYamlFile` recipe to allow file contents from a URL. The `fileContents` option takes precedence, if both the `fileContents` and `fileContentsUrl` has a...
This PR closes #488 - Adds Auto-Configuration for GemFire VectorStore - Adds `GemFireVectorStoreProperties` to set all config parameters ## TODO: As suggested in https://github.com/spring-projects/spring-ai/issues/488#issuecomment-2042738738 I tried to implement the integration...
This PR closes #554 Adds support for drag&drop of a single image file into the prompt 
This PR closes #549 Adds new text input field for setting additional environment variables for the LlamaCPP server to enable setting e.g. [CUDA variables](https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#env-vars) 