rkuo-danswer
dc2dfeb5b8
Fix pywikibot droppings ( #2924 )
...
* make pywikibot store its working files in a system provided temp directory
* move the config setting around
---------
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
nightly-latest-20241101
2024-11-01 05:59:12 +00:00
hagen-danswer
71d4fb98d3
Refactored Google Drive Connector + Permission Syncing ( #2945 )
...
* refactoring changes
* everything working for service account
* works with service account
* combined scopes
* copy change
* oauth prep
* Works for oauth and service account credentials
* mypy
* merge fixes
* Refactor Google Drive connector
* finished backend
* auth changes
* if its stupid but it works, its not stupid
* npm run dev fixes
* addressed change requests
* string fix
* minor fixes and cleanup
* spacing cleanup
* Update connector.py
* everything done
* testing!
* Delete backend/tests/daily/connectors/google_drive/file_generator.py
* cleaned up
---------
Co-authored-by: Chris Weaver <25087905+Weves@users.noreply.github.com>
2024-11-01 02:25:00 +00:00
Yuhong Sun
b34f5862d7
Remove License Issues ( #3013 )
...
* k
* k
* k
* k
* k
2024-11-01 00:31:19 +00:00
pablodanswer
0b08bf4e3f
Proper tenant reset ( #3015 )
...
* add proper tenant reset
* clear comment
* minor formatting
v0.11.0-cloud.beta.1
2024-10-31 19:45:35 +00:00
pablodanswer
add87fa1b4
remove endpoint ( #3014 )
2024-10-31 19:43:15 +00:00
Samarth Mishra
787fdf2e38
Update README.md ( #3011 )
2024-10-31 10:44:36 -07:00
Weves
4499c630b3
Fix model test action name
2024-10-31 10:12:01 -07:00
rkuo-danswer
231ab3fb5d
Feature/indexing logs ( #3002 )
...
* improve logging around indexing tasks
* task_logger doesn't work inside the spawned task
2024-10-31 16:43:46 +00:00
Yuhong Sun
ff9d7141a9
Gmail Connector Robustify ( #3000 )
nightly-latest-20241031
2024-10-30 20:21:54 -07:00
rkuo-danswer
dba2d67cdb
only warmup on index swap ( #3003 )
...
* only warmup on index swap
* move conditional
2024-10-31 00:40:03 +00:00
Yuhong Sun
1a7d627949
Disable Mediawiki Tests ( #3005 )
2024-10-30 17:27:58 -07:00
pablodanswer
f318e302c5
Minor theming ( #2993 )
...
* ensure functionality
* naming
* ensure tailwind theme updated
* add comments
* nit
* remove pr
* enforce colors
* update our tailwind config
2024-10-30 23:05:32 +00:00
pablodanswer
7384ca8768
clarity ( #3001 )
2024-10-30 15:53:26 -07:00
Chris Weaver
5be457e321
Add alternative auth header ( #2999 )
2024-10-30 19:10:03 +00:00
pablodanswer
8223dc763d
add regeneration clarity ( #2986 )
...
* add regeneration clarity
* minor udpate
2024-10-30 18:55:47 +00:00
rkuo-danswer
ea406c55cd
add extra tags to pruning logs ( #2994 )
...
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2024-10-30 17:54:29 +00:00
rkuo-danswer
ea80cdce02
init sqlalchemy in child process ( #2987 )
nightly-latest-20241030
2024-10-29 18:01:34 +00:00
Weves
40a0f71960
Temp fix to add retries to get_all_vespa_ids_for_document_id
2024-10-29 10:34:42 -07:00
Chris Weaver
fcb94f1173
Tiny logging clarity improvement ( #2985 )
2024-10-29 16:44:02 +00:00
hagen-danswer
cc40f0d27b
fixed label filter ( #2978 )
...
* added old error handling to comment fetching
* Not
* properly escaped cql labels
* reverted changes
2024-10-29 16:05:01 +00:00
pablodanswer
75dd103238
add additional configuration options ( #2980 )
2024-10-29 13:29:39 +00:00
pablodanswer
aafcf7af55
fail gracefully on provider fetch ( #2981 )
nightly-latest-20241029
2024-10-29 04:17:53 +00:00
rkuo-danswer
1201ed5ac0
Merge pull request #2979 from danswer-ai/bugfix/redis_scard
...
missing scard
v0.11.0-beta.1
2024-10-28 16:35:01 -07:00
Richard Kuo (Danswer)
a60613ec11
missing scard
2024-10-28 16:25:08 -07:00
pablodanswer
5640230f5b
remove empty directory ( #2977 )
2024-10-28 16:11:00 -07:00
pablodanswer
11d849b553
add indent to scan_iter ( #2948 )
2024-10-28 16:08:47 -07:00
pablodanswer
2eefb3c15f
add srem and sadd to tenant wrapper ( #2973 )
2024-10-28 22:20:21 +00:00
pablodanswer
678ba41321
Cleaner initial chat screen ( #2528 )
...
* cleaner initial chat screen
* slightly cleaner animation
* cleaner cards
* use display name + minor updates to models
* minor udpate to ui
* remove logs
* update based on feedback
* minor nits
* formatting
2024-10-28 21:39:34 +00:00
pablodanswer
a40082c5da
Distinguish users in posthog ( #2965 )
...
* distinguish tenants in posthog
* nit
2024-10-28 19:47:26 +00:00
pablodanswer
e5af4681d3
Fix nagging double auth issue ( #2960 )
...
* fix nagging double auth issue
* ports
2024-10-28 19:44:45 +00:00
rkuo-danswer
e05846db9f
change test port to 8889 (docker desktop is now using port 8888 which blocks the test from working on mac) ( #2972 )
2024-10-28 18:33:32 +00:00
rkuo-danswer
1d89fea73e
Bugfix/celery light backoff ( #2880 )
...
* logging cleanup
* raise vespa_timeout to 15 by default
* implement backoff for document index methods specifically
* do not retry on 400 BAD_REQUEST
* handle RetryError
* actually check status code and fix type errors
2024-10-28 16:14:51 +00:00
hagen-danswer
52bd1ad8ef
Merge pull request #2921 from danswer-ai/feature/reset_indexes
...
Feature/reset indexes
2024-10-28 06:46:04 -07:00
Yuhong Sun
5062075b8d
Backport Test 7 ( #2971 )
nightly-latest-20241028
2024-10-27 22:55:35 -07:00
Yuhong Sun
e46facb765
Backport Final
2024-10-27 22:52:52 -07:00
Yuhong Sun
f84e75cee7
Backport Test 6 ( #2970 )
2024-10-27 22:45:22 -07:00
Yuhong Sun
b2d8e10339
Richard Key
2024-10-27 20:09:42 -07:00
Yuhong Sun
d8ad3e73bf
Backport Test 5 ( #2969 )
2024-10-27 20:07:29 -07:00
Yuhong Sun
e2c4c07c34
Push Tag
2024-10-27 19:56:29 -07:00
Yuhong Sun
7856718db8
k
2024-10-27 19:54:53 -07:00
Yuhong Sun
3d9cc769d9
Backport Test 4 ( #2968 )
2024-10-27 19:41:04 -07:00
Yuhong Sun
20e8c2287a
Add Conditional
2024-10-27 19:39:18 -07:00
Yuhong Sun
57e5264df6
Backport Test ( #2967 )
2024-10-27 19:31:29 -07:00
Yuhong Sun
4c417b5e3e
Revert
2024-10-27 19:12:31 -07:00
Yuhong Sun
9270782c49
Backport Test ( #2966 )
2024-10-27 19:00:37 -07:00
Yuhong Sun
1a31f1e773
New Credentials GH
2024-10-27 18:58:26 -07:00
Yuhong Sun
e28ba4b55b
Backport Test Conn ( #2964 )
2024-10-27 17:10:31 -07:00
Yuhong Sun
7ddfabed62
Backport Debugging
2024-10-27 17:03:53 -07:00
Yuhong Sun
c7018f7a6c
Backport Test ( #2963 )
2024-10-27 16:55:02 -07:00
Yuhong Sun
0fb6baef2b
Echo Merge Commit ( #2962 )
2024-10-27 16:52:07 -07:00