-
Some blocks, like the Paragraph, Navigation Link, and Button block, require a URL for the block to function. Right now these blocks tend to open addition UI to allow for manipulation of this required …
-
In a Linq query across a collection I can do this without a problem
``` csharp
var x = list.Where(e => e.Id == 1).Single();
```
However, the same query in EFCore will fail with an `InvalidCast…
-
When trying to generate an API client for ShipEngine, NSwag is having issues when using oneOf to combine related entities to indicate that the request can have one of the two values. It ends up just b…
-
Hi there, I am currently evaluating a bunch of orm-a-like libraries for an upcoming project.
I have experience with sequelize and waterline. I found mikro-orm while trying to choose a new ORM for a…
-
### Checklist
- [X] I have updated to the latest available Home Assistant version.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to my b…
-
If you fail to type in the correct PIN and attempt to log in (and get a failure), the previously correct PIN will no longer work (as I assume internally Twitter generates a new PIN). Thusly the PIN pa…
-
Hi,
Is it possible to get the embeddings of the entities and relations of the knowledge graph. For instance, a triple is:
Candy tastes sweet. Here, Candy and sweet are the entities and taste is …
-
### Problem description
I purchased this [Zigbee Fingerbot from aliexpress](https://www.aliexpress.us/item/3256805414231144.html) and it has limited support in home assistant.
I've attempted to …
-
Knowledge representations may have a probabilistic nature and capturing that is especially important for complex business domains where data is ... non-stationary or contextual.
This is often seen …
-
Hello,
As I was trying to work this into a Graph LLM Rag. I was thinking on doing some queries based on data type (example: node is a 'person', 'skill', ...).
The idea was to have a person A, id…