-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
agentIssues that are part of the agent feature.Issues that are part of the agent feature.enhancementNew feature or requestNew feature or requestoptimisationthis does some sorta optimisation on a specific servicethis does some sorta optimisation on a specific service
Description
In order to reduce the number of times, we gotta cache the code with the title, with scene_number, and code to be followed for one single key.
While retrieving, we check what's similar and add another node to check what's similar, then let the scene_rendering node create the code by modifying what's left
{'key':"scene_1 import manim \n ..... scene_2 import manim \n...... "} cons: fewer keys, but it's hard to split by scenes, too clustered
or
{'LinearRegressionScene02': "import manim \n ...."} cons: more keys to compare with, kinda expensive
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
agentIssues that are part of the agent feature.Issues that are part of the agent feature.enhancementNew feature or requestNew feature or requestoptimisationthis does some sorta optimisation on a specific servicethis does some sorta optimisation on a specific service