-
Hey @romm, after a while i came back to the same performance issue. My app works in microservice enviroment and simplified workflow is:
- start thread
- preload services (including valinor)
- conne…
-
Currently, the model is created with:
```python
model = StarEQueryEmbeddingModel(
num_entities=dataset.entity_mapper.number_of_entities_and_reified_relations_without_vars_and_targets() + 3, …
-
Hi, @wolfy-j
I've tried to describe a mapping through a table, but found it a bit more complex than expected. Say we have the following tables structure:
```
Bill Account …
-
```
#ifdef IS_32_BITS
typedef mystruct u32
#else
typedef mystruct u64
#endif
```
```
current value for key mystruct is u32
trying to add new value: u64
Traceback (most recent call last):…
ghost updated
7 years ago
-
DESM sends messages but they need to be reviewed for whether or not details are covered to indicate statuses and cover uses cases including: As a mapper, I need to know the status of a mapping in rel…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the …
-
Hi,
I continued to try using your nice plugin to display my PV value.
I fix the json syntax but still dealing with kw/kwh
I get value from mosquitto: "solpiplog/pip/acoutw = 0566" for example that …
-
Some information are only meant for specific modules (e.g. private address, phone number e.g. HR module) The reason why this is difficult is that this information should not be part of the model table…
-
### Describe the bug
When running Metric aggregation queries over indices that have star tree enabled, using invalid field names in the query leads to a 500 Internal Server Error.
### Related c…
-
Pull out model & relation loading and saving from `Record` to a `Mapper` class that works in the same way.
This means the `Mapper` will access storage, and the `Record` will access the `Mapper`; an…
hexus updated
5 years ago