Optimize generated code #90

Closed
opened 2026-02-15 19:15:49 -05:00 by yindo · 1 comment
Owner

Originally created by @marcusschiesser on GitHub (Oct 28, 2024).

Originally assigned to: @marcusschiesser on GitHub.

  • optimize frontend code using chat-ui
  • optimize nextjs backend code
  • optimize python backend code
  • move helpers from workflows to TS framework
  • move helpers from workflows to Python framework
Originally created by @marcusschiesser on GitHub (Oct 28, 2024). Originally assigned to: @marcusschiesser on GitHub. - [x] optimize frontend code using chat-ui - [ ] optimize nextjs backend code - [ ] optimize python backend code - [ ] move helpers from workflows to TS framework - [ ] move helpers from workflows to Python framework
yindo closed this issue 2026-02-15 19:15:49 -05:00
Author
Owner

@marcusschiesser commented on GitHub (Dec 5, 2024):

Todos for optimizing python backend code (for Agentic RAG):

  1. structure files clearly by technical concerns, e.g.:
    Image
    (vercel_response.py is renamed to just vercel.py)

  2. ChatData could directly have a function filters = data.generate_filters() to retrieve the filters

  3. Either move models.py to root or split models.py in different models in a model folder

@marcusschiesser commented on GitHub (Dec 5, 2024): Todos for optimizing python backend code (for Agentic RAG): 1. structure files clearly by technical concerns, e.g.: ![Image](https://github.com/user-attachments/assets/cf1ef719-d427-40bd-8b29-ccf84f0c2355) (`vercel_response.py` is renamed to just `vercel.py`) 2. `ChatData` could directly have a function `filters = data.generate_filters()` to retrieve the filters 3. Either move `models.py` to root or split `models.py` in different models in a `model` folder
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#90