hagen-danswer
1f4fe42f4b
Add cql support for confluence connector ( #2679 )
...
* Added CQL support for Confluence
* changed string substitutions for CQL
* final cleanup
* updated string fixes
* remove print statements
* Update description
2024-10-10 19:16:56 +00:00
pablodanswer
f40c5ca9bd
Add tenant context ( #2596 )
...
* add proper tenant context to background tasks
* update for new session logic
* remove unnecessary functions
* add additional tenant context
* update ports
* proper format / directory structure
* update ports
* ensure tenant context properly passed to ee bg tasks
* add user provisioning
* nit
* validated for multi tenant
* auth
* nit
* nit
* nit
* nit
* validate pruning
* evaluate integration tests
* at long last, validated celery beat
* nit: minor edge case patched
* minor
* validate update
* nit
2024-10-10 16:34:32 +00:00
pablodanswer
b4417fabd7
ensure shared assistants accessible via query params ( #2740 )
2024-10-10 01:47:38 +00:00
pablodanswer
6c0a0b6454
Add sync status ( #2743 )
...
* add sync status
* nit
2024-10-09 19:52:34 +00:00
pablodanswer
10f221cd37
Remove mildly annoying groups fetch ( #2733 )
...
* remove mildly annoying groups fetch
* ensure in client component
2024-10-09 03:13:19 +00:00
pablodanswer
f83e6806b6
More robust edge detection ( #2710 )
...
* more robust edge detection
* nit
* k
2024-10-09 01:07:51 +00:00
pablodanswer
8f61505437
Fix azure ( #2665 )
...
* fix azure
* nit
* nit
* nit
* nit pretty
2024-10-08 23:13:45 +00:00
Chris Weaver
78e7710f17
Handle bug with initial connector page display ( #2727 )
...
* Handle bug with initial connector page display
* Casing consistency
2024-10-08 21:01:37 +00:00
rkuo-danswer
7b3c433ff8
Merge pull request #2717 from danswer-ai/bugfix/docker-legacy-key-value-format
...
Fix all LegacyKeyValueFormat docker warnings
2024-10-08 13:57:10 -07:00
Chris Weaver
21a3921790
Better support for image generation capable models ( #2725 )
2024-10-08 12:41:14 -07:00
pablodanswer
3ef72b8d1a
k ( #2721 )
2024-10-08 09:33:29 -07:00
pablodanswer
a0124e4e50
ensure all timeout -> hook ( #2718 )
2024-10-08 15:48:38 +00:00
Richard Kuo (Danswer)
a52485bda2
Fix all LegacyKeyValueFormat docker warnings
2024-10-07 15:22:28 -07:00
pablodanswer
4214a3a6e2
Inline code + effect clarity ( #2715 )
...
* cleaner code blocks + form context
* cleaner
* nit
2024-10-07 15:23:37 -07:00
pablodanswer
e4c7cfde42
Minor update to initial modal ( #2571 )
...
* minor update
* nit: pretty
2024-10-07 20:29:04 +00:00
pablodanswer
1900a390d8
Linting ( #2704 )
...
* effect cleanup
* remove unused imports
* remove unne
* remove unnecessary packages
* k
* temp
* minor
2024-10-07 20:21:07 +00:00
pablodanswer
150dcc2883
back button + popups ( #2707 )
...
* back button + popups
* remove logs
2024-10-07 20:10:58 +00:00
pablodanswer
64909d74f9
UX Cleanup ( #2701 )
...
* start
* shared iconlogo class
* clean out of place components
* nit
2024-10-07 17:33:08 +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
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
2024-10-06 04:08:35 +00:00
pablodanswer
b04e9e9b67
Improved api key forms + fix non-submittable azure ( #2654 )
2024-10-04 19:29:45 -07:00
Yuhong Sun
0c54d9d57d
Unstructured Update Copy ( #2668 )
2024-10-02 17:48:11 -07: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
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 )
2024-10-01 20:11:39 -07:00
Evan Lohn
bd40328a73
fix typo
2024-10-01 20:10:37 -07: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
pablodanswer
c68c6fdc44
welcome flow
2024-10-01 10:34:53 -07:00
pablodanswer
3fa1b18306
update nav link name ( #2643 )
...
* update nav link name
* underscore -> dash
2024-10-01 16:34:30 +00: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
Chris Weaver
3e511497d2
Fix overflow of prompt library table ( #2606 )
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
pablodanswer
15283b3140
prevent nextFormStep
unless credential fully set up ( #2599 )
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
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
hagen-danswer
66a459234d
Minor role display refactor ( #2578 )
2024-09-27 16:50:03 +00:00
rkuo-danswer
19e57474dc
Feature/xenforo ( #2497 )
...
* Xenforo forum parser support
* clarify ssl cert reqs
* missed a file
* add isLoadState function, fix up xenforo for data driven connector approach
* fixing a new edge case to skip an unexpected parsed element
* change documentsource to xenforo
* make doc id unique and comment what's happening
* remove stray log line
* address code review
---------
Co-authored-by: sime2408 <simun.sunjic@gmail.com>
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2024-09-27 16:36:05 +00:00
hagen-danswer
b97cc01bb2
Added confluence permission syncing ( #2537 )
...
* Added confluence permission syncing
* seperated out group and doc syncing
* minorbugfix and mypy
* added frontend and fixed bug
* Minor refactor
* dealth with confluence rate limits!
* mypy fixes!!!
* addressed yuhong feedback
* primary key fix
2024-09-26 22:10:41 +00:00
Chris Weaver
1f61447b4b
Add open in new tab for custom links ( #2568 )
2024-09-26 20:01:35 +00:00
pablodanswer
ea4a3cbf86
update folder list ( #2563 )
2024-09-25 16:25:45 -07:00
pablodanswer
be50ae1e71
flex none ( #2558 )
2024-09-25 10:19:37 -07:00
pablodanswer
f89504ec53
Update some ux edge cases ( #2545 )
...
* update some ux edge cases
* update some formatting / ports
2024-09-25 16:46:43 +00:00
trial-danswer
6b3213b1e4
fix typo ( #2543 )
...
* fix typo
* Update EmbeddingFormPage.tsx
---------
Co-authored-by: danswer-trial <danswer-trial@danswer-trials-MacBook-Pro.local>
Co-authored-by: rkuo-danswer <rkuo@danswer.ai>
2024-09-25 01:25:46 +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
Chris Weaver
77650c9ee3
Fix misc tool call errors ( #2544 )
...
* Fix misc tool call errors
* Fix middleware
2024-09-23 21:00:48 +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