Nico Kreiling
Nico Kreiling
## What changes are proposed in this pull request? This pull-request will enable users to define custom names for model deployment stages as well as allow them to remove existing,...
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo: Related to [issue 5121](https://github.com/python-poetry/poetry/issues/5121), but while they want a more intelligent...
Using nb-stripout (v 0.3.8) as a git-hook will strip-out content of unstaged, not committed notebooks as soon as there is at least one notebook which gets committed. In my opinion,...
Code example: ``` improt altair as alt from vega_datasets import data world = data.world_110m.url alt.Chart(alt.topo_feature(world, 'countries')).mark_geoshape().project( type='mercator', scale=400, translate=[100, 550] ) ``` Using altiar version 4.2.0 Stacktrace: ``` Returns: AttributeError...
Hello, I tried to deploy weaviate (version 1.14.0) as an Azure Web App using docker. I get this cryptic error: `create member list: Failed to get final advertise address: No...
I want to add an attribute to linked references such as a weight. I guess currently this is not directly possible. Do you have any advice on how to model...
Will enable the use of a client-side calculated search-vector when using weavaite hybrid search.
### Is your feature request related to a problem? Please describe. If a user wants to change the behavior of any of the functions that got registered for a reply,...
### Is your feature request related to a problem? Please describe. I adapt the ConversableAgent using inheritance to adapt some functionalities. Right now, I want to fix the out_of_context issue...
mknotebooks does not display the output of a cell correctly, if that output contains HTML. It looks like it breaks the output of a cell at the first `` tag,...