Phil Miesle

Results 25 comments of Phil Miesle

Java11 introduces new GC algorithms (Epsilon and ZGC), though I don't really think Epsilon is suitable for C*-type workloads, ZGC might well have some promise. Java12 adds a variant of...

this was addressed via @ogabrielluiz with a different mechanism.

have rebased the change onto latest dev.

Well, based on how it works with Stream=false (default), the Inspect Memory will show only two messages (User, AI). Debatable is if the Inspect Memory should show the most recent...

hmm, well the wiring of that component is a little odd-looking anyhow - the Text anchor is on the right, but ultimately it seems it is "wired" via a common...

(regardless of the question of when the memory is updated, when Stream=true, the LLM is given none of its previous output...)

Hmm okay so https://mcr.microsoft.com/en-us/product/devcontainers/python/about 3.10 and 3.10-bookworm are equivalent then the PR I have is redundant. I far prefer devcontainers for complex project like this and Langchain... there's a lot...

@msmygit can I suggest we go one further...we know the partition key, and we're selecting by token range so should get the origin records in partition key order. Maybe we...

Rationale: collector was run in "discovery" mode, and ran correctly on all but one node. Files were not uploaded. It was then re-run on that single node (successfully) but all...