1.8.4 tag update

This commit is contained in:
timothycarambat 2025-07-16 10:40:39 -07:00
parent a04b9c9d60
commit c535c69345
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "anything-llm-document-collector",
"version": "1.8.3",
"version": "1.8.4",
"description": "Document collector server endpoints",
"main": "index.js",
"author": "Timothy Carambat (Mintplex Labs)",

View File

@ -169,7 +169,7 @@ USER anythingllm
# Setup the environment
ENV NODE_ENV=production
ENV ANYTHING_LLM_RUNTIME=docker
ENV DEPLOYMENT_VERSION=1.8.3
ENV DEPLOYMENT_VERSION=1.8.4
# Setup the healthcheck
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \

View File

@ -1,6 +1,6 @@
{
"name": "anything-llm",
"version": "1.8.3",
"version": "1.8.4",
"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",

View File

@ -1,6 +1,6 @@
{
"name": "anything-llm-server",
"version": "1.8.3",
"version": "1.8.4",
"description": "Server endpoints to process or create content for chatting",
"main": "index.js",
"author": "Timothy Carambat (Mintplex Labs)",
@ -100,4 +100,4 @@
"nodemon": "^2.0.22",
"prettier": "^3.0.3"
}
}
}