Commit Graph

868 Commits

Author SHA1 Message Date
timothycarambat
466bf7dc9c Bump Perplexity and Together AI static model list 2024-07-31 10:58:34 -07:00
Timothy Carambat
38fc181238
Add multimodality support (#2001)
* Add multimodality support

* Add Bedrock, KoboldCpp,LocalAI,and TextWebGenUI multi-modal

* temp dev build

* patch bad import

* noscrolls for windows dnd

* noscrolls for windows dnd

* update README

* update README

* add multimodal check
2024-07-31 10:47:49 -07:00
Timothy Carambat
20cd6b7481
Added more char exceptions to mapping extension (#2010) 2024-07-31 09:41:12 -07:00
Sean Hatfield
3856a4d19c
Drag and drop file colors update & margin styles (#2000)
drag and drop file colors update & margin styles
2024-07-30 19:07:24 -07:00
timothycarambat
2ee5d20955 patch bad import 2024-07-30 17:52:20 -07:00
Timothy Carambat
d877d2b7ad
Add drag-and-drop to chat window (#1995)
* Add drag-and-drop to chat window

* add uploader icon and remove empty space text when attachments are present

* color theme

* color update
2024-07-30 10:26:16 -07:00
Timothy Carambat
5e73dce506
Enable editing of OpenRouter stream timeout for slower connections (#1994) 2024-07-29 11:49:14 -07:00
Timothy Carambat
13bb06013b
Fix GroqAI picker UI bug (#1993) 2024-07-29 11:16:00 -07:00
timothycarambat
296f041564 path perplexity model ids
closes #1990
2024-07-28 16:29:18 -07:00
Timothy Carambat
ae58a2cb0d
Return threads for API workspace calls (#1978)
* Return threads for API workspace calls

* remove import
2024-07-26 14:18:40 -07:00
timothycarambat
013c0b9575 remove LMStudio restriction for model selector 2024-07-26 10:53:05 -07:00
timothycarambat
0cba89a54b remove master tag on cloud-deployment templates 2024-07-26 10:36:05 -07:00
timothycarambat
ed49032db4 Revert "update chown in DO droplet (#1966)"
This reverts commit 3457cc4b7a.
2024-07-26 10:34:53 -07:00
timothycarambat
7a2ffefdc3 update case stmt for duplicate groq model 2024-07-25 17:39:29 -07:00
timothycarambat
6bab8b5bd4 ui adjustments for order flow
back nav on order flow
fix bad schema ref
2024-07-25 14:10:17 -07:00
Timothy Carambat
a7010fd48d
Add known VEX files to build process (#1969) 2024-07-25 11:13:57 -07:00
Emil Rofors
fe07d0c0ac
rename chatCircle to chatBubble in readme (#1972) 2024-07-25 11:04:24 -07:00
Timothy Carambat
88e2209959
bump jsonwebtoken version (#1971)
* bump `jsonwebtoken` version

* update dev build branch
2024-07-25 11:03:39 -07:00
Timothy Carambat
04a0fc4ec9
Remove unused deps (#1938)
* Remove unused deps

* improve dependency
2024-07-25 10:21:03 -07:00
timothycarambat
68391ce3e6 update github action ignore 2024-07-25 08:08:56 -07:00
Timothy Carambat
3457cc4b7a
update chown in DO droplet (#1966)
change `:master` tag to be `:latest`
resolves #1965
2024-07-25 08:01:55 -07:00
Timothy Carambat
61e214aa8c
Add support for Groq /models endpoint (#1957)
* Add support for Groq /models endpoint

* linting
2024-07-24 08:35:52 -07:00
Timothy Carambat
23de85a3bd
Revert odbc support (#1936)
* Revert "Patch ODBC support from missing binary/headers for node-odbc"

This reverts commit 9de6b1cc26.

* Revert "OBDC Support (#1933)"

This reverts commit cd597a361e.
2024-07-23 17:27:39 -07:00
timothycarambat
01448db491 README updates 2024-07-23 17:04:33 -07:00
timothycarambat
c76c46e8f5 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm 2024-07-23 16:41:53 -07:00
timothycarambat
9de6b1cc26 Patch ODBC support from missing binary/headers for node-odbc 2024-07-23 16:41:45 -07:00
Timothy Carambat
9366e69d88
Add AWS bedrock support for LLM + agents (#1935)
add AWS bedrock support for LLM + agents
2024-07-23 16:35:37 -07:00
Timothy Carambat
cd597a361e
OBDC Support (#1933)
* add possibility to connect to SQL Base by ODBC

---------

Co-authored-by: suchaudn <nicolas.suchaud@legrand.fr>
Co-authored-by: nicho2 <nicho2@laposte.net>
2024-07-23 12:42:53 -07:00
Timothy Carambat
42235fcd8a
GitLab Hosted and Local Connector (#1932)
* Add support for GitLab repo collection as well as Github Repo collection
* Refactor for repo collectors to be more compact

---------

Co-authored-by: Emil Rofors <emirof@gmail.com>
2024-07-23 12:23:51 -07:00
timothycarambat
4f07139e38 patch SSR loaded icon to regular path
resolves #1930
2024-07-23 07:58:43 -07:00
Timothy Carambat
f8e54b2328
Fine tuning order flow (cloud-based) (#1923)
* WIP fine-tuning order flow

* flow patches and typo

* Refine steps
add fine tuning CTA on chat page
add fine tuning banner and validation endpoints
add finetuning banner on relevant pages with perms check

* Add prod firebase url
2024-07-22 17:59:17 -07:00
timothycarambat
d0713e15f1 patch response body for swagger 2024-07-22 15:21:32 -07:00
Timothy Carambat
76aa2a4fd4
Implement support for selecting basic keep_alive times for Ollama (#1920) 2024-07-22 14:44:47 -07:00
timothycarambat
c646351347 vex exception 2024-07-22 14:07:01 -07:00
timothycarambat
7b42a67acf docs: update requirement for /raw-text endpoint
resolves #1893
2024-07-22 13:19:57 -07:00
timothycarambat
fc27685eb1 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm 2024-07-22 12:58:20 -07:00
Timothy Carambat
18171bc7f4
patch text.substring bug from compressor (#1918) 2024-07-22 12:56:30 -07:00
timothycarambat
2185753068 patch text.substring bug from compressor 2024-07-22 12:53:11 -07:00
Timothy Carambat
a43fa8a292
Adjust docker perms in build image (#1917)
adjust docker perms
2024-07-22 12:39:18 -07:00
Timothy Carambat
3198718975
Update references to new domain (#1916) 2024-07-22 11:05:34 -07:00
383494
8f4843ddc8
fix typo(README.zh-CN.md) (#1908) 2024-07-20 10:39:26 -07:00
timothycarambat
2574334f81 patch dockerfile for arm64 due to bad chromium location 2024-07-19 19:18:41 -07:00
timothycarambat
f15529653f patch logger for full logs 2024-07-19 18:35:41 -07:00
timothycarambat
cec1a3d585 append stacktraces to winston 2024-07-19 18:13:54 -07:00
timothycarambat
89db7a9d45 add back arm support - did not fail for some reason 2024-07-19 17:51:12 -07:00
timothycarambat
87320adf56 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm 2024-07-19 17:44:59 -07:00
timothycarambat
113d7f1f99 temp disable ARM builds 2024-07-19 17:44:51 -07:00
Timothy Carambat
b5a2437bb5
patch docker scount CVE in old express-ws pkg (#1907)
* patch CVE in old express-ws pkg

* patch workflow

* remove dev-image
2024-07-19 17:40:22 -07:00
timothycarambat
6f1d15165c Merge branch 'master' of github.com:Mintplex-Labs/anything-llm 2024-07-19 16:21:20 -07:00
timothycarambat
9b78c31d9d add VEX exception 2024-07-19 16:21:12 -07:00