-
I'm wondering why the descriptions of slots from all domains are included in the prompt when training in the leave-one-out setting:
https://github.com/google-research/task-oriented-dialogue/blob/c19b…
-
If you try to validate nested attributes, it does not work - so even your example is wrong:
```php
public function rules()
{
return [['dimensions.length', 'double', 'min' => 0.0]];
…
-
Faust supports different codecs and even allows the user to register custom codecs for the serialization of records. However, all supported codecs are schemaless. Serialization formats such as protobu…
-
### Is your feature request related to a problem?
Having the ability to query the schema structure, especially on `strict` mode to detect if a namespace, a database or a table exists.
### Describe t…
-
Product: Confluent Cloud / confluent_kafka
Using confluent-kafka 2.1.0
We were trying to follow the instructions [here](https://www.confluent.io/blog/multiple-event-types-in-the-same-kafka-to…
-
### Elixir version
1.16.3
### Database and Version
13.16
### Ecto Versions
3.12.3
### Database Adapter and Versions (postgrex, myxql, etc)
0.19.1
### Current behavior
This is related to the i…
azizk updated
1 month ago
-
### Summary
If I run the instance on port 3000 and access it there without a reverse proxy, one of the CSS (/assets/css/lib.css) is linked as an absolute URL, which breaks the linking if the host n…
-
### Describe the bug
can't compare directly without turning it into a sub query
### Steps to reproduce
```
delete room_test;
DEFINE TABLE room_test SCHEMALESS;
DEFINE FIELD name ON TABLE r…
-
Including (ideally) dealing with the last part of the key to be a sequence (since InnoDB does not allow auto-increment on the last part of a PK like MyISAM does).
-
## Summary
Due to the (by default) schemaless nature of MongoDB, ideally we would treat the entity schema at the application level.
A common practice to control the entity schema/fields when usi…