mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 13:15:42 -04:00
Optimize generated code #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marcusschiesser on GitHub (Oct 28, 2024).
Originally assigned to: @marcusschiesser on GitHub.
@marcusschiesser commented on GitHub (Dec 5, 2024):
Todos for optimizing python backend code (for Agentic RAG):
structure files clearly by technical concerns, e.g.:

(
vercel_response.pyis renamed to justvercel.py)ChatDatacould directly have a functionfilters = data.generate_filters()to retrieve the filtersEither move
models.pyto root or splitmodels.pyin different models in amodelfolder