Laurent Doguin
Laurent Doguin
It seems we don't cleanup and add doubles when managing remote branches. I end up having this configuration after two `clever deploy` ``` ldoguin@pop-os:~/clever/clever-podcast$ cat .git/config [core] repositoryformatversion = 0...
We need to add some example and details about the accesslogs command behavior.
Thanks for supporting Couchbase Server! There are a bunch of things doable to improve it's general support. - [ ] Get the key and keyspace of the document in a...
- Implement CouchbaseVectorStore, including support for filter expression conversion. - Add couchbase vectore store documentation - Add spring boot autoconfig and starter Resolves# https://github.com/spring-projects/spring-ai/issues/938
In some cases, you might want better control over the prompt, for instance to specify a particular output format only.
Add a configurable prompt for each model in the ask command, add example under examples/writer-agent. This would enable ai agents creation with cbsh. Here is an example that specify answers...
**What happened?** I am setting up different variables to find binaries like ``` "CARGO_HOME" : "/home/gitpod/.cargo", "GOPATH" : "/home/gitpod/go-packages", "GOROOT" : "/home/gitpod/go", }, "remoteUser": "gitpod", "remoteEnv": { "PATH": "${containerEnv:PATH}:/home/gitpod/.cargo/bin:/home/gitpod/go/bin:/home/gitpod/go-packages/bin" ```...
Start a CI/CD common scripts example, starting with methods to clone buckets, scopes and collections.