update 1.8.3 tags for release (#4109)
* update 1.8.3 tags for release * whoops, botched news
This commit is contained in:
parent
58f8607094
commit
8001d9ddeb
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anything-llm-document-collector",
|
"name": "anything-llm-document-collector",
|
||||||
"version": "1.8.2",
|
"version": "1.8.3",
|
||||||
"description": "Document collector server endpoints",
|
"description": "Document collector server endpoints",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Timothy Carambat (Mintplex Labs)",
|
"author": "Timothy Carambat (Mintplex Labs)",
|
||||||
|
|||||||
@ -169,7 +169,7 @@ USER anythingllm
|
|||||||
# Setup the environment
|
# Setup the environment
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENV ANYTHING_LLM_RUNTIME=docker
|
ENV ANYTHING_LLM_RUNTIME=docker
|
||||||
ENV DEPLOYMENT_VERSION=1.8.2
|
ENV DEPLOYMENT_VERSION=1.8.3
|
||||||
|
|
||||||
# Setup the healthcheck
|
# Setup the healthcheck
|
||||||
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \
|
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \
|
||||||
|
|||||||
25
extras/support/announcements/2025-07-08.json
Normal file
25
extras/support/announcements/2025-07-08.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"thumbnail_url": "https://cdn.anythingllm.com/support/announcements/assets/private-browsing.png",
|
||||||
|
"title": "Private Web Scraping",
|
||||||
|
"short_description": "Scrape private, gated, or authenticated websites using the browser tool.",
|
||||||
|
"goto": "https://docs.anythingllm.com/features/browser-tool",
|
||||||
|
"author": "AnythingLLM",
|
||||||
|
"date": "July 8, 2025"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"thumbnail_url": "https://cdn.anythingllm.com/support/announcements/assets/mobile.png",
|
||||||
|
"title": "AnythingLLM Mobile Beta",
|
||||||
|
"short_description": "AnythingLLM on-device, offline, and private. Syncs with AnythingLLM.",
|
||||||
|
"goto": "https://docs.google.com/forms/d/e/1FAIpQLSdrMRCUXVDWKrtNTcHzVcHQk_SRoiT8X8tiawTFtAhjMq_L6Q/viewform",
|
||||||
|
"author": "AnythingLLM",
|
||||||
|
"date": "July 3, 2025"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Community Hub updates",
|
||||||
|
"short_description": "You can now easily push and pull Agent Flows, System Prompts, and more to the AnythingLLM Community Hub.",
|
||||||
|
"goto": "https://hub.anythingllm.com",
|
||||||
|
"author": "AnythingLLM",
|
||||||
|
"date": "June 25, 2025"
|
||||||
|
}
|
||||||
|
]
|
||||||
BIN
extras/support/announcements/assets/mobile.png
Normal file
BIN
extras/support/announcements/assets/mobile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
BIN
extras/support/announcements/assets/private-browsing.png
Normal file
BIN
extras/support/announcements/assets/private-browsing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
@ -1 +1,2 @@
|
|||||||
|
2025-07-08.json
|
||||||
2025-04-08.json
|
2025-04-08.json
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anything-llm",
|
"name": "anything-llm",
|
||||||
"version": "1.8.2",
|
"version": "1.8.3",
|
||||||
"description": "The best solution for turning private documents into a chat bot using off-the-shelf tools and commercially viable AI technologies.",
|
"description": "The best solution for turning private documents into a chat bot using off-the-shelf tools and commercially viable AI technologies.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anything-llm-server",
|
"name": "anything-llm-server",
|
||||||
"version": "1.8.2",
|
"version": "1.8.3",
|
||||||
"description": "Server endpoints to process or create content for chatting",
|
"description": "Server endpoints to process or create content for chatting",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Timothy Carambat (Mintplex Labs)",
|
"author": "Timothy Carambat (Mintplex Labs)",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user