Pedro Rico Pinazo

Results 21 issues of 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...

GraphQL
Enhancement

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...

GraphQL

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

Python
Release

### 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...

GraphQL

for now we are re-writing the entire vector of embedding every time we write to disk using bincode

GraphQL

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.

GraphQL

Missing functions in the vector API: ``` selection.add_documents(docs) selection.intersection(other) ```

Rust Core
Vector storage