Richard Kuo (Danswer)
69b6e9321e
Merge branch 'main' of https://github.com/danswer-ai/danswer into bugfix/chromatic-tests-2
...
# Conflicts:
# web/tests/e2e/home.spec.ts
2024-12-04 19:10:25 -08:00
Chris Weaver
7e53af18b6
Add b64 image support for image generation ( #3342 )
...
* Add b64 image support
* Fix
* enhance
* Fix mypy
* Fix imports
2024-12-05 02:24:54 +00:00
Richard Kuo (Danswer)
b9eb1ca2ba
wait for whole placeholder string
2024-12-04 18:23:06 -08:00
rkuo-danswer
91d44c83d2
fixing chromatic tests ( #3344 )
...
* wait for the page to load
* fix up tests
* make sure "Initializing Danswer" is gone
2024-12-05 02:19:43 +00:00
Richard Kuo (Danswer)
4dbc6bb4d1
make sure "Initializing Danswer" is gone
2024-12-04 17:49:59 -08:00
Richard Kuo (Danswer)
4b6a4c6bbf
fix up tests
2024-12-04 17:19:16 -08:00
pablodanswer
fd1999454a
ensure we can order by doc id ( #3343 )
2024-12-05 01:10:37 +00:00
Richard Kuo (Danswer)
0a35422d1d
wait for the page to load
2024-12-04 16:47:42 -08:00
pablodanswer
69b99056b2
Redirect to chat ( #3341 )
...
* k
* nit
2024-12-05 00:08:52 +00:00
Yuhong Sun
2a55696545
Move Answer ( #3339 )
2024-12-04 16:30:47 -08:00
hagen-danswer
ef9942b751
Related permission docs to cc_pair to prevent orphan docs ( #3336 )
...
* Related permission docs to cc_pair to prevent orphan docs
* added script
* group sync deduping
* logging
2024-12-04 21:00:54 +00:00
pablodanswer
993acec5e9
Update memoization + silence unnecessary errors ( #3337 )
...
* update memoization + silence unnecessary errors
* proper org
2024-12-04 20:08:15 +00:00
Weves
b01a1b509a
Add basic loadtest script
2024-12-04 10:53:48 -08:00
pablodanswer
4f994124ef
remove now unnecessary user loading indicatort log ( #3333 )
nightly-latest-20241204
2024-12-04 00:09:22 +00:00
rkuo-danswer
14863bd457
try single threaded playwright testing ( #3322 )
2024-12-03 23:21:46 +00:00
Yuhong Sun
aa1c4c635a
Combining Search and Chat Backend ( #3273 )
...
* k
* k
* fix slack issues
* rebase
* k
2024-12-03 22:37:14 +00:00
rkuo-danswer
13f6e8a6b4
disable thread local locking in callbacks ( #3319 )
2024-12-03 22:32:56 +00:00
pablodanswer
66f47d294c
Shared filter utility for clarity ( #3270 )
...
* shared filter util
* clearer comment
2024-12-03 19:30:42 +00:00
pablodanswer
0a685bda7d
add comments for clarity ( #3249 )
2024-12-03 19:27:28 +00:00
pablodanswer
23dc8b5dad
Search flow improvements ( #3314 )
...
* untoggle if no docs
* update
* nits
* nit
* typing
* nit
2024-12-03 18:56:27 +00:00
pablodanswer
cd5f2293ad
Temperature ( #3310 )
...
* fix temperatures for default llm
* ensure anthropic models don't overflow
* minor cleanup
* k
* k
* k
* fix typing
2024-12-03 17:22:22 +00:00
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