-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from GSA-TTS/jim/tags-update
fix docs upload auth and tagging UI
- Loading branch information
Showing
9 changed files
with
230 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
npm install | ||
npm run format | ||
npm run i18n:parse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
# TODOs | ||
|
||
- Videos: playground switching sys prompts | ||
- Make demo Videos: playground switching sys prompts, transfer sys prompt to custom model with docs | ||
- Models and docs need ownership and visibility in database, owner str, visibility [str] | ||
- Ability to share docs/models by pasting an email of another user ("This email is belongs to a sandbox user. They will now have access to the model" / "This email does not belong to a sandbox user"). Probably want comma separation... | ||
- Add links to Doc upload | ||
- Add http links to Doc upload options | ||
- Fix tagging ux, add tags should be clickable, should save when you hit save | ||
- Check and tag multiple docs | ||
- Need initial (Type a message down there 👇 to get started) message for new users | ||
- Check and batch-tag multiple docs | ||
- documents tab needs a spinner when processing docs | ||
- existing tags should be selectable when adding to docs | ||
- Need initial (Type a message down there 👇 to get started / explain that this is a chat interface) message for new users | ||
- Soft outline around new chat and documents buttons | ||
- Remove dangerous items from Workspace, rename Workspace "Documents & More" | ||
- Fix translations for docs & more and search your chats, as well as sign in screen | ||
- Workspace > documents needs a spinner when processing docs | ||
- existing tags should be selectable when adding to docs | ||
- create a couple default custom prompts like /quick-summary ([type something here]) and /quick-summary-from-paste {{clipboard}} | ||
- Unhide Tools from workspace layout | ||
- Chroma is kept in ram... need to swap for redis | ||
- Save and retrieve valves.json data from env instead of json | ||
- Remove pipeline add from admin settings > pipelines | ||
- Investigate RAG set up | ||
- create a couple default custom prompts shortcuts like /quick-summary ([type something here]) and /quick-summary-from-paste {{clipboard}} | ||
- Unhide Tools from Docs & more layout | ||
- Chroma is kept in ram... need to swap for redisVL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
PORT="${PORT:-8080}" | ||
uvicorn main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload | ||
uvicorn main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.