-
Must have for real world application:
1) To actually use this in any application we must be able to generate multiple independent Knowledge Graph for RAG for diffirent users this will be a must hav…
-
### Email (Optional)
fengyu_xie@berkeley.edu
### Version
v0.5.4
### Which OS(es) are you using?
- [ ] MacOS
- [X] Windows
- [ ] Linux
### What happened?
When trying to visualize a cluster with …
-
Hi Colin Graber,
As for Eq. (1) (which is also referred later on in Fig. 1, etc) I checked [2,3] for an origin (it does not matter to me when [2,3] majorly discusses the case with parameter w linearl…
-
### Bug Description
It takes about 14 min to initiate the graph store with 3558 entities. I feel this is because `refresh_schema() ` does not handle large graphs well. Maybe not using async?
I pa…
-
First, let me say this is a fantastic library! However, there's a shortcoming when it comes to the `ForceDescriptor` types.
For example, it's not possible to lookup the original source / target ID…
-
Hello,
I am from a background in graph theory and I discovered graph databases recently.
I wrote a research article with my functional point of view instead of the classical relational point of vi…
-
Hi! This is my example for caller graph:
```
int openMy() {
//some other call
}
interface_t * initMyInterface()
{
myInterface.open_seance = openMy;
}
handler()
{
interface_t * i =…
-
### Description
> Inspired by #342 to show how Mirascope supports this functionality without the abstraction of a graph
It would be beneficial to show how to implement the same functionality as …
-
RDkit.js is a JavaScript library for rendering molecule structures in the browser:
https://github.com/rdkit/rdkit-js
Graph analysts in the healthcare domain can benefit signifcantly from rendered …
-
We currently expose the implementation of the `Graph` datatype:
```haskell
data Graph a = Empty
| Vertex a
| Overlay (Graph a) (Graph a)
| Connect (Graph …