-
### 🐛 Describe the bug
What happened:
In the Graph memory example notebook (https://colab.research.google.com/drive/1PfIGVHnliIlG2v8cx0g45TF0US-jRPZ1?usp=sharing) attempting to add a memory throws t…
-
Hello,
While experimenting with differently sized graphs I observed that when threadpool is used it only works for graphs of the same size. If it is documented somewhere its fine, although ThreadPo…
tinca updated
2 weeks ago
-
I've browsed a bit through the available docs, but couldn't find whether this is possible.
So this is a question / maybe feature request.
Is there some way of composing multiple sets of predicat…
-
Hi @dlumbrer,
First of all thank you for sharing such a great plugin.
It would be really awsome if it was possible to have the possibility to add informations to two "Node" bucket type.
Let me ex…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I want to figure out how to update the default prompt of KnowledgeGraphIndex, so that I …
-
Probably I'm missing something here, but I cannot understand the profound difference between a data.graph, and a backbone.model object.
Eventually, it could be useful to integrate the graphs with b…
-
**Describe the bug**
I found this project a couple of days ago, and I absolutely love it. I've came across an issue today where the graphs showing in the UI are outdated.
At 12pm today I notice…
-
I ran the example notebook using one of the CVs provided. I try to build graph for the cv and two job offers.
1. I build graph for the cv succesfully most of the time, but TypeError is arisen somet…
-
**Describe the bug**
```cpp
//!\brief A.
template
struct A
{
struct B;
};
//!\brief B.
template
struct A::B
{
using A_type = A; //!< Foo.
struct C;
};
//!\brief C.
te…
-
## ❓ Questions and Help
Hi @KaihuaTang
Thanks for the code for scene graph detection. I was trying to run the code for scene graph generation on custom images but the results I am getting are too…