-
### Describe the project you are working on
An 3D single-player exploration game involving a large open map.
### Describe the problem or limitation you are having in your project
The main lim…
-
One thing that jumped to mind after reading [Aggregation and attribution](https://github.com/rwxrob/keg-spec/blob/1a4889e89786bdfbc53efe2a0fd1e8707dc6d0df/5/README.md) is the potential for crawling, c…
-
While thinking about certain data integration tasks, I had the idea to just do everything using (Jena) SPARQL extensions, such as done at [this project](https://github.com/AKSW/jena-sparql-api/tree/de…
-
## Why
Several vendors are looking into this space already, sometimes in relation to extended (vector based) search capabilities, sometimes in relation to more general large language model fea…
-
As mentioned here, ReScience is not indexed by Scopus (nor by anyone else): https://github.com/ReScience/ReScience/issues/82#issuecomment-496805815
I recently stumbled over [https://www.readyforsc…
-
Currently, in order to subset a cohort based on visit type (ER, inpatient, etc) we need to create different 'visit' cohorts and use cohortSubset operators on it. The problem is that making visit coho…
-
Rather than making snarky comments on the myriad issues, I'll open a high level issue for the problems that are being caused by them.
By reducing every domain and range to rdfs:Resource, you have d…
-
### Bug Description
When I run llamaindex Graph, embedding always stop at "Generating embeddings: 0it [00:00, ?it/s]" when use SchemaLLMPathExtractor. No problem with ImplicitPathExtractor and Simp…
-
Dear all,
Could you please add "Hierarchical indexing" as a new technique to KG?
Many thanks in advance.
Best,
Sara
-
Take the following code i.e.:
```rust
// main.rs
const VAL: &[u8] = {
ArrayVec::::new()
.push(42)
.as_slice()
};
pub struct ArrayVec {
array: [std::mem::MaybeUninit;…