Art Matsak
d2b58bdb40
Fix DISABLE_LLM_CHOOSE_SEARCH being ignored ( #1523 )
2024-05-28 08:39:02 -07:00
Yuhong Sun
aa98200bec
SlackBot Disable AI option ( #1527 )
v0.3.78
2024-05-28 01:35:57 -07:00
Yuhong Sun
32c37f8b17
Update Prompt ( #1526 )
2024-05-28 01:08:29 -07:00
Weves
008a91bff0
Partial fix for links not working
2024-05-27 17:31:10 -07:00
Weves
9a3613eb44
Fix unknown languages causing the chat to crash
2024-05-27 17:31:10 -07:00
Yuhong Sun
90d5b41901
Fix Citation Prompt Optionality ( #1524 )
2024-05-27 14:11:58 -07:00
Yuhong Sun
8688226003
Remove Tag Unique Constraint Bug ( #1519 )
v0.3.77
2024-05-26 15:10:56 -07:00
Weves
97d058b8b2
Fix mypy for mediawiki tests
2024-05-25 17:16:47 -07:00
Weves
26ef5b897d
Code highlighting
2024-05-25 17:12:12 -07:00
Weves
dfd233b985
Fix mypy for mediawiki connector
2024-05-25 13:04:23 -07:00
Weves
2dab9c576c
Add Slack payload log
2024-05-24 19:24:17 -07:00
Weves
a9f5952510
Fix migration multiple head issue
2024-05-24 14:43:52 -07:00
Andrew Sansom
94018e83b0
Add MediaWiki and Wikipedia Connectors ( #1250 )
...
* Add MediaWikiConnector first draft
* Add MediaWikiConnector first draft
* Add MediaWikiConnector first draft
* Add MediaWikiConnector sections for each document
* Add MediaWikiConnector to constants and factory
* Integrate MediaWikiConnector with connectors page
* Unit tests + bug fixes
* Allow adding multiple mediawikiconnectors
* add wikipedia connector
* add wikipedia connector to factory
* improve docstrings of mediawiki connector backend
* improve docstrings of mediawiki connector backend
* move wikipedia and mediawiki icon locations in admin page
* undo accidental commit of modified docker compose yaml
2024-05-24 08:51:20 -07:00
Yuhong Sun
6e5d9f33d2
Fix Undeleteable Connectors ( #1507 )
v0.3.76
2024-05-23 23:44:32 -07:00
Yuhong Sun
57452b1030
File Chat Upload ( #1490 )
...
Also includes minor UX improvements
---------
Co-authored-by: Weves <chrisweaver101@gmail.com>
2024-05-23 15:04:36 -07:00
Weves
d6ea92b185
Fix slack bot page for deleted assistant
2024-05-22 11:26:51 -07:00
Chris Weaver
88db722ea4
Chat UI small rework ( #1504 )
...
* Fat bar + configuration modal
* Remove header
2024-05-21 23:34:35 -07:00
Weves
ba872a0f7f
Gracefully handle missing call parties for Gong connector
2024-05-21 11:12:28 -07:00
Weves
cc9cb202cd
Add option to specify custom port for indexing model server
2024-05-21 11:08:10 -07:00
Weves
bbae63b769
Add migration for env variable based LLM providers
2024-05-20 12:47:27 -07:00
Weves
4413c0df36
Remove console.log statements
2024-05-18 01:01:54 -07:00
Weves
286dc7e04a
Fix issue with first message send
2024-05-18 00:57:05 -07:00
Weves
0ee1bb2400
Chat history editing
2024-05-17 20:37:17 -07:00
Weves
a4f2693819
Allow images to be passed in on initial model setup without a reload
2024-05-17 17:31:24 -07:00
Weves
079fdee79f
Update github actions
v0.3.75
2024-05-17 17:15:17 -07:00
Weves
5c997c0322
Use swcMinify
2024-05-17 13:49:58 -07:00
Weves
b9bae9a011
Add explicit request for standalone dir in web Dockerfile
v0.3.74
2024-05-17 10:38:19 -07:00
Weves
f76e5e06c1
Add swc
2024-05-17 10:25:32 -07:00
Weves
fa698cd8fd
Fix auth check with API prefix enabled
2024-05-17 10:18:40 -07:00
Weves
125d1a3e1f
Update npm
2024-05-17 01:28:21 -07:00
Weves
c934ed78f4
Upgrade FE packages
2024-05-16 22:13:02 -07:00
Weves
0369ddef58
Fix document set editor refresh
2024-05-16 14:42:28 -07:00
Weves
8c17c77ed9
Small fixes to LLM configuration screen
v0.3.73
2024-05-14 22:51:28 -07:00
Weves
f087d3eac0
Fix sleep + handle duplicates
2024-05-14 17:44:33 -07:00
Weves
10232c7c54
Bump openai version
2024-05-14 17:28:50 -07:00
Weves
7928ea2fff
Improve document set page UX
2024-05-14 15:43:26 -07:00
Weves
05bc6b1c65
Add pagination to document set syncing + improve speed
2024-05-14 15:43:26 -07:00
Weves
6f90308278
Add gpt-4o support
2024-05-14 13:32:00 -07:00
Weves
d0850a0288
Fix model names for enabled LLM providers
2024-05-14 13:32:00 -07:00
Weves
e573ba80b9
Revert black bump
2024-05-14 00:20:03 -07:00
Weves
5d1a81001e
bump litellm
2024-05-13 18:29:33 -07:00
Weves
8b95395f34
Remove chunk limit of 20
2024-05-13 11:35:16 -07:00
Weves
e8b38d5f63
Hide search tool if no connectors exist
2024-05-13 01:22:37 -07:00
Weves
c2cdce4d49
Tool calling framework
2024-05-13 00:47:39 -07:00
Yuhong Sun
546815dc8c
Consolidate File Processing ( #1449 )
2024-05-11 23:11:22 -07:00
Yuhong Sun
e89c81de76
Make User Promotion Demotion sync calls ( #1448 )
2024-05-11 16:25:56 -07:00
Ryan Gordon
5bf123da53
Added user demotion functionality. ( #1444 )
2024-05-11 15:59:47 -07:00
Yuhong Sun
7a02fd7ad7
Touchups from Contributor PRs ( #1447 )
2024-05-11 15:58:33 -07:00
Weves
4e759717ab
Fix mypy
2024-05-11 12:36:49 -07:00
Weves
2e0be9f2da
Folder support
2024-05-11 12:29:35 -07:00