anything-llm/server
Timothy Carambat 2a556c275c
Implement Workspace-specific setting configs + other technical features (#58)
* 1. Define LLM Temperature as a workspace setting
2. Implement rudimentry table migration code for both new and existing repos to bring tables up to date
3. Trigger for workspace on update to update timestamp
4. Always fallback temp to 0.7
5. Extract WorkspaceModal into Tabbed content
6. Remove workspace name UNIQUE constraint (cannot be migrated :()
7. Add slug +seed when existing slug is already take
8. Seperate name from slug so display names can be changed

* remove blocking test return
2023-06-14 23:12:59 -07:00
..
endpoints Implement Workspace-specific setting configs + other technical features (#58) 2023-06-14 23:12:59 -07:00
models Implement Workspace-specific setting configs + other technical features (#58) 2023-06-14 23:12:59 -07:00
storage Docker support (#34) 2023-06-13 11:26:11 -07:00
utils Implement Workspace-specific setting configs + other technical features (#58) 2023-06-14 23:12:59 -07:00
.env.example resolves #14 (#15) 2023-06-09 12:59:22 -07:00
.gitignore update package scripts 2023-06-13 13:19:17 -07:00
.nvmrc Implement Chroma Support (#1) 2023-06-07 21:31:35 -07:00
index.js Implement Workspace-specific setting configs + other technical features (#58) 2023-06-14 23:12:59 -07:00
package.json Docker support (#34) 2023-06-13 11:26:11 -07:00
yarn.lock Docker support (#34) 2023-06-13 11:26:11 -07:00