signalprime

Results 41 comments of signalprime

Thanks to this issue I also found a workaround by ``` def _convert_to_tf(x, dtype=None): if isinstance(x, SampleBatch): dict_ = {k: v for k, v in x.items() if k != SampleBatch.INFOS}...

Or to cover more use cases, there could be an option that tells the agent to query the human when it doesn't have the data requested on a form. I...

This is great! We appreciate the credits and would love to co-author a blog post about it. A few weeks back I'd worked towards building DuckDuckGo search as an ability/skill...

Hi @generall, thanks for the question. I can't name any. Would we want to wait for that use case before implementing this? I may attempt it myself, just need to...

That makes sense. Yes, when searching for `cosine` I found numerous files and honestly had no idea where to start. I'd picked `lib/segment/src/spaces/metric_f16/simple_cosine.rs` to look at first but knew that...

@microsoft-github-policy-service agree On Mon, Feb 19, 2024 at 10:24 PM Codecov Comments Bot < ***@***.***> wrote: > Codecov > > Report > > Attention: 396 lines in your changes are...

This PR expands the `websurfer` extras requirements to include `selenium`. I've also updated the workflow for `python-package.yml` to include the webdrivers for Edge, Firefox, and Chrome. All `pre-commit` tests in...

# Updates - Updated workflows to include the browsers: -- `contrib-openai.yml` and `contrib-tests.yml` - Updated `setup.py` so that `websurfer` includes `selenium`, `requests`, and `arxiv` packages # Improved - Added additional...

> I’m not sure whether the original assistant and userproxy agents could achieve the same goal through a meticulously designed prompt. Yes, I think you are correct that it could...

Made some last updates based on the generous feedback from @skzhang1. The only two other things I can think to include would be an update to the docs for the...