Emerson Gomes
0553062ac6
Adds icons for Google Gemini models and custom model icons for L… ( #3218 )
...
* Add description for Google Gemini models and custom model icons for LiteLLM (OpenAI) proxied models
* Adds Vertex AI aliases for Claude
---------
Co-authored-by: Emerson Gomes <emerson.gomes@thalesgroup.com>
2024-11-26 10:13:21 -08:00
pablodanswer
2ecc28b57d
remove unused stripe promise ( #3248 )
2024-11-26 01:50:39 +00:00
rkuo-danswer
77cf9b3539
improve messaging and UI around cleanup of leftover index attempts ( #3247 )
...
* improve messaging and UI around cleanup of leftover index attempts
* add tag on init
2024-11-25 22:27:14 +00:00
pablodanswer
b625ee32a7
File handling cleanup ( #3240 )
...
* fix google sites connector
* minior cleanup
* rm comments
2024-11-25 04:06:47 +00:00
pablodanswer
1c8476072e
Assistant cleanup ( #3236 )
...
* minor cleanup
* ensure users don't modify built-in attributes of assistants
* update sidebar
* k
* update update flow + assistant creation
2024-11-25 00:13:34 +00:00
pablodanswer
5dfafc8612
minor calendar cleanup ( #3219 )
2024-11-23 21:01:05 +00:00
pablodanswer
c5306148a3
Ensure daterange not consistently re rendered ( #3229 )
...
* ensure daterange not consistently re rendered
* minor clean up
2024-11-23 19:35:00 +00:00
hagen-danswer
1e17934de4
Merge pull request #3214 from danswer-ai/fix-slack-ui
...
cleaned up new slack bot creation
2024-11-23 10:53:47 -08:00
pablodanswer
93add96ccc
Various Nits ( #3228 )
2024-11-23 10:53:24 -08:00
pablodanswer
9dc23bf3e7
revert to previous doc select logic ( #3217 )
...
* revert to previous doc select logic
* k
2024-11-22 23:26:53 +00:00
hagen-danswer
e32809f7ca
moved it outside
2024-11-22 14:59:58 -08:00
hagen-danswer
3e58f9f8ab
fixed ugly stuff
2024-11-22 14:39:55 -08:00
pablodanswer
2381c8d498
Refresh all assistants on assistant refresh ( #3216 )
...
* k
* k
2024-11-22 22:38:23 +00:00
hagen-danswer
c6dadb24dc
cleaned up new slack bot creation
2024-11-22 11:53:51 -08:00
pablodanswer
67bfcabbc5
llm provider causing re render in effect ( #3205 )
...
* llm provider causing re render in effect
* clean
* unused
* k
2024-11-22 16:53:24 +00:00
rkuo-danswer
9819aa977a
implement double check pattern for error conditions ( #3201 )
...
* Move unfenced check to check_for_indexing. implement a double check pattern for all indexing error checks
* improved commenting
* exclusions
2024-11-22 04:21:02 +00:00
hagen-danswer
8d5b8a4028
Merge pull request #3202 from danswer-ai/toggled_chat_default
...
Update default sidebar toggle
2024-11-21 19:53:05 -08:00
pablodanswer
682319d2e9
Bugfix/curator interface ( #3198 )
...
* mystery solved
* update config
* update
* update
* update user role
* remove values
2024-11-22 02:33:09 +00:00
pablodanswer
e3573b2bc1
add comment
2024-11-21 17:11:11 -08:00
pablodanswer
35b5c44cc7
update default sidebar toggle
2024-11-21 17:09:56 -08:00
pablodanswer
13f08f3ebb
Horizontal scrollbar ( #3195 )
...
* clean horizontal scrollbar
* account for additional edge case
2024-11-21 22:08:21 +00:00
pablodanswer
bd9f15854f
provider fix ( #3187 )
...
* clean horizontal scrollbar
* provider fix
* ensure proper migration
* k
* update migration
* Revert "clean horizontal scrollbar"
This reverts commit fa592a1b7a69897110a928a222b19eaef3b7267a.
2024-11-21 22:08:16 +00:00
pablodanswer
366aa2a8ea
quick fix ( #3200 )
2024-11-21 14:07:55 -08:00
rkuo-danswer
70207b4b39
improve web testing ( #3162 )
...
* shared admin level test dependency
* change to on - push (recommended by chromatic)
* change playwright reporter to list, name test jobs
* use test tags ... much cleaner
* test vs prod
* try copying templates
* run with localhost?
* revert to dev
* new tests and a bit of refactoring
* add additional checks so that page snapshots reflect loaded state
* more admin tests
* User Management tests
* remaining admin pages
* test search and chat
* await fix and exclude UI that changes with dates.
2024-11-21 04:01:15 +00:00
pablodanswer
50826b6bef
Formatting Niceties ( #3183 )
...
* search bar formatting
* update styling
2024-11-21 03:11:26 +00:00
pablodanswer
3f648cbc31
Folder clarity ( #3180 )
...
* folder clarity
* k
2024-11-21 03:11:17 +00:00
pablodanswer
c875a4774f
valid props ( #3186 )
2024-11-21 01:13:54 +00:00
pablodanswer
3dac24542b
silence small error ( #3182 )
2024-11-20 22:46:38 +00:00
pablodanswer
194dcb593d
update slack redirect + token missing check ( #3179 )
...
* update slack redirect + token missing check
* reset time
2024-11-20 21:42:54 +00:00
pablodanswer
0ff2565125
ensure margin properly applied ( #3176 )
...
* ensure margin properly applied
* formatting
2024-11-20 20:04:45 +00:00
pablodanswer
645e7e828e
Add Google Tag Manager for Web Cloud Build ( #3173 )
...
* add gtm for cloud build
* update github workflow
2024-11-20 17:38:33 +00:00
pablodanswer
2a54f14195
ensure everythigng has a default max height in selectorformfield ( #3174 )
2024-11-20 17:26:22 +00:00
hagen-danswer
9209fc804b
multiple slackbot support ( #3077 )
...
* multiple slackbot support
* app_id + tenant_id key
* removed kv store stuff
* fixed up mypy and migration
* got frontend working for multiple slack bots
* some frontend stuff
* alembic fix
* might be valid
* refactor dun
* alembic stuff
* temp frontend stuff
* alembic stuff
* maybe fixed alembic
* maybe dis fix
* im getting mad
* api names changed
* tested
* almost done
* done
* routing nonsense
* done!
* done!!
* fr done
* doneski
* fix alembic migration
* getting mad again
* PLEASE IM BEGGING YOU
2024-11-20 01:49:43 +00:00
hagen-danswer
487ef4acc0
Merge pull request #3160 from danswer-ai/add-to-admin-chat-sessions-api
...
Extend query history API
2024-11-19 07:28:12 -08:00
pablodanswer
9b7cc83eae
add new date search filter ( #3065 )
...
* add new complicated filters
* clarity updates
* update date range filter
2024-11-19 03:42:42 +00:00
Weves
ce3124f9e4
Extend query history API
2024-11-18 17:50:21 -08:00
pablodanswer
d69180aeb8
add additional theming options ( #3155 )
...
* add additional theming options
* nit
* Update Filters.tsx
2024-11-18 22:56:48 +00:00
pablodanswer
a7d95661b3
Add assistant categories ( #3064 )
...
* add assistant categories v1
* functionality finalized
* finalize
* update assistant category display
* nit
* add tests
* post rebase update
* minor update to tests
* update typing
* finalize
* typing
* nit
* alembic
* alembic (once again)
2024-11-18 20:33:48 +00:00
Chris Weaver
33ee899408
Long term logs ( #3150 )
2024-11-18 10:48:03 -08:00
hagen-danswer
954b5b2a56
Made external permissioned users and slack users show diff ( #3147 )
...
* Made external permissioned users and slack users show diff
* finished
* Fix typing
* k
* Fix
* k
---------
Co-authored-by: Weves <chrisweaver101@gmail.com>
2024-11-17 01:13:47 +00:00
rkuo-danswer
b7de74fdf8
Feature/playwright tests ( #3129 )
...
* initial PoC
* preliminary working config
* first cut at chromatic tests
* first cut at chromatic tests
* fix yaml
* fix yaml again
* use workingDir
* adapt playwright example
* remove env
* fix working directory
* fix more paths
* fix dir
* add playwright setup
* accidentally deleted a step
* update test
* think we don't need home.png right now
* remove unused home.png
---------
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2024-11-16 04:26:17 +00:00
hagen-danswer
6e83fe3a39
reworked drive+confluence frontend and implied backend changes ( #3143 )
...
* reworked drive+confluence frontend and implied backend changes
* fixed oauth admin tests
* fixed service account tests
* frontend cleanup
* copy change
* details!
* added key
* so good
* whoops!
* fixed mnore treljsertjoslijt
* has issue with boolean form
* should be done
2024-11-16 03:38:30 +00:00
pablodanswer
6e91964924
minor clarity ( #3116 )
2024-11-14 01:42:21 +00:00
hagen-danswer
485f3f72fa
Updated google copy and added non admin oauth support ( #3120 )
...
* Updated google copy and added non admin oauth support
* backend update
* accounted for oauth
* further removed class variables
* updated sets
2024-11-13 20:07:10 +00:00
rkuo-danswer
dcbea883ae
add creator id to cc pair ( #3121 )
...
* add creator id to cc pair
* fix alembic head
* show email instead of UUID
* safer check on email
* make foreign key relationships optional
* always allow creator to edit (per hagen)
* use primary join
* no index_doc_batch spam
* try this again
---------
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2024-11-13 19:35:08 +00:00
hagen-danswer
a50a3944b3
Make curators able to create permission synced connectors ( #3126 )
...
* Make curators able to create permission synced connectors
* removed editing permission synced connectors for curators
* updated tests to use access type instead of is_public
* update copy
2024-11-13 18:58:23 +00:00
rkuo-danswer
d703e694ce
limited role api keys ( #3115 )
...
* in progress PoC
* working limited user, needs routes to be marked next
* make selected endpoint available to limited user role
* xfail on test_slack_prune
* add comment to sync function
---------
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2024-11-13 16:15:43 +00:00
pablodanswer
490a68773b
update organization ( #3118 )
...
* update organization
* minor clean up
* add minor clarity
* k
* slight rejigger
* alembic fix
* update paradigm
* delete code!
* delete code
* minor update
2024-11-13 06:45:32 +00:00
pablodanswer
22189f02c6
Add referral source to cloud on data plane ( #3096 )
...
* cloud auth referral source
* minor clarity
* k
* minor modification to be best practice
* typing
* Update ReferralSourceSelector.tsx
* Update ReferralSourceSelector.tsx
---------
Co-authored-by: hagen-danswer <hagen@danswer.ai>
2024-11-13 00:42:25 +00:00
pablodanswer
942e47db29
improved mobile scroll ( #3110 )
2024-11-12 01:57:49 +00:00