bitsofinfo

Results 88 issues of bitsofinfo

hi, can you please upgrade the alpine version?

enhancement

### System Info Hi, How can I change the logging level of TGI when launching it via a docker container? Currently I'm only seeing INFO and above. ``` 2024-05-08T21:29:45.452006Z INFO...

add arg to support delete of named kv root

``` URN_8141 urn = URN.rfc8141().parse("urn:XY:ORDER:111111?=x=y&z=c"); System.out.println(urn.toString()); System.out.println(urn.toURI().toString()); ``` ``` urn:LB:ORDER:111111?=x=yz=c urn:LB:ORDER:111111?=x=yz=c ``` where are the `&` separators? I'm running 2.0.1....

bug
question

why is the constructor for `URN_8141(NID_RFC8141 namespaceIdentifier, NSS_RFC8141 namespaceSpecificString, RQF_RFC8141 rqfComponents)` not public? I'm running 2.0.1....

question

### Describe the bug build.gradle ``` ... testImplementation 'io.quarkus:quarkus-test-oidc-server' // IF THIS DEPENDENCY IS COMMENTED OUT THE ERROR GOES AWAY.... testImplementation 'org.wiremock:wiremock:3.11.0' .... ``` gradle.properties ``` # Gradle properties quarkusPluginId=io.quarkus...

kind/bug
area/oidc
triage/needs-reproducer

When using aws bedrock (llama), I just call my AiService's chat() method with some user text like "hello" and I get the error (see below). Note this same code works...

Hi, Trying to work w/ the example here: https://docs.quarkiverse.io/quarkus-langchain4j/dev/guide-semantic-compression.html The `CompressingChatMemoryStore`, the behavior I'm seeing instead of what is described is every time the messages get compressed and appended onto...

triage/needs-reproducer