Yuhong Sun
83bc7d4656
DanswerBot Update ( #2697 )
nightly-latest-20241007
2024-10-06 14:27:31 -07:00
pablodanswer
3206bb27ce
update disabling logic ( #2592 )
2024-10-06 20:31:19 +00:00
pablodanswer
f189eda904
remove left-over memo
( #2669 )
2024-10-06 19:05:28 +00:00
pablodanswer
7aaf822430
Enable removal of reranking + navigate back to search settings ( #2674 )
...
* k
* nit
2024-10-06 19:05:17 +00:00
Yuhong Sun
0ff5180d7b
Ensure tests don't use LLM ( #2702 )
2024-10-06 11:42:49 -07:00
evan-danswer
089c734f63
disabled llm when skip_gen_ai_answer_question set ( #2687 )
...
* disabled llm when skip_gen_ai_answer_question set
* added unit test
* typing
2024-10-06 18:10:02 +00:00
pablodanswer
0da736bed9
Tenant provisioning in the dataplane ( #2694 )
...
* add tenant provisioning to data plane
* minor typing update
* ensure tenant router included
* proper auth check
* update disabling logic
* validated basic provisioning
* use new kv store
nightly-latest-20241006
2024-10-06 04:08:35 +00:00
Chris Weaver
e00f4678df
Add option to adjust pool size ( #2695 )
2024-10-05 23:37:48 +00:00
pablodanswer
e56fd43ba6
cors update ( #2686 )
2024-10-05 23:08:28 +00:00
pablodanswer
28e65669b4
add multi tenant alembic ( #2589 )
2024-10-05 21:59:15 +00:00
pablodanswer
493c3d7314
Add only multi tenant dependency injection ( #2588 )
...
* add only dependency injection
* quick typing fix
* additional non-dependency context
* update nits
2024-10-05 21:08:41 +00:00
pablodanswer
b04e9e9b67
Improved api key forms + fix non-submittable azure ( #2654 )
nightly-latest-20241005
2024-10-04 19:29:45 -07:00
rkuo-danswer
3755e575a5
harden connections to redis ( #2677 )
...
* set broker_connection_retry_on_startup to silence deprecation warning (we're OK with retrying on startup)
* env var for CELERY_BROKER_POOL_LIMIT
* add redis retry on timeout and health check interval
* set socket_keepalive = True
* remove shadow declaration of REDIS_HEALTH_CHECK_INTERVAL, add socket_keepalive_options where possible
* fix mypy complaint
* pass through vars in docker compose
* remove extra '='
* wrap in a try
2024-10-04 16:00:48 +00:00
rkuo-danswer
63655cfbed
update_single should be optimized for a single call now ( #2671 )
...
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2024-10-04 15:43:04 +00:00
rkuo-danswer
7f788e4b1e
bump celery to 5.5.0b4 ( #2681 )
nightly-latest-20241004
2024-10-04 05:54:32 +00:00
Chris Weaver
1362d4b583
Allow config of background concurrency ( #2648 )
...
* Allow config of background concurrency
* Add comment
* Fix light worker
* use backslashes to continue lines in supervisord with bash
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@danswer.ai>
2024-10-04 00:55:28 +00:00
rkuo-danswer
4f47004d47
disable another flaky assert ( #2678 )
2024-10-04 00:25:46 +00:00
rkuo-danswer
3fdd233e84
delete directly via selection instead of making multiple calls to get chunk ids and delete each one ( #2666 )
nightly-latest-20241003
2024-10-03 01:57:25 +00:00
Yuhong Sun
0c54d9d57d
Unstructured Update Copy ( #2668 )
2024-10-02 17:48:11 -07:00
hagen-danswer
c2088602e1
Implement source testing framework + Slack ( #2650 )
...
* Added permission sync tests for Slack
* moved folders
* prune test + mypy
* added wait for indexing to cc_pair creation
* commented out check
* should fix other tests
* added slack channel pool
* fixed everything and mypy
* reduced flake
2024-10-02 23:16:07 +00:00
Chris Weaver
b3c367d09c
[tiny] adjust user group sync log ( #2664 )
2024-10-02 18:01:40 +00:00
pablodanswer
457d32fef0
add clarity around assistants and names ( #2663 )
2024-10-02 18:00:06 +00:00
pablodanswer
af187c6cfe
Better virtualization ( #2653 )
2024-10-02 11:14:59 -07:00
rkuo-danswer
a0235b7b7b
replace trivy download endpoint due to db download flakiness on their en… ( #2661 )
...
* disable trivy for the moment due to db download flakiness on their end causing the action to fail
* try hardcoding to amazon registry as others have suggested
2024-10-02 17:13:19 +00:00
pablodanswer
a30de693cb
Clean, memoized assistant ordering ( #2655 )
...
* updated refresh
* memoization and so on
* nit
* build issue
2024-10-02 16:15:54 +00:00
pablodanswer
07aeea69e7
Dupe welcome modal logic ( #2656 )
nightly-latest-20241002
2024-10-01 20:11:39 -07:00
Evan Lohn
bd40328a73
fix typo
2024-10-01 20:10:37 -07:00
Chris Weaver
b8232e0681
Update litellm to fix bedrock models ( #2649 )
2024-10-01 20:09:57 -07:00
Yuhong Sun
fffb9c155a
Redis Cache for KV Store ( #2603 )
...
* k
* k
* k
* k
2024-10-01 18:31:18 +00:00
rkuo-danswer
f513c5bbed
sync up when checks run with branch protection required checks ( #2628 )
2024-10-01 17:59:10 +00:00
pablodanswer
9a4e51a18e
add default model + minor fixes ( #2638 )
...
* add default model + minor fixes
* fix build
* minor additional fix
* build fix
2024-10-01 17:43:43 +00:00
rkuo-danswer
2f2fc08553
raise redis connections and using blocking connection pool for more d… ( #2635 )
...
* raise redis connections and using blocking connection pool for more deterministic behavior
* improve comment
2024-10-01 17:27:17 +00:00
pablodanswer
c68c6fdc44
welcome flow
2024-10-01 10:34:53 -07:00
hagen-danswer
834c76e30a
Added quotes to project name to handle reserved words ( #2639 )
2024-10-01 10:32:41 -07:00
rkuo-danswer
ec02665ffa
run the nightly tag overnight relative to pacific time ( #2637 )
2024-10-01 16:36:40 +00:00
pablodanswer
3fa1b18306
update nav link name ( #2643 )
...
* update nav link name
* underscore -> dash
2024-10-01 16:34:30 +00:00
Chris Weaver
c9bdf4c443
Update CONTRIBUTING.md
2024-10-01 08:46:25 -07:00
Yuhong Sun
e229d27734
Unstructured UI ( #2636 )
...
* checkpoint
* k
* k
* need frontend
* add api key check + ui component
* add proper ports + icons + functions
* k
* k
* k
---------
Co-authored-by: pablodanswer <pablo@danswer.ai>
2024-10-01 04:50:03 +00:00
rkuo-danswer
140c5b3957
don't push integration testing docker images ( #2584 )
...
* experiment with build and no push
* use slightly more descriptive and consistent tags and names
* name integration test workflow consistently with other workflows
* put the tag back
* try runs-on s3 backend
* try adding runs-on cache
* add with key
* add a dummy path
* forget about multiline
* maybe we don't need runs-on cache immediately
* lower ram slightly, name test with a version bump
* don't need to explicitly include runs-on/cache for docker caching
* comment out flaky portion of knowledge chat test
---------
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2024-10-01 01:00:47 +00:00
Chris Weaver
3e511497d2
Fix overflow of prompt library table ( #2606 )
v0.7.0-beta.1
nightly-latest-20241001
2024-09-30 15:31:12 +00:00
hagen-danswer
b0056907fb
Added permissions syncing for slack ( #2602 )
...
* Added permissions syncing for slack
* add no email case handling
* mypy fixes
* frontend
* minor cleanup
* param tweak
2024-09-30 15:14:43 +00:00
Chris Weaver
728a41a35a
Add heartbeat to indexing ( #2595 )
2024-09-29 19:26:40 -07:00
Chris Weaver
ef8dda2d47
Rely on PVC ( #2604 )
2024-09-29 17:30:39 -07:00
pablodanswer
15283b3140
prevent nextFormStep
unless credential fully set up ( #2599 )
nightly-latest-20240930
2024-09-29 22:47:45 +00:00
Chris Weaver
e159b2e947
Fix default assistant ( #2600 )
...
* Fix default assistant
* Remove log
* Add newline
2024-09-29 22:47:14 +00:00
Jeff Knapp
9155800fab
EKS initial deployment ( #2154 )
...
Co-authored-by: Chris Weaver <25087905+Weves@users.noreply.github.com>
2024-09-29 15:51:31 -07:00
pablodanswer
a392ef0541
Show transition card if no connectors ( #2597 )
...
* show transition card if no connectors
* squash
* update apos
2024-09-29 22:35:41 +00:00
Yuhong Sun
5679f0af61
Minor Query History Fix ( #2594 )
2024-09-29 10:54:08 -07:00
rkuo-danswer
ff8db71cb5
don't write a nightly tag to the same commit more than once ( #2585 )
...
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2024-09-29 10:36:08 -07:00
hagen-danswer
1cff2b82fd
Global Curator Fix + Testing ( #2591 )
...
* Global Curator Fix
* test fix
nightly-latest-20240929
2024-09-28 20:14:39 +00:00