Skip to content

[COG-1562] Retriever - k paths from the graph #638

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Vasilije1990 opened this issue Mar 13, 2025 · 0 comments
Closed

[COG-1562] Retriever - k paths from the graph #638

Vasilije1990 opened this issue Mar 13, 2025 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@Vasilije1990
Copy link
Contributor

  • Concept:

    Retrieve k paths from the graph, each meeting a specified length parameter, so the total distance from the query is minimized. The objective is to collect k paths from the graph closest to the query.

  • Mechanism:

    • Input: Graph data, user query, path length parameter (n), and number of paths parameter (k).
    • Task: Compute and extract k paths that satisfy the length requirement and minimize the overall distance from the query.

From SyncLinear.com | COG-1562

@Vasilije1990 Vasilije1990 added the good first issue Good for newcomers label Mar 13, 2025
@Vasilije1990 Vasilije1990 added this to the v.29 milestone Mar 16, 2025
@Vasilije1990 Vasilije1990 modified the milestones: v.30, v.31 Apr 13, 2025
@linear linear bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant