Melly Beechwood
Melly Beechwood
## Description Part of the longer effort to port v1 to Java. This iteration is a chunk of code that involves the Metric, Integral Metric and supporting classes along with...
## Description In v0 much of the CICD pipepline was completely automated. We choice to keep it manual for a couple release to ensure everything went as planned, but it's...
## Description Brings in the DatasetProfile/View and ColumnProfile/View. Also creates the StandardResolver and small changes to Metric to allow for needed methods. - [X] I have reviewed the [Guidelines for...
## Suggestions There is a fix for the github links on our markdown checker. Will need to use a config file for it. `{ "httpHeaders": [ { "urls": ["https://github.com/", "https://guides.github.com/",...
\"https://blockchain.info/ticker\"\n" fails. I'd like to be able to remove quotes, escapes, and new lines. It gives the error https://blockchain.info/ticker/"/n" so it does correctly remove the first but not the rest
### Bug Description When passing a request for the gemini-2.0-flash we are getting an error that it is not supported.  ``` ValueError('Model gemini-2.0-flash is not supported. Supported models: gemini-1.0-pro-001,...
### Bug Description Error when trying to use SimpleDirectoryReader with GFS. This was previously working in 0.10.58 ( I know.. a while ago). We recently updated to 0.12.17. Looking through...
### Feature Description Google has implemented a new API, that looks like it might take over the previous two (Gemini SDK and VertexAI SDK). - https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2 - https://googleapis.github.io/python-genai/ This api...
### The Feature Google has released a unified SDK for both Gemini and Vertex AI that has the newest models. https://googleapis.github.io/python-genai/ ### Motivation, pitch I'm currently evaluating frameworks to move...
### What feature would you like to see? Google has released a unified SDK for both Gemini and Vertex AI that has the newest models. I'm currently evaluating frameworks to...