-
Resources' read/create/delete operations should be deduplicated and carried in parallel when possible in order to speed up the user-facing operations. The only sane way of doing this is by [representi…
-
Structuring notes as a graph has always been a favourite system of folks who choose to keep their notes in a wiki (or even just straight-up vanilla HTML). However, it seems that [Roam Research](https:…
-
Rather than users having to describe models using explicit layers, using dependencies instead would allow the FLAME GPU library to determine the layers of execution, potentially improving performance …
-
It would be great to add an encoder for the dot language of https://www.graphviz.org/
This way applications can export the graphs they build with SwiftGraph for human visualization.
-
It is not specified that there shouldn't be cycles between the rules. I think there should be a semantic error if we use hierarchical with input = rule or rule_priority, but not with input = dataset (…
-
Hi there, I am just getting started with libgraph but I have noticed that I seem to be getting wrong results for the a_star function.
What I am doing basically:
```elixir
g = Graph.new(type: :u…
-
We have a PostgreSQL db and I would like to create local DuckDB copy of a subset of the rows on it.
My plan was to
1) create the datamodel using `dm_from_con`
2) filter the rows using `dm_filter…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
When does it make sense using llamaindex workflows? I understand that it helps with asyn…
-
Hi
I am searching for a quick way to do random walks and saw this package that claims to be good, but when comparing it with naive python approach, the naive approach was much faster... what am I mis…
-
This is a feature that has been discussed in the Discord but just popping this here so it doesn't get forgotten :)
**Is your feature request related to a problem? Please describe.**
When I'm in d…