instructlab / ui

Place to hack on UI for InstructLab
Apache License 2.0
15 stars 38 forks source link

Determine how to handle knowledge file submissions in local git mode #325

Open nerdalert opened 2 weeks ago

nerdalert commented 2 weeks ago

In the SaaS deployment we push the knowledge files containing context to a template fork in the user's GitHub. Since this is the local mode is independent of GH, we need to store the documents on the server side filesystem with the server side rendered git repo.

Part of #223