Originally created by: alirezamshi
Originally owned by: alirezamshi
This is the structure that we used for the product wiki which has Workflow → Concept → Implementation:
src/knowledge/wiki_structure/old_product_structure.mdThis is its extension:
src/knowledge/wiki_structure/extension_of_product.mdThe extension adds the following node types:
Define node types and possible edge relationships between them. For each node type (which becomes a wiki page), define:
src/execution/coding_agents to execute on it based on the instructionA markdown file describing:
Tickets: #10
Tickets: #3
Tickets: #4
Tickets: #5
Tickets: #7
Tickets: #8
Tickets: #9
Originally posted by: alirezamshi
WIP in [#31]
Related
Tickets:
#31Originally posted by: AlirezaNadafN
Originally posted by: alirezamshi
It doesn't say how to construct this graph, it's defining what are the edges and nodes. Can you clarify how the top-down work? like given a resource, what is the step by step instruction to build KG top-down?
Mainly for better indexing/retrieval. it can be inside them. what are benefits of putting it inside?
I think currently it's defined for "Implementation" as it's the lowest level node that is connected to the execution hardware. so, Environment node basically says what hardware to choose and what to install on it when running an implementation node. How can we connect it to workflow or concept? conceptually, what does it mean?
Originally posted by: alirezamshi
Done in [#31]
Related
Tickets:
#31Ticket changed by: alirezamshi
Originally posted by: AlirezaNadafN
1- Regarding the top-down I think we discussed it in the meeting. Let me know if any part needs explanations.
2- I assumed just less complexity in the grammar would be beneficial. but we can keep it anyway.
3- I mean let's say for text classification you need - read data with "pyspark", - use "deberta": probably need "GPU with Ram x" -Use "roberta" wth a "GPU with a lower memory than x" - print confusion matrix of "sklearn". Basically what I am saying is env is something collective and not for a single concept. again it depends on our definition of env and usage.