hagen-danswer
4a6b8db65f
out of scope
2024-11-02 08:20:08 -07:00
hagen-danswer
6f440d126a
more mypy fixes
2024-11-02 08:17:53 -07:00
hagen-danswer
013292a0e3
mypy fixes
2024-11-02 08:15:36 -07:00
hagen-danswer
f981106111
Update connector.py
2024-11-01 19:27:03 -07:00
hagen-danswer
e3be318781
Update connector.py
2024-10-31 09:50:48 -07:00
Skylar Kesselring
73ee709801
Fix typing errors
2024-10-30 17:46:04 -04:00
Skylar Kesselring
53d2d333ab
Refactor metadata
2024-10-30 17:23:20 -04:00
Skylar Kesselring
195e2c335d
Fix per_page count
2024-10-28 12:35:40 -04:00
Skylar Kesselring
1dec69bb82
Fix document time parsing
2024-10-28 12:33:58 -04:00
Skylar Kesselring
075e4f18bc
Clean up & comment fetch_tickets
2024-10-28 11:26:37 -04:00
Skylar Kesselring
e5494f9742
Refactor & cleanup code, process tickets in batches
2024-10-27 11:53:50 -04:00
Skylar Kesselring
e5d84cae1b
Clean up code
2024-10-26 23:06:24 -04:00
Skylar Kesselring
8023cafb2b
Fixed polling issue with timezone
2024-10-25 23:46:47 -04:00
Skylar Kesselring
a348caa9b1
Add pagination & Remove req.obj from connectors.tsx
2024-10-25 14:12:11 -04:00
Skylar Kesselring
245adc4d3d
Remove 2 month time check & Add time range to fetch and process
2024-10-24 12:42:08 -04:00
Skylar Kesselring
4ad35d76b0
Make ticket fetching a seperate function from processing
2024-10-24 12:25:29 -04:00
Skylar Kesselring
cc1e1c178b
Replace html processing library with danswer util
2024-10-24 11:49:11 -04:00
Skylar Kesselring
87b5975091
Remove unnecessary log & Add LoadConnector
2024-10-24 11:38:29 -04:00
Skylar Kesselring
85b56e39c9
Fix Freshdesk connector date parsing for UTC timestamps
2024-10-23 14:01:03 -04:00
Skylar Kesselring
a1680fac2f
Implement freshdesk frontend
2024-10-23 12:58:15 -04:00
pablodanswer
8f9d4335ce
(minor) search memoization + context ( #2732 )
...
* add markdown blocks to search
* nit
* k
2024-10-19 19:13:21 +00:00
pablodanswer
ee1cb084ac
modify default ( #2856 )
2024-10-19 19:12:42 +00:00
pablodanswer
2c77ad2aab
Add errors to search ( #2854 )
...
* minor - add errors to search
* k
2024-10-19 19:11:46 +00:00
pablodanswer
f7d77a3c76
Empty embedding fix ( #2853 )
...
* account for malformed urls
* fix
* k
2024-10-19 17:55:39 +00:00
pablodanswer
8b220d2dba
Add assistant notifications + update assistant context ( #2816 )
...
* add assistant notifications
* nit
* update context
* validated
* ensure context passed properly
* validated + cleaned
* nit: naming
* k
* k
* final validation + new ui
* nit + video
* nit
* nit
* nit
* k
* fix typos
nightly-latest-20241019
2024-10-19 01:21:11 +00:00
rkuo-danswer
6913efef90
fresh indexing feature branch ( #2790 )
...
* fresh indexing feature branch
* cherry pick test
* Revert "cherry pick test"
This reverts commit 2a62422068
.
* set multitenant so that vespa fields match when indexing
* cleanup pass
* mypy
* pass through env var to control celery indexing concurrency
* comments on task kickoff and some logging improvements
* use get_session_with_tenant
* comment out all of update.py
* rename to RedisConnectorIndexingFenceData
* first check num_indexing_workers
* refactor RedisConnectorIndexingFenceData
* comment out on_worker_process_init
* fix where num_indexing_workers falls back
* remove extra brace
v0.9.0-beta.5
2024-10-18 22:40:05 +00:00
rkuo-danswer
12cbbe6cee
use with for update instead of serializable ( #2848 )
...
* use with for update instead of serializable
* remove tenant logic handled now by get_session_with_tenant
* remove usage of begin_nested ... it's not necessary
2024-10-18 20:35:23 +00:00
hagen-danswer
55de519364
Cleanup connector form ( #2849 )
...
* move "advanced options" to the bottom of the form and cleanup curator frontend
* troll
2024-10-18 18:44:24 +00:00
Chris Weaver
36134021c5
Refactor + add global timeout env variable ( #2844 )
...
* Refactor + add global timeout env variable
* remove model
* mypy
* Remove unused
2024-10-18 18:25:27 +00:00
rkuo-danswer
5b78299880
use native rate limiting in the confluence client ( #2837 )
...
* use native rate limiting in the confluence client
* upgrade urllib3 to v2.2.3 to support retries in confluence client
* improve logging so that progress is visible.
2024-10-18 18:15:43 +00:00
Richard Kuo (Danswer)
59364aadd7
Revert "no serializable, use with_for_update to lock the row."
...
This reverts commit e12785d277
.
2024-10-18 11:10:09 -07:00
Richard Kuo (Danswer)
e12785d277
no serializable, use with_for_update to lock the row.
2024-10-18 11:07:54 -07:00
pablodanswer
7906d9edc8
Add all-tenants migration for K8 job ( #2846 )
...
* add migration
* update migration logic for tenants
* k
* k
* k
* k
v0.9.0-beta.4
nightly-latest-20241018
2024-10-18 02:55:05 +00:00
pablodanswer
6e54c97326
multitenant setup ( #2845 )
v0.9.0-beta.3
2024-10-17 17:54:02 -07:00
pablodanswer
61424de531
add sentry ( #2786 )
...
* add sentry
* nit
* nit
* add requirement to ee
* try to ensure sentry is installed in integration tests
v0.9.0-beta.2
2024-10-17 23:20:37 +00:00
rkuo-danswer
4c2cf8b132
always finalize the serialized transaction so that it doesn't leak ou… ( #2843 )
...
* always finalize the serialized transaction so that it doesn't leak outside the function
* re-raise the exception and log it
2024-10-17 23:13:57 +00:00
pablodanswer
b169f78699
Push multi tenancy for slackbot ( #2828 )
...
* push multi tenancy for slackbot
* move to utils
* k
* k
---------
Co-authored-by: hagen-danswer <hagen@danswer.ai >
2024-10-17 21:04:48 +00:00
pablodanswer
e48086b1c2
add slack markdown formatting ( #2829 )
...
* add slack markdown formatting
* nit
* k
2024-10-17 20:27:57 +00:00
hagen-danswer
6b8ecb3a4b
Merge pull request #2838 from danswer-ai/dont-fail-flaky
...
dont fail flaky tests
2024-10-17 13:38:32 -07:00
hagen-danswer
deb66a88aa
dont fail flaky tests
2024-10-17 13:37:50 -07:00
hagen-danswer
90bd535c48
Merge pull request #2836 from danswer-ai/flakey-test-run-but-dont-fail
...
Make flakey test still run but not fail CI
2024-10-17 13:31:00 -07:00
rkuo-danswer
0de487064a
lock to avoid rare serializable errors ( #2818 )
...
Co-authored-by: Richard Kuo <rkuo@rkuo.com >
2024-10-17 19:44:51 +00:00
rkuo-danswer
114326d11a
fix sync to use update_single ( #2822 )
2024-10-17 19:43:34 +00:00
rkuo-danswer
389c7b72db
Bugfix/monitor exceptions ( #2830 )
...
* do a rollback before more db work
* warn if not all doc_by_cc_pair entries were deleted
---------
Co-authored-by: Richard Kuo <rkuo@rkuo.com >
2024-10-17 19:43:19 +00:00
hagen-danswer
28ad01a51a
py
2024-10-17 12:37:34 -07:00
hagen-danswer
0c102ebb5c
simplified the document search function
2024-10-17 12:13:42 -07:00
hagen-danswer
5063b944ec
Make flakey test still run but not fail CI
2024-10-17 11:36:59 -07:00
pablodanswer
15afe4dc78
bump litellm ( #2827 )
2024-10-17 18:05:35 +00:00
pablodanswer
a159779d39
prevent alembic from configuring logger ( #2826 )
...
* k
* k
2024-10-17 16:31:17 +00:00
hagen-danswer
44ebe3ae31
Merge pull request #2833 from danswer-ai/con-perm-sync-fix
...
Added logging for when a member has no email or username
2024-10-17 09:03:33 -07:00