Craig Walls
Craig Walls
Not a lot of activity on this issue since 2021, aside from a couple of status changes. Any chance this will be addressed soon? I'd like to recommend it to...
Similarly, there's no way (at least not that I see) to specify options for Docker Compose "down". For example, when I have a Docker Compose file that stands up a...
I'm running 0.4.22. (Started by Spring Boot's Docker Compose support via a docker-compose.yaml). I just now used `curl` to POST a few broken JSON files to the upsert endpoint and...
Followup: I changed my docker-compose.yaml to force 0.4.15 and I do get `true` when a document is successfully upserted. So, something changed between 0.4.15 and 0.4.22. The comments on https://github.com/chroma-core/chroma/issues/1466...
Following up on what @markpollack said, if the exception indicates that the prompt exceeded the token limit, a retry should not be made. No amount of retries will ever resolve...
> Hi @habuma - What about `AiOperations` or `AiTemplate` in the same spirit as `JdbcTemplate` or `JmsTemplate`? My thinking was that this approach is more akin to things like Spring's...
Added a simple setter for chunk size, still defaulting to 800. I considered other options... - Yet another constructor argument. Decided against this because `TikaDocumentReader` already has a lot of...
Trying to understand this issue (as I've been asked about it from MSFT): Why is this needed and is it in reference to Config Server itself or the clients of...
Understood and that's fair. So would this just disable the effects of `@RefreshScope` rendering the annotation inert? In other words, if the app is using `@RefreshScope`, it would still compile...