Chris Weaver
fb6695a983
Fix flow where oidc_expiry is different from token expiry ( #1974 )
2024-07-30 03:17:08 +00:00
rkuo-danswer
015f415b71
avoid reindexing secondary indexes after they succeed ( #1971 )
2024-07-30 03:12:58 +00:00
rkuo-danswer
96b582070b
authorized users and groups only have read access ( #1960 )
...
* authorized users and groups only have read access
* slightly better variable naming
2024-07-29 19:53:42 +00:00
rkuo-danswer
4a0a927a64
fix removed parameter in MediaWikiConnector ( #1970 )
2024-07-29 18:47:30 +00:00
hagen-danswer
ea9a9cb553
Fix typing for previous message
2024-07-29 10:01:38 -07:00
pablodanswer
38af12ab97
remove unnecessary index drop ( #1968 )
2024-07-29 09:51:53 -07:00
Weves
cbfbe4e5d8
Fix image generation follow up q
2024-07-28 23:47:06 -07:00
pablodanswer
3aa0e0124b
Add new admin page ( #1947 )
...
* add admin page
* credential + typing fix
* rebase fix
* on add, cleaner buttons
* functional G + Ddrive
* organized auth sections
* update types and remove logs
* ccs -> connectors
* validated formik
* update styling + connector-handling logic
* udpate colors
* separate out hooks + util functions
* update to adhere to rest standards
* remove "todos"
* rebase
* copy + formatting + sidebar
* update statuses + configuration possibilities
* update interfaces to be clearer
* update indexing status page
* formatting
* address backend security + comments
* update font
* fix form routing
* fix hydration error
* add statuses, fix bugs, etc. (squash)
* fix color (squash)
* squash
* add functionality to sidebar
* disblae buttons if deleting
* add color
* minor copy + formatting updates
- on modify credential, close
- update copy for deletion of connectors
* fix build error
* copy
---------
Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
2024-07-28 20:57:43 -07:00
Yuhong Sun
f2f60c9cc0
Fix EE Import backoff Logic ( #1959 )
2024-07-27 11:06:11 -07:00
Emerson Gomes
6c32821ad4
Allow removal of max_output_tokens by setting GEN_AI_MAX_OUTPUT_TOKENS=0 ( #1958 )
...
Co-authored-by: Emerson Gomes <emerson.gomes@thalesgroup.com>
2024-07-27 09:07:29 -07:00
Weves
d839595330
Add query override
2024-07-26 17:40:21 -07:00
Weves
d28f460330
Fix black
2024-07-26 16:43:15 -07:00
Eugene Astroner
8e441d975d
Issue fix
2024-07-26 16:40:31 -07:00
rkuo-danswer
e325e063ed
Bugfix/persona access ( #1951 )
...
* also allow access to a persona if the user is in the list of authorized users or groups
* add comment on potential performance improvements
* work around for mypy typing
2024-07-26 22:05:57 +00:00
pablodanswer
c81b45300b
Configurable models + updated assistants bar ( #1942 )
2024-07-26 11:00:49 -07:00
pablodanswer
26a1e963d1
Update personas.yaml ( #1948 )
2024-07-25 20:35:49 -07:00
pablodanswer
2a983263c7
Small update- Danswer update icons as well ( #1945 )
2024-07-25 20:31:41 -07:00
Yuhong Sun
2a37c95a5e
Types for Migrations ( #1944 )
2024-07-25 18:18:48 -07:00
pablodanswer
c277a74f82
Add icons to assistants! ( #1930 )
2024-07-25 18:02:39 -07:00
rkuo-danswer
e4b31cd0d9
allow setting secondary worker count via environment variable. default to primary worker count if unset. ( #1941 )
2024-07-25 20:25:43 +00:00
hagen-danswer
a40d2a1e2e
Change the way we get sqlalchemy session ( #1940 )
...
* changed default fast model to gpt-4o-mini
* Changed the way we get the sqlalchemy session
2024-07-25 18:36:14 +00:00
hagen-danswer
c9fb99d719
changed default fast model to gpt-4o-mini ( #1939 )
2024-07-25 10:50:02 -07:00
hagen-danswer
a4d71e08aa
Added check for unknown tool names ( #1924 )
...
* answer.py
* Let it continue if broken
2024-07-25 00:19:08 +00:00
rkuo-danswer
546bfbd24b
autoscale with pool=thread crashes celery. remove and use concurrency… ( #1929 )
...
* autoscale with pool=thread crashes celery. remove and use concurrency instead (to be improved later)
* update dev background script as well
2024-07-25 00:15:27 +00:00
hagen-danswer
27824d6cc6
Fixed login issue ( #1920 )
...
* included check for existing emails
* cleaned up logic
2024-07-25 00:03:29 +00:00
Weves
9d5c4ad634
Small fix for non tool calling LLMs
2024-07-24 15:41:43 -07:00
Shukant Pal
9b32003816
Handle SSL error tracebacks in site indexing connector ( #1911 )
...
My website (https://shukantpal.com ) uses Let's Encrypt certificates, which aren't accepted by the Python urllib certificate verifier for some reason. My website is set up correctly otherwise (https://www.sslshopper.com/ssl-checker.html#hostname=www.shukantpal.com )
This change adds a fix so the correct traceback is shown in Danswer, instead of a generic "unable to connect, check your Internet connection".
2024-07-24 22:36:29 +00:00
pablodanswer
8bc4123ed7
add modern health check banner + expiration tracking ( #1730 )
...
---------
Co-authored-by: Weves <chrisweaver101@gmail.com>
2024-07-24 15:34:22 -07:00
rkuo-danswer
5afddacbb2
order list of new attempts from oldest to newest to prevent connector starvation ( #1918 )
2024-07-24 21:02:20 +00:00
hagen-danswer
4fb6a88f1e
Quick fix ( #1919 )
2024-07-24 11:56:14 -07:00
rkuo-danswer
7057be6a88
Bugfix/indexing progress ( #1916 )
...
* mark in progress should always be committed
* no_commit version of mark_attempt is not needed
2024-07-24 11:39:44 -07:00
Yuhong Sun
91be8e7bfb
Skip Null Docs ( #1917 )
2024-07-24 11:31:33 -07:00
Yuhong Sun
9651ea828b
Handling Metadata by Vector and Keyword ( #1909 )
2024-07-24 11:05:56 -07:00
rkuo-danswer
6ee74bd0d1
fix pointers to various background tasks and scripts ( #1914 )
2024-07-24 10:12:51 -07:00
pablodanswer
48a0d29a5c
Fix empty / reverted embeddings ( #1910 )
2024-07-23 22:41:31 -07:00
hagen-danswer
6ff8e6c0ea
Improve eval pipeline qol ( #1908 )
2024-07-23 17:16:34 -07:00
Yuhong Sun
2470c68506
Don't rephrase first chat query ( #1907 )
2024-07-23 16:20:11 -07:00
hagen-danswer
866bc803b1
Implemented LLM disabling for api call ( #1905 )
2024-07-23 16:12:51 -07:00
hagen-danswer
a0b46c60c6
Switched eval api target back to oneshotqa ( #1902 )
2024-07-22 20:55:18 -07:00
hagen-danswer
6c88c0156c
Added file upload retry logic ( #1889 )
2024-07-22 13:13:22 -07:00
hagen-danswer
17005fb705
switched default pruning behavior and removed some logging ( #1898 )
2024-07-22 17:36:26 +00:00
hagen-danswer
48a7fe80b1
Committed LLM updates to db ( #1899 )
2024-07-22 10:30:24 -07:00
pablodanswer
1276732409
Misc bug fixes ( #1895 )
2024-07-22 10:22:43 -07:00
Weves
f91b92a898
Make is_public default true for LLMProvider
2024-07-21 22:22:37 -07:00
Weves
6222f533be
Update force delete script to handle user groups
2024-07-21 22:22:37 -07:00
hagen-danswer
1b49d17239
Added ability to control LLM access based on group ( #1870 )
...
* Added ability to control LLM access based on group
* completed relationship deletion
* cleaned up function
* added comments
* fixed frontend strings
* mypy fixes
* added case handling for deletion of user groups
* hidden advanced options now
* removed unnecessary code
2024-07-22 04:31:44 +00:00
Yuhong Sun
2f5f19642e
Double Check Max Tokens for Indexing ( #1893 )
2024-07-21 21:12:39 -07:00
Yuhong Sun
6db4634871
Token Truncation ( #1892 )
2024-07-21 16:26:32 -07:00
Yuhong Sun
5cfed45cef
Handle Empty Titles ( #1891 )
2024-07-21 14:59:23 -07:00
Weves
581ffde35a
Fix jira connector failures for server deployments
2024-07-21 14:44:25 -07:00