pablodanswer
7c618c9d17
Unified UI ( #3308 )
...
* fix typing
* add filters display
2024-12-02 15:12:13 -08:00
pablodanswer
03e2789392
Text embedding (PDF, TXT) ( #3113 )
...
* add text embedding
* post rebase cleanup
* fully functional post rebase
* rm logs
* rm '
* quick clean up
* k
2024-12-02 22:43:53 +00:00
pablodanswer
edeaee93a2
hard refresh on auth ( #3305 )
...
* hard refresh on auth
* k
* k
* comment for clarity
2024-12-02 20:12:12 +00:00
pablodanswer
af814823c8
display name + model truncation ( #3304 )
2024-12-02 18:54:08 +00:00
pablodanswer
607f61eaeb
Reusable function for search settings spread operation ( #3301 )
...
* combine for clarity once and for all
* remove logs
* k
2024-12-02 17:23:01 +00:00
pablodanswer
de66f7adb2
Updated chat flow ( #3244 )
...
* proper no assistant typing + no assistant modal
* updated chat flow
* k
* updates
* update
* k
* clean up
* fix mystery reorg
* cleanup
* update scroll
* default
* update logs
* push fade
* scroll nit
* finalize tags
* updates
* k
* various updates
* viewport height update
* source types update
* clean up unused components
* minor cleanup
* cleanup complete
* finalize changes
* badge up
* update filters
* small nit
* k
* k
* address comments
* quick unification of icons
* minor date range clarity
* minor nit
* k
* update sidebar line
* update for all screen sizes
* k
* k
* k
* k
* rm shs
* fix memoization
* fix memoization
* slack chat
* k
* k
* build org
2024-12-02 01:58:28 +00:00
Chris Weaver
f12eb4a5cf
Fix assistant prompt zero-ing ( #3293 )
2024-11-30 04:45:40 +00:00
rkuo-danswer
7f1e4a02bf
Feature/kill indexing ( #3213 )
...
* checkpoint
* add celery termination of the task
* rename to RedisConnectorPermissionSyncPayload, add RedisLock to more places, add get_active_search_settings
* rename payload
* pretty sure these weren't named correctly
* testing in progress
* cleanup
* remove space
* merge fix
* three dots animation on Pausing
* improve messaging when connector is stopped or killed and animate buttons
---------
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2024-11-28 05:32:45 +00:00
Matthew Holland
212353ed4a
Fixed default feedback options
2024-11-27 16:23:52 -08:00
pablodanswer
634a0b9398
no stack by default ( #3278 )
2024-11-27 20:58:21 +00:00
pablodanswer
9c0cc94f15
refresh router -> refresh assistants ( #3271 )
2024-11-27 19:11:58 +00:00
hagen-danswer
07dfde2209
add continue in danswer button to slack bot responses ( #3239 )
...
* all done except routing
* fixed initial changes
* added backend endpoint for duplicating a chat session from Slack
* got chat duplication routing done
* got login routing working
* improved answer handling
* finished all checks
* finished all!
* made sure it works with google oauth
* dont remove that lol
* fixed weird thing
* bad comments
2024-11-27 18:25:38 +00:00
pablodanswer
28e2b78b2e
Fix search dropdown ( #3269 )
...
* validate dropdown
* validate
* update organization
* move to utils
2024-11-27 16:10:07 +00:00
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