Benjamin Rapaport

Results 10 comments of Benjamin Rapaport

For instance, entering a new step would animate the step from it's unselected size and color to it's selected size and color. Perhaps by the color changing in the directing...

For the sync client, I have written a simple wrapper class around the patched client that allows the rest of my code to avoid type issues. ```python from typing import...

It's actually just an argument to the word2vec program. The demo scripts set binary to 1, but setting it to 0 will output raw text vectors.

This isn't quite ready for review - it's still messy as I am experimenting. If I get it over the finish line I will clean it up beforehand.

It appears that it doesn't really follow the Open API 3.0.3 spec, but rather a "subset" supported by their [FunctionDefinition proto](https://ai.google.dev/api/python/google/ai/generativelanguage/FunctionDeclaration). The hard part is the [Schema proto](https://ai.google.dev/api/python/google/ai/generativelanguage/Schema), which I'm...

I don't think there is anything inherently necessary about AnyOf an AllOf. In both cases, I think you could re-write them to fit their Schema without losing the semantics. AnyOf...

I have done some testing (with the vertex ai version of the gemini API) and found that setting it to JSON mode and providing the full json schema in the...

One feature to keep in mind for multimodal input support on Vertex - the API allows specifying multimodal input via file paths into cloud storage. For video, they also allow...

@iita-atii - can you give guidance on what exactly you are parsing and how you are doing it? Any leads on more recent historical committee data - that link seems...

For the senate, it looks like there are PDF's available here: https://www.senate.gov/committees/committee_assignments.htm Haven't found an equivalent for the house