rkuo-danswer
6c2269e565
refactor celery task names to constants ( #3296 )
v0.16.0-beta.1
2024-12-03 16:02:17 +00:00
Weves
46315cddf1
Adjust default confulence timezone
nightly-latest-20241203
2024-12-02 22:25:29 -08:00
rkuo-danswer
5f28a1b0e4
Bugfix/confluence time zone ( #3265 )
...
* RedisLock typing
* checkpoint
* put in debug logging
* improve comments
* mypy fixes
2024-12-02 22:23:23 -08:00
rkuo-danswer
9e9b7ed61d
Bugfix/connector aborted logging ( #3309 )
...
* improve error logging on task failure.
* add db exception hardening to the indexing watchdog
* log on db exception
2024-12-03 02:34:40 +00:00
pablodanswer
3fb2bfefec
Update Chromatic Tests ( #3300 )
...
* remove / update search tests
* minor update
2024-12-02 23:08:54 +00:00
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
Chris Weaver
2783fa08a3
Update openai version in model server ( #3306 )
2024-12-02 21:39:10 +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
hagen-danswer
5385bae100
Add slim connector description ( #3303 )
...
* added docs example and test
* updated docs
* needed to make the tests run
* updated docs
2024-12-02 19:52:13 +00:00
pablodanswer
813445ab59
Minor JWT Feature ( #3290 )
...
* first pass
* k
* k
* finalize
* minor cleanup
* k
* address
* minor typing updates
2024-12-02 19:14:31 +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
nightly-latest-20241202
2024-12-02 01:58:28 +00:00
Yuhong Sun
3432d932d1
Citation code comments
2024-12-01 14:10:11 -08:00
Yuhong Sun
9bd0cb9eb5
Fix Citation Minor Bugs ( #3294 )
2024-12-01 13:55:24 -08:00
Chris Weaver
f12eb4a5cf
Fix assistant prompt zero-ing ( #3293 )
nightly-latest-20241130
nightly-latest-20241201
2024-11-30 04:45:40 +00:00
Chris Weaver
16863de0aa
Improve model token limit detection ( #3292 )
...
* Properly find context window for ollama llama
* Better ollama support + upgrade litellm
* Ugprade OpenAI as well
* Fix mypy
2024-11-30 04:42:56 +00:00
Weves
63d1eefee5
Add read_only=True for xlsx parsing
nightly-latest-20241129
2024-11-28 16:02:02 -08:00
pablodanswer
e338677896
order seeding
2024-11-28 15:41:10 -08:00
hagen-danswer
7be80c4af9
increased the pagination limit for confluence spaces ( #3288 )
2024-11-28 19:04:38 +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>
nightly-latest-20241128
2024-11-28 05:32:45 +00:00
rkuo-danswer
5be7d27285
use indexing flag in db for manually triggering indexing ( #3264 )
...
* use indexing flag in db for manually trigger indexing
* add comment.
* only try to release the lock if we actually succeeded with the lock
* ensure we don't trigger manual indexing on anything but the primary search settings
* comment usage of primary search settings
* run check for indexing immediately after indexing triggers are set
* reorder fix
2024-11-28 01:34:34 +00:00
Weves
fd84b7a768
Remove duplicate API key router
2024-11-27 16:30:59 -08:00
Subash-Mohan
36941ae663
fix: Cannot configure API keys #3191
2024-11-27 16:25:00 -08:00
Matthew Holland
212353ed4a
Fixed default feedback options
2024-11-27 16:23:52 -08:00
Richard Kuo (Danswer)
eb8708f770
the word "error" might be throwing off sentry
2024-11-27 14:31:21 -08:00
Chris Weaver
ac448956e9
Add handling for rate limiting ( #3280 )
2024-11-27 14:22:15 -08:00
pablodanswer
634a0b9398
no stack by default ( #3278 )
2024-11-27 20:58:21 +00:00
hagen-danswer
09d3e47c03
Perm sync behavior change ( #3262 )
...
* Change external permissions behavior
* fixed behavior
* added error handling
* LLM the goat
* comment
* simplify
* fixed
* done
* limits increased
* added a ton of logging
* uhhhh
2024-11-27 20:04:15 +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>
v0.14.0-cloud.beta.0
v0.15.0-beta.1
nightly-latest-20241127
2024-11-26 10:13:21 -08:00
hagen-danswer
284e375ba3
Merge pull request #3257 from danswer-ai/minor-perm-sync
...
Improved logging for confluence doc sync and robust user creation
2024-11-26 09:59:38 -08:00
hagen-danswer
1f2f7d0ac2
Improved logging for confluence doc sync and robust user creation
2024-11-26 08:51:15 -08:00
pablodanswer
2ecc28b57d
remove unused stripe promise ( #3248 )
nightly-latest-20241126
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
Weves
076ce2ebd0
Saml fix
2024-11-25 09:12:43 -08:00
pablodanswer
b625ee32a7
File handling cleanup ( #3240 )
...
* fix google sites connector
* minior cleanup
* rm comments
nightly-latest-20241125
2024-11-25 04:06:47 +00:00
Richard Kuo (Danswer)
c32b93fcc3
increase indexing worker concurrency to 3
2024-11-24 18:11:58 -08: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
Chris Weaver
7573416ca1
Fix API keys for MIT users ( #3237 )
2024-11-24 16:55:19 -08:00
Yuhong Sun
86d8666481
Add Test Case
2024-11-24 15:42:14 -08:00
Yuhong Sun
8abcde91d4
Fix Test ( #3242 )
2024-11-24 14:31:28 -08:00
Yuhong Sun
3466451d51
Fix Prompt for Non Function Calling LLMs ( #3241 )
2024-11-24 14:16:57 -08:00
Yuhong Sun
413891f143
Token Level Log ( #3238 )
nightly-latest-20241124
2024-11-23 18:41:50 -08:00
Yuhong Sun
7a0a4d4b79
Remove Deprecated Endpoints ( #3235 )
2024-11-23 14:44:23 -08:00
Yuhong Sun
a3439605a5
Remove Dead Code ( #3234 )
2024-11-23 14:31:59 -08:00
pablodanswer
694e79f5e1
minor enforcement of CSV length for internal processing ( #3109 )
2024-11-23 21:05:30 +00:00