这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion collector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anything-llm-document-collector",
"version": "1.8.2",
"version": "1.8.3",
"description": "Document collector server endpoints",
"main": "index.js",
"author": "Timothy Carambat (Mintplex Labs)",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ USER anythingllm
# Setup the environment
ENV NODE_ENV=production
ENV ANYTHING_LLM_RUNTIME=docker
ENV DEPLOYMENT_VERSION=1.8.2
ENV DEPLOYMENT_VERSION=1.8.3

# Setup the healthcheck
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \
Expand Down
25 changes: 25 additions & 0 deletions extras/support/announcements/2025-07-08.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
Binary file added extras/support/announcements/assets/mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions extras/support/announcements/list.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
2025-07-08.json
2025-04-08.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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.",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anything-llm-server",
"version": "1.8.2",
"version": "1.8.3",
"description": "Server endpoints to process or create content for chatting",
"main": "index.js",
"author": "Timothy Carambat (Mintplex Labs)",
Expand Down