Skip to content

Instantly share code, notes, and snippets.

@acheshkov
acheshkov / main.md
Last active March 4, 2024 08:03
About Retrieval From Project

Task: Given a graph of snippets $G$ and query $q$ find a relevant subset of nodes

Notes:

  • The project is represented as a graph of snippets
  • If nodes are tokens and there are all possible edges in the graph, we have an equivalent to input sequence for transformer model

Model 1