You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2024. It is now read-only.
Currently we have several largely independent components (frontend, backend, etc.) and abilities (llamafile, chromadb, etc.) that could be well-served by having their own settings, dependencies, etc. rather than trying to coexist in the same container (i.e., the paios repo folder).
Per Microsoft's Mono Repo Set‐up Guide, it may make sense for us to move from Scenario 1: Shared Dependencies to Scenario 2: Separate Virtual Environments using Visual Studio Code's multi-root workspaces and a dedicated monorepo build tool like Pants (and the Suspenders plugin).