rkuo-danswer
acaff41457
Merge pull request #2646 from danswer-ai/slack-fix
...
Added quotes to project name to handle reserved words (#2639 )
v0.6.1
2024-10-01 12:14:36 -07:00
hagen-danswer
dc35e9f6da
Added quotes to project name to handle reserved words ( #2639 )
2024-10-01 11:29:01 -07:00
rkuo-danswer
cdace77209
Merge pull request #2645 from danswer-ai/hotfix/v0.6.1-celery
...
bump celery for potential fix to redis disconnection behavior
v0.6.1-experimental.1
2024-10-01 11:05:05 -07:00
Richard Kuo (Danswer)
7e75e7c49e
bump celery for potential fix to redis disconnection behavior
2024-10-01 10:43:09 -07:00
Richard Kuo (Danswer)
fc18fd5b19
Revert "update celery"
...
This reverts commit 6dc9649e3086225ac86227ea8767cbdde95406d7.
2024-10-01 10:41:37 -07:00
Richard Kuo (Danswer)
6dc9649e30
update celery
2024-10-01 10:39:33 -07:00
rkuo-danswer
65c1918159
Merge pull request #2611 from danswer-ai/fixes/user-group-fk
...
Group fk fix
2024-10-01 09:49:50 -07:00
Richard Kuo (Danswer)
7678a356f5
Merge branch 'release/v0.6' of https://github.com/danswer-ai/danswer into fixes/user-group-fk
2024-10-01 09:17:09 -07:00
rkuo-danswer
be4aef8696
Merge pull request #2629 from danswer-ai/hotfix/v0.6-prompt-overflow
...
Hotfix/v0.6 prompt overflow
v0.6.0
2024-09-30 12:26:15 -07:00
rkuo-danswer
c28a8d831b
Merge pull request #2630 from danswer-ai/hotfix/v0.6-jira-limit-size
...
Hotfix/v0.6 jira limit size
2024-09-30 12:25:59 -07:00
rkuo-danswer
3cafedcf22
Merge pull request #2631 from danswer-ai/hotfix/v0.6-heartbeat
...
Hotfix/v0.6 heartbeat
2024-09-30 12:25:48 -07:00
rkuo-danswer
f548164464
Merge pull request #2632 from danswer-ai/hotfix/v0.6-default-assistant
...
Hotfix/v0.6 default assistant
2024-09-30 12:25:37 -07:00
Richard Kuo (Danswer)
2fd557c7ea
Merge branch 'release/v0.6' of github.com:danswer-ai/danswer into hotfix/v0.6-prompt-overflow
2024-09-30 11:29:12 -07:00
Richard Kuo (Danswer)
3a8f06c765
Merge branch 'release/v0.6' of github.com:danswer-ai/danswer into hotfix/v0.6-jira-limit-size
2024-09-30 11:28:52 -07:00
Richard Kuo (Danswer)
7f583420e2
Merge branch 'release/v0.6' of github.com:danswer-ai/danswer into hotfix/v0.6-heartbeat
2024-09-30 11:28:25 -07:00
Richard Kuo (Danswer)
c3f96c6be6
Merge branch 'release/v0.6' of github.com:danswer-ai/danswer into hotfix/v0.6-default-assistant
2024-09-30 11:27:56 -07:00
Richard Kuo (Danswer)
8a9e02c25a
sync up branch protection rules
2024-09-30 11:13:53 -07:00
Richard Kuo (Danswer)
fdd9ae347f
dummy commit to rerun github checks
2024-09-30 10:32:03 -07:00
Richard Kuo (Danswer)
85c1efcb25
add indexing heartbeat
2024-09-30 10:27:22 -07:00
Richard Kuo (Danswer)
f4d7e34fa3
add size limit to jira tickets
2024-09-30 09:58:35 -07:00
Richard Kuo (Danswer)
0817f91e6a
fix default assistant
2024-09-30 09:56:10 -07:00
Richard Kuo (Danswer)
af20c13d8b
Fix overflow of prompt library table
2024-09-30 09:50:30 -07:00
hagen-danswer
d724da9474
Group fk fix
2024-09-30 09:37:18 -07:00
Richard Kuo (Danswer)
fc45354aea
ssl_ca_certs should default to None, not "". ( #2560 )
v0.6.0-beta.2
2024-09-25 13:16:08 -07:00
pablodanswer
c59d1ff0a5
Update merge queue logic ( #2554 )
...
* update merge queue logic
* remove space
v0.6.0-beta.1
2024-09-24 18:45:05 +00:00
pablodanswer
ba38dec592
ensure default_assistant passed through
2024-09-24 11:35:19 -07:00
pablodanswer
f5adc3063e
Update theming ( #2552 )
...
* update theming
* update
* update theming
2024-09-24 18:01:08 +00:00
hagen-danswer
8cfe80c53a
Added doc_set__user_group cleanup for user_group deletion ( #2551 )
2024-09-24 16:09:52 +00:00
ThomaciousD
487250320b
fix saml email login upsert issue
2024-09-24 07:42:08 -07:00
rkuo-danswer
c8d13922a9
rename classes and ignore deprecation warnings we mostly don't have c… ( #2546 )
...
* rename classes and ignore deprecation warnings we mostly don't have control over
* copy pytest.ini
* ignore CryptographyDeprecationWarning
* fully qualify the warning
2024-09-24 00:21:42 +00:00
rkuo-danswer
cb75449cec
Feature/runs on 2 ( #2547 )
...
* test self hosted runner
* update more docker builds with self hosted runner
* convert everything to runs-on (except web container)
* try upping the RAM for future flake proofing
2024-09-23 23:46:20 +00:00
rkuo-danswer
b66514cd21
test self hosted runner ( #2541 )
...
* test self hosted runner
* update more docker builds with self hosted runner
* convert everything to runs-on (except web container)
v0.5.26
2024-09-23 21:57:23 +00:00
Chris Weaver
77650c9ee3
Fix misc tool call errors ( #2544 )
...
* Fix misc tool call errors
* Fix middleware
2024-09-23 21:00:48 +00:00
pablodanswer
316b6b99ea
Tooling testing ( #2533 )
...
* add initial testing
* add custom tool testing
* update ports
* update tests - additional coverage
* update types
2024-09-23 20:09:01 +00:00
Chris Weaver
34c2aa0860
Support svg navigation items ( #2542 )
...
* Support SVG nav items
* Handle specifying custom SVGs for navbar
* Add comment
* More comment
* More comment
2024-09-23 13:22:20 -07:00
pablodanswer
45f67368a2
Add support for o1 ( #2538 )
...
* add o1 support + bump litellm/openai
* ports
* update exception message for testing
2024-09-22 23:16:28 +00:00
pablodanswer
014ba9e220
Begin distinguishing upsert operations for clarity ( #2535 )
...
* additional clarity for llm provider creation / updates
* update provider APIs
* update typing (minor)
v0.5.25
2024-09-21 22:36:22 +00:00
pablodanswer
ba64543dd7
Updated modals for clarity ( #2529 )
...
* udpated modals for clarity
* fix build
2024-09-21 19:55:54 +00:00
pablodanswer
18c62a0c24
Add additional custom tooling configuration ( #2426 )
...
* add custom headers
* add tool seeding
* squash
* tmep
* validated
* rm
* update typing
* update alembic
* update import name
* reformat
* alembic
2024-09-20 23:12:52 +00:00
Chris Weaver
33f555922c
Fix duplicate users from slack / web ( #2530 )
v0.5.24
2024-09-20 21:51:33 +00:00
pablodanswer
05f6f6d5b5
update default search assistant selection ( #2527 )
...
* update default search assistant selection
* update language
2024-09-20 21:21:44 +00:00
hagen-danswer
19dae1d870
Wrote tests for the chat apis ( #2525 )
...
* Wrote tests for the chat apis
* slight changes to the case
2024-09-20 19:00:03 +00:00
rkuo-danswer
6d859bd37c
try adding build essential ( #2526 )
v0.5.23
2024-09-20 11:51:44 -07:00
pablodanswer
122e3fa3fa
Access type ( #2523 )
2024-09-20 11:16:37 -07:00
pablodanswer
87b542b335
align alembic
2024-09-20 11:13:00 -07:00
pablodanswer
00229d2abe
Add start date to persona ( #2407 )
...
* add start date to persona
* remove logs
* rename
* update assistant editor
* update alembic
* update alembic
* update alembic
* udpate alembic
* remove rebase artifacts
2024-09-20 16:39:34 +00:00
pablodanswer
5f2644985c
Route name ( #2520 )
...
* clearer refresh logic
* rename path
2024-09-20 15:44:28 +00:00
pablodanswer
c82a36ad68
Saml account fastapi deletion ( #2512 )
...
* saml account fastapi deletion
* update error detail
2024-09-20 00:20:50 +00:00
hagen-danswer
16d1c19d9f
Added bool to disable chat_session_id check for search_docs for api
2024-09-19 17:36:46 -07:00
pablodanswer
9f179940f8
Asana connector (community originated) ( #2485 )
...
* initial Asana connector
* hint on how to get Asana workspace ID
* re-format with black
* re-order imports
* update asana connector for clarity
* minor robustification
* minor update to naming
* update for best practice
* update connector
---------
Co-authored-by: Daniel Naber <naber@danielnaber.de>
2024-09-19 23:54:18 +00:00