-
Since #222 , fill +/- loses support for most structured arrays.
```julia
julia> s=Symmetric(rand(3,3))
3×3 Symmetric{Float64, Matrix{Float64}}:
0.110199 0.379641 0.536482
0.379641 0.518226…
-
Note on refactoring:
## Issues
- [ ] Remove TYPE_PROPERTIES
- [ ] Query DSL (for trigger and view editor)
- [ ] MutableQueryRegistry -- able to use static schema witch tables?
- [ ] Remove cyclic dep…
-
## What
A connection to a WhyHow graph containing desired structured terms and entity types.
## Why
For guided extraction, people want to be able to specify terms to use. These terms should …
-
### Is your feature request related to a problem?
I would like to create an activity diagram containing a 'for each loop'.
I would like my students to translate an idea given by the activity diagra…
-
**Describe the bug**
When we create a structure property with `entity_types` defined only `dataset`, we still can assign the structure property to other entity types(`dataflow`, `datajob` etc.) as we…
-
Several functions use NumPy's structured arrays. I thought it is better to replace them to dataclasses for several reasons:
- It is basically not informative to users to know what members are conta…
-
When prompting the local server with Structured Outputs and providing a property with any [union type](https://platform.openai.com/docs/guides/structured-outputs/all-fields-must-be-required) (regardle…
-
#### Code Sample, a copy-pastable example if possible
A "Minimal, Complete and Verifiable Example" will make it much easier for maintainers to help you:
http://matthewrocklin.com/blog/work/2018/02…
-
### Bug Description
creating s structured llm with this class
```python
class Plan(BaseModel):
"""Plan to follow in future"""
steps: List[str] = Field(
description="different steps …
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
This ticket is designed to capture the work needed to properly support Arrow `Struct` types i…
alamb updated
3 months ago