Pedro Rico Pinazo
Pedro Rico Pinazo
### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce any user-facing change? If yes is this documented? ### How...
The reason for this bug is that in `raphtory-graphql` we use a static variable called `PLUGIN_ALGOS` inside `server.rs` to first add plugins in and then extracting them to register them...
RIght now we need to do something along these lines: ```rust impl Algo for Pagerank { fn output_type() -> TypeRef { // first _nn means that the list is never...
For instance we have a function `temporal` in the `WindowSet` implementation that we only need in the python crate, but that we don't really want to expose to users
### What changes were proposed in this pull request? The EmbeddingFunction was changed to return a Result to be able to bubble up errors instead of panicking. These changes were...
This might be useful since when calling `graphs` we return a reference to anything that looks like a graph folder. However, if something looks like a graph folder but it's...
for now we are re-writing the entire vector of embedding every time we write to disk using bincode
have a look at the implementation of upload_graph and try to skip as much steps as possible from the validation process. For instance, avoid having to re-encode the graph again.
Missing functions in the vector API: ``` selection.add_documents(docs) selection.intersection(other) ```