Jure Bajic
Jure Bajic
I reproduced the same behaviour, memgraph doesn't reload the imported modules from `test_function` module, and does not register the changes with `mg.load_all()` call. The quick fix would fix from your...
Hi, we were talking about introducing an ansible role for Memgraph, but we didn't commit any date for that. I was just wondering which deployment options you would like to...
I support this request as well
So the reason for this kind of implementation is twofold. Since the memgraph as per bolt specification returns not nodes but nodes id when fetching edge the only way to...
What do you @antoniofilipovic think about this?
I would say that is difficult and can run needlessly slow things down for the user who doesn't expect that more data will be fetched, or doesn't need to. So...
/attempt #3524 Options Cancel my attempt
Hi @matcho, we have a working solution for this problem in the PR https://github.com/arangodb/arangodb/pull/21127. Hopefully it will be merged soon and then it will probably come out in the upcoming...
Hi @olegklimov , unfortunately, for now, it is not possible to filter when using vector index search since the vector index was built on a single field, in this case...
Yes that is how it might work internally but it is a bit more involved. You would have to build index with the `workspace_id` and the `entity_embedding` fields, so it...