Commit Graph

3147 Commits

Author SHA1 Message Date
35022f5f09 Fix group table (#3523) 2024-12-20 17:51:26 +00:00
0d44014c16 Cleanup PR template to make it more concise (#3524) 2024-12-20 17:49:31 +00:00
1b9e9f48fa Update README.md 2024-12-20 10:26:57 -08:00
05fb5aa27b Update README.md 2024-12-20 10:25:34 -08:00
3b645b72a3 Crop Logo Closer 2024-12-20 10:23:52 -08:00
fe770b5c3a Fix Logo On DarkMode (#3525) 2024-12-20 10:15:48 -08:00
1eaf885f50 associating credentials with connectors is not considered editing (#3522)
* associating credentials with connectors is not considered editing

* formatting

* formatting

* Update credentials.py

---------

Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
2024-12-20 17:36:25 +00:00
a187aa508c use redis exclusively with active signal renewal in more places to perform indexing fence validation (#3517)
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
nightly-latest-20241220 v0.18.0-cloud.1
2024-12-20 06:54:00 +00:00
aa4bfa2a78 Forgot password feature (#3437)
* forgot password feature

* improved config

* nit

* nit
2024-12-20 04:53:37 +00:00
9011b8a139 Update citations in shared chat display (#3487)
* update shared chat display

* Change Copy

* fix icon

* remove secret!

---------

Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
2024-12-20 01:48:29 +00:00
59c774353a Latex formatting (#3499) 2024-12-19 14:48:06 -08:00
b458d504af Sidebar Default Open (#3488) 2024-12-19 14:04:50 -08:00
f83e7bfcd9 Fix Default CC Pair (#3513) 2024-12-19 09:43:12 -08:00
4d2e26ce4b MT Cloud Tracking Fix (#3514) 2024-12-19 08:47:02 -08:00
817fdc1f36 Ensure metadata overrides file contents (#3512)
* ensure metadata overrides file contents

* update more blocks
nightly-latest-20241219
2024-12-19 04:44:24 +00:00
e9b10e8b41 temporarily disabling validate indexing fences (#3502)
* temporarily disabling validate indexing fences

* add back a few startup checks in the cloud

* use common vespa client to perform health check

* log vespa url and try using http1 on light worker index methods

---------

Co-authored-by: Richard Kuo <rkuo@rkuo.com>
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2024-12-19 01:32:09 +00:00
a0fa4adb60 Ensure password validation errors propagate (#3509)
* ensure password validation errors propagate

* copy update

* support o1

* improve typing

* Revert "support o1"

This reverts commit 9b7aa6008c.
2024-12-19 00:05:57 +00:00
ca9ba925bd Support o1 (#3510)
* support o1

* nit
2024-12-19 00:05:00 +00:00
833cc5c97c Merge pull request #3497 from emerzon/new_icons
New model icons for LLM Picker
2024-12-18 16:38:31 -08:00
23ecf654ed Add support for custom LLM error messages (#3501)
* Add support for custom LLM error messages

* Fix mypy
nightly-latest-20241218
2024-12-17 22:58:17 -08:00
ddc6a6d2b3 Wrap nits (#3496) 2024-12-17 18:03:38 -08:00
571c8ece32 Slack Workspace Alembic Updates
Old alembic migration + restore workspace
v0.18.0-beta.2 v0.15.0-cloud.beta.23
2024-12-17 16:28:59 -08:00
884bdb4b01 old alembic migration + restore workspace 2024-12-17 16:28:05 -08:00
b3ecf0d59f Migrate user milestone logic (#3493) 2024-12-17 15:59:56 -08:00
f56fda27c9 Add also Microsoft models 2024-12-17 16:37:52 -06:00
b1e4d4ea8d Adds icons for Amazon, Meta and Mistral models (when proxied via LiteLLM) 2024-12-17 16:20:46 -06:00
8db6d49fe5 IAM Auth for RDS (#3479)
* k

* functional iam auth

* k

* k

* improve typing

* add deployment options

* cleanup

* quick clean up

* minor cleanup

* additional clarity for db session operations

* nit

* k

* k

* update configs

* docker compose spacing
2024-12-17 22:02:37 +00:00
28598694b1 Add delete all chats option (#2515)
* Add delete all chats option

* post rebase fixes

* final validation

* minor cleanup

* move up
nightly-latest-20241217 v0.18.0-beta.1 v0.18.0
2024-12-17 02:55:35 +00:00
b5d0df90b9 Remove hardcoded root path for HF models 2024-12-16 19:03:15 -08:00
48be6338ec Update Hubpost tracking form submission (#3261)
* Update Hubpost tracking form submission

* minor cleanup

* validated

* validate

* nit

* k
2024-12-17 02:31:09 +00:00
ed9014f03d Use logotypes where feasible (#3478)
* Use logotypes where feasible

* quick nit

* minor cleanup
2024-12-17 02:13:45 +00:00
2dd51230ed clear indexing fences with no celery tasks queued (#3482)
* allow beat tasks to expire. it isn't important that they all run

* validate fences are in a good state and cancel/fail them if not

* add function timings for important beat tasks

* optimize lookups, add lots of comments

* review changes

---------

Co-authored-by: Richard Kuo <rkuo@rkuo.com>
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2024-12-17 00:55:58 +00:00
8b249cbe63 Proper display priority seeding (#3468)
* proper seeding

* k

* clean up
2024-12-17 00:19:45 +00:00
6b50f86cd2 Improved theming (#3204) 2024-12-16 22:24:32 +00:00
bd2805b6df Update llm override defaults (#3230)
* update llm override defaults

* post rebase fix
2024-12-16 22:18:21 +00:00
2847ab003e Prompting (#3372)
* auto generate start prompts

* post rebase clean up

* update for clarity
2024-12-16 21:34:43 +00:00
1df6a506ec Revert "update pre-commit black version (#3250)"
This reverts commit d954914a0a.
2024-12-16 13:57:56 -08:00
f1541d1fbe Update default assistant to search for new users (#3317)
* update default assistant to search for new users

* update!
2024-12-16 21:15:33 +00:00
dd0c4b64df errors in the summary row should be counting last_finished_status as reflected in the per connector rows (#3484)
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2024-12-16 20:53:19 +00:00
788b3015bc fix single quote block in llm answer (#3139) 2024-12-16 20:37:47 +00:00
cbbf10f450 remove tenant id logs (#3063) 2024-12-16 20:24:09 +00:00
d954914a0a update pre-commit black version (#3250) 2024-12-16 20:04:42 +00:00
bee74ac360 mark slack perm sync as flaky 2024-12-16 11:50:03 -08:00
29ef64272a Update chat provider values
Update chat provider values
2024-12-16 11:46:53 -08:00
01bf6ee4b7 quick clean up 2024-12-16 11:43:34 -08:00
0502417cbe update chat provider values 2024-12-16 11:39:25 -08:00
d0483dd269 temporary vespa bump for tests nightly-latest-20241216 2024-12-15 21:41:21 -08:00
eefa872d60 fix no space left on device for chromatic model server 2024-12-15 18:40:25 -08:00
3f3d4da611 do not include slackbot sessions when fetching chat sessions
do not include slackbot sessions when fetching `chat sessions`
2024-12-15 16:35:19 -08:00
469068052e don't include slackbot sessions 2024-12-15 16:34:39 -08:00