-
### Problem description
As discussed in #3797 we often need to materialize values to be able to store them in a list. However, we can often do even better, if were able to optimize the collections kn…
-
### Description
This issue was found in the Haystack integration. Corresponding Haystack issue: https://github.com/deepset-ai/haystack-core-integrations/issues/1172
`weaviate-client==4.9.0`
W…
-
### Type of issue
Missing information
### Description
When adding primitive collections of IEnumerable returned by LINQ without casting them to List, Array, etc., the internal method Snapshot(IEnum…
-
I realize this concept of records/tuples as keys and unordered tuples (or sets #377 ) are all connected to the same problem of sorting. (Sorting string keys seemed to have been a quick decision).
```…
-
Currently collections are mapped to JSON arrays, we could map them to JSON objects instead.
-
This is a runtime failure in Dart2:
```dart
void readListOfNames(ArgResults results) {
// "List is not a List"
List names = results['names'];
}
```
... but patterns like this are really…
-
**Describe the bug**
Weavite cannot retrieve the `_split_overlap` field generated by the `DocumentSplitter` even if the field is specified in the schema.
**To Reproduce**
see more details at: ht…
-
# Support type annotations and type checking in Starlark
The first goal is: **correctness and readability of Starlark code**
Other goals are:
- improving efficiency of Starlark interpreter and
…
-
Will there be a support for the type primitive.ObjectID for MongoDB? Or is there a way to add types ourselves?
https://pkg.go.dev/go.mongodb.org/mongo-driver
Right now I have to deactivate all of …
hwebb updated
1 month ago
-
Not sure if this is a question, bug report or API proposal, but I was pretty surprised when I tried to switch from Swagger to .NET 9 OpenApi generation, and saw that it generates these NullableOfXXX v…