Commit Graph

1144 Commits

Author SHA1 Message Date
f91b92a898 Make is_public default true for LLMProvider 2024-07-21 22:22:37 -07:00
6222f533be Update force delete script to handle user groups 2024-07-21 22:22:37 -07:00
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
2f5f19642e Double Check Max Tokens for Indexing (#1893) 2024-07-21 21:12:39 -07:00
6db4634871 Token Truncation (#1892) 2024-07-21 16:26:32 -07:00
5cfed45cef Handle Empty Titles (#1891) 2024-07-21 14:59:23 -07:00
581ffde35a Fix jira connector failures for server deployments 2024-07-21 14:44:25 -07:00
6313e6d91d Remove visit api when unneded (#1885)
* quick fix to test on ec2

* quick cleanup

* modify a name

* address full doc as well

* additional timing info + handling

* clean up

* squash

* Print only
2024-07-21 20:57:24 +00:00
0e8ba111c8 Model Touchups (#1887) 2024-07-21 12:31:00 -07:00
2ba24b1734 Reenable Search Pipeline (#1886) 2024-07-21 10:33:29 -07:00
44820b4909 k 2024-07-21 10:27:57 -07:00
eb3e7610fc Added retries and multithreading for cloud embedding (#1879)
* added retries and multithreading for cloud embedding

* refactored a bit

* cleaned up code

* got the errors to bubble up to the ui correctly

* added exceptin printing

* added requirements

* touchups

---------

Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
2024-07-20 22:10:18 -07:00
e95bfa0e0b Suffix Test (#1880) 2024-07-20 15:54:55 -07:00
4848b5f1de Suffix Edits (#1878) 2024-07-20 13:59:14 -07:00
7ba5c434fa Missing Comma (#1877) 2024-07-19 22:15:45 -07:00
59bf5ba848 File Connector Metadata (#1876) 2024-07-19 20:45:18 -07:00
7aa3602fca Fix black 2024-07-19 18:55:09 -07:00
864c552a17 Fix UT 2024-07-19 18:55:09 -07:00
07b2ed3d8f Fix HTTP 422 error for api_inference_sample.py (#1868) 2024-07-19 18:54:43 -07:00
38290057f2 Search Eval (#1873) 2024-07-19 16:48:58 -07:00
86d1804eb0 Add GPT-4o-Mini & fix a missing gpt-4o 2024-07-19 12:10:27 -07:00
6b561b8ca9 Add config to skip zendesk article labels 2024-07-18 18:00:51 -07:00
5230f7e22f Enforce Disable GenAI if set (#1860) 2024-07-18 13:25:55 -07:00
a595d43ae3 Fixed deleting toolcall by message 2024-07-18 12:52:28 -07:00
f00b3d76b3 Touchup NoOp (#1856) 2024-07-18 08:44:27 -07:00
e4984153c0 Touchups (#1855) 2024-07-17 23:47:10 -07:00
87fadb07ea COMPLETE USER EXPERIENCE OVERHAUL (#1822) 2024-07-17 19:44:21 -07:00
2b07c102f9 fix discourse connector rate limiting + topic fetching (#1820) 2024-07-17 14:57:40 -07:00
e93de602c3 Use SHA instead of branch and save more data (#1850) 2024-07-17 14:56:24 -07:00
1c77395503 Fixed llm_indices from document search api (#1853) 2024-07-17 14:52:49 -07:00
cdf6089b3e Fix bug XML files in chat (#1804) 2024-07-17 08:09:40 -07:00
d01f46af2b fix search doc bug (#1851) 2024-07-16 15:27:04 -07:00
b83f435bb0 Catch dropped eval questions and added multiprocessing (#1849) 2024-07-16 12:33:02 -07:00
a1e638a73d Improved eval logging and stability (#1843) 2024-07-15 14:58:45 -07:00
bd1e0c5969 Add Enum File (#1842) 2024-07-15 09:13:27 -07:00
4d295ab97d Model Server Logging (#1839) 2024-07-15 09:00:27 -07:00
6fe3eeaa48 Fix model serer startup 2024-07-14 23:33:58 -07:00
0d52e99bd4 Improve confluence rate limiting 2024-07-14 16:40:45 -07:00
1b864a00e4 Added support for multiple Eval Pipeline UIs (#1830) 2024-07-14 15:16:20 -07:00
dae4f6a0bd Fix latency caused by large numbers of tags 2024-07-14 14:21:07 -07:00
f63d0ca3ad Title Truncation Logic (#1828) 2024-07-14 13:54:36 -07:00
da31da33e7 Fix Title for docs without (#1827) 2024-07-14 13:51:11 -07:00
56b175f597 Fix Sitemap Robo (#1826) 2024-07-14 13:29:26 -07:00
1b311d092e Try to find the sitemap for a given site (#1538) 2024-07-14 13:24:10 -07:00
6ee1292757 Fix semantic id for web pdfs (#1823) 2024-07-14 11:38:11 -07:00
017af052be Global Tokenizer Fix (#1825) 2024-07-14 11:37:10 -07:00
e7f81d1688 add third party embedding models (#1818) 2024-07-14 10:19:53 -07:00
b6bd818e60 Fix user groups page when a persona is deleted 2024-07-13 15:35:50 -07:00
36da2e4b27 Fixed slack groups (#1814)
* Simplified slackbot response groups and fixed need more help bug

* mypy fixes

* added exceptions for the couldnt find passthrough arrays
2024-07-13 22:34:35 +00:00
c7af6a4601 add new standard answer test endpoint (#1789) 2024-07-12 10:06:30 -07:00