Dan Turkel
Dan Turkel
+1 this feature would be great and feels more pythonic than `Enum`s.
Looks like there's a PR for this https://github.com/omry/omegaconf/pull/865 that's gone stale. I'd love to add a vote for this to get reviewed and merged as it would be useful for...
(Whoops, originally tried this without adding the `skip_schema_inference` argument. Tried again and it works now, update below.) Thanks for the quick response! I tried the workaround suggested in that thread:...
An optimal solution here might be to expose `weights_only` to LightningModule.load_from_checkpoint. Right now we're on torch 2.4 and I see the warning, and I believe that once we're on torch...
This is a nasty situation since an embedding failure could raise any potentially type of exception and, as you mention, there's no great way to know what truncation would entail....
Not being able to sort workflows by time started or completed makes debugging pretty painful for our team: it's not easy to find recently started or recently failed jobs. I...
Happy to give this a shot. I agree that in theory the interface for fragments and embeddings can really be the same thing, and that fragments (and their plugins) can...
Just started cooking on this [here](https://github.com/simonw/llm/compare/main...daturkel:llm:embed_fragments). Sadly `-f` is already taken for `embed`. Should embed-multi also be supported?
note: maybe there should be a `click.echo` confirmation to the user when a tool is successfully added to chat. ditto for `!fragment` honestly
@simonw , bumping this, it should be good to merge?