evan-danswer
076619ce2c
make Settings model match db ( #4087 )
2025-02-24 19:04:36 +00:00
pablonyx
1263e21eb5
k ( #4102 )
2025-02-24 17:44:18 +00:00
pablonyx
f0c13b6558
fix starter message editing ( #4101 )
nightly-latest-20250224
2025-02-24 01:01:01 +00:00
evan-danswer
a7125662f1
Fix gpt o-series code block formatting ( #4089 )
...
* prompt addition for gpt o-series to encourage markdown formatting of code blocks
* fix to match https://simonwillison.net/tags/markdown/
* chris comment
* chris comment
2025-02-24 00:59:48 +00:00
evan-danswer
4a4e4a6c50
thread utils respect contextvars ( #4074 )
...
* thread utils respect contextvars now
* address pablo comments
* removed tenant id from places it was already being passed
* fix rate limit check and pablo comment
2025-02-24 00:43:21 +00:00
pablonyx
1f2af373e1
improve scroll ( #4096 )
2025-02-23 19:20:07 +00:00
Weves
bdaa293ae4
Fix nginx for prod compose file
nightly-latest-20250222
nightly-latest-20250223
2025-02-21 16:57:54 -08:00
pablonyx
5a131f4547
Fix integration tests ( #4059 )
2025-02-21 15:56:11 -08:00
rkuo-danswer
ffb7d5b85b
enable manual testing for model server ( #4003 )
...
* trying out a fix
* add ability to manually run model tests
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2025-02-21 14:00:32 -08:00
rkuo-danswer
fe8a5d671a
don't spam the logs with texts on auth errors ( #4085 )
...
* don't spam the logs with texts on auth errors
* refactor the logging a bit
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2025-02-21 13:40:07 -08:00
Yuhong Sun
6de53ebf60
README Touchup ( #4088 )
2025-02-21 13:31:07 -08:00
rkuo-danswer
61d536c782
tool fixes ( #4075 )
2025-02-21 12:30:33 -08:00
Chris Weaver
e1ff9086a4
Fix LLM selection ( #4078 )
2025-02-21 11:32:57 -08:00
evan-danswer
ba21bacbbf
coerce useLanggraph to boolean ( #4084 )
...
* coerce useLanggraph to boolean
2025-02-21 09:43:46 -08:00
pablonyx
158bccc3fc
Default on for non-ee ( #4083 )
2025-02-21 09:11:45 -08:00
Weves
599b7705c2
Fix gitbook connector issues
nightly-latest-20250221
2025-02-20 15:29:11 -08:00
rkuo-danswer
4958a5355d
try more efficient query ( #4047 )
2025-02-20 12:58:50 -08:00
Chris Weaver
c4b8519381
Add support for sending email invites for single tenant users ( #4065 )
nightly-latest-20250220
2025-02-19 21:05:23 -08:00
rkuo-danswer
8b4413694a
fix usage of tenant_id ( #4062 )
...
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2025-02-19 17:50:58 -08:00
pablonyx
57cf7d9fac
default agent search on
2025-02-19 17:21:26 -08:00
Chris Weaver
ad4efb5f20
Pin xmlsec version + improve SAML flow ( #4054 )
...
* Pin xmlsec version
* testing
* test nginx conf change
* Pass through more
* Cleanup + remove DOMAIN across the board
2025-02-19 16:02:05 -08:00
evan-danswer
e304ec4ab6
Agent search history displayed answer ( #4052 )
2025-02-19 15:52:16 -08:00
joachim-danswer
1690dc45ba
timout bumps ( #4057 )
2025-02-19 15:51:45 -08:00
pablonyx
7582ba1640
Fix streaming ( #4055 )
2025-02-19 15:23:40 -08:00
pablonyx
99fc546943
Miscellaneous indexing fixes ( #4042 )
2025-02-19 11:34:49 -08:00
pablonyx
353c185856
Update error class ( #4006 )
2025-02-19 10:52:23 -08:00
pablonyx
7c96b7f24e
minor alembic nit
v0.20.0-cloud.57
2025-02-19 10:47:33 -08:00
pablonyx
31524a3eff
add connector validation ( #4016 )
2025-02-19 10:46:06 -08:00
rkuo-danswer
c9f618798e
support scrolling before scraping ( #4040 )
...
* support scrolling before scraping
* fix mypy
* install playwright deps
---------
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2025-02-19 17:54:58 +00:00
rkuo-danswer
11f6b44625
Feature/indexing hard timeout 3 ( #3980 )
...
* WIP
* implement hard timeout
* fix callbacks
* put back the timeout
* missed a file
* fixes
* try installing playwright deps
* Revert "try installing playwright deps"
This reverts commit 42174275682e4479f301209deddb6f52762ea0a4.
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
nightly-latest-20250219
2025-02-19 04:12:13 +00:00
pablonyx
e82a25f49e
Non-SMTP password reset ( #4031 )
...
* update
* validate
* k
* minor cleanup
* nit
* finalize
* k
* fix tests
* fix tests
* fix tests
2025-02-19 02:02:28 +00:00
Weves
5a9ec61446
Don't pass thorugh parallel_tool_calls for o-family models
2025-02-18 18:57:05 -08:00
pablonyx
9635522de8
Admin default ( #4032 )
...
* clean up
* minor cleanup
* building
* update agnetic message look
* k
* fix alembic history
2025-02-18 18:31:54 -08:00
Yuhong Sun
630bdf71a3
Update README ( #4044 )
2025-02-18 18:31:28 -08:00
pablonyx
47fd4fa233
Strict Tenant ID Enforcement ( #3871 )
...
* strict tenant id enforcement
* k
* k
* nit
* merge
* nit
* k
2025-02-19 00:52:56 +00:00
Weves
2013beb9e0
Adjust behavior when display_model_names is null
2025-02-18 16:19:08 -08:00
pablonyx
466276161c
Quick link fix ( #4039 )
2025-02-18 16:18:41 -08:00
rkuo-danswer
c934892c68
add index to document__tag.tag_id ( #4038 )
...
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2025-02-18 19:51:36 +00:00
joachim-danswer
1daa3a663d
timout bumps ( #4037 )
2025-02-18 18:26:29 +00:00
Chris Weaver
7324273233
Small confluence group sync tweaks ( #4033 )
nightly-latest-20250218
2025-02-18 07:05:41 +00:00
evan-danswer
2b2ba5478c
new is_agentic flag for chatmessages ( #4026 )
...
* new is_agentic flag for chatmessages
* added cancelled error to db
* added cancelled error to returned message
2025-02-18 04:20:33 +00:00
pablonyx
045a41d929
Add default slack bot disabling ( #3935 )
...
* add slack bot disabling
* update
* k
* minor
2025-02-18 04:08:33 +00:00
pablonyx
e3bc7cc747
improve validation schema ( #3984 )
2025-02-18 03:18:23 +00:00
evan-danswer
0826b035a2
Update README.md ( #3908 )
...
* Update README.md
help future integration test runners
* Update README.md
* Update README.md
---------
Co-authored-by: pablonyx <pablo@danswer.ai>
2025-02-18 03:08:47 +00:00
pablonyx
cf0e3d1ff4
fix main
2025-02-17 18:23:15 -08:00
evan-danswer
10c81f75e2
consistent refined answer improvement ( #4027 )
2025-02-17 21:02:03 +00:00
evan-danswer
5ca898bde2
Force use tool overrides ( #4024 )
...
* initial rename + timeout bump
* querry override
2025-02-17 21:01:24 +00:00
pablonyx
58b252727f
UX ( #4014 )
2025-02-17 13:21:43 -08:00
joachim-danswer
86bd121806
no reranking if local model w/o GPU for Agent Search ( #4011 )
...
* no reranking if locql model w/o GPU
* more efficient gpu status calling
* fix unit tests
---------
Co-authored-by: Evan Lohn <evan@danswer.ai>
2025-02-17 14:13:24 +00:00
evan-danswer
9324f426c0
added timeouts for agent llm calls ( #4019 )
...
* added timeouts for agent llm calls
* timing suggestions in agent config
* improved timeout that actually exits early
* added new global timeout and connection timeout distinction
* fixed error raising bug and made entity extraction recoverable
* warnings and refactor
* mypy
---------
Co-authored-by: joachim-danswer <joachim@danswer.ai>
nightly-latest-20250217
2025-02-17 07:02:19 +00:00