Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Anything Llm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
Mintplex Labs
Anything Llm
Commits
cc3343ba
Unverified
Commit
cc3343ba
authored
1 year ago
by
Timothy Carambat
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
add Docker internal URL to READMEs (#441)
add Docker internal URL
parent
da0cec7a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+7
-0
7 additions, 0 deletions
README.md
docker/HOW_TO_USE_DOCKER.md
+7
-0
7 additions, 0 deletions
docker/HOW_TO_USE_DOCKER.md
with
14 additions
and
0 deletions
README.md
+
7
−
0
View file @
cc3343ba
...
@@ -94,6 +94,13 @@ This monorepo consists of three main sections:
...
@@ -94,6 +94,13 @@ This monorepo consists of three main sections:
*
AnythingLLM by default embeds text on instance privately
[
Learn More
](
/server/storage/models/README.md
)
*
AnythingLLM by default embeds text on instance privately
[
Learn More
](
/server/storage/models/README.md
)
## Recommended usage with Docker (easy!)
## Recommended usage with Docker (easy!)
> [!IMPORTANT]
> If you are running another service on localhost like Chroma, LocalAi, or LMStudio
> you will need to use http://host.docker.internal:xxxx to access the service from within
> the docker container using AnythingLLM as `localhost:xxxx` will not resolve for the host system.
> eg: Chroma host URL running on localhost:8000 on host machine needs to be http://host.docker.internal:8000
> when used in AnythingLLM.
> [!TIP]
> [!TIP]
> It is best to mount the containers storage volume to a folder on your host machine
> It is best to mount the containers storage volume to a folder on your host machine
> so that you can pull in future updates without deleting your existing data!
> so that you can pull in future updates without deleting your existing data!
...
...
This diff is collapsed.
Click to expand it.
docker/HOW_TO_USE_DOCKER.md
+
7
−
0
View file @
cc3343ba
...
@@ -6,6 +6,13 @@ Use the Dockerized version of AnythingLLM for a much faster and complete startup
...
@@ -6,6 +6,13 @@ Use the Dockerized version of AnythingLLM for a much faster and complete startup
-
Install
[
Docker
](
https://www.docker.com/
)
on your computer or machine.
-
Install
[
Docker
](
https://www.docker.com/
)
on your computer or machine.
## Recommend way to run dockerized AnythingLLM!
## Recommend way to run dockerized AnythingLLM!
> [!IMPORTANT]
> If you are running another service on localhost like Chroma, LocalAi, or LMStudio
> you will need to use http://host.docker.internal:xxxx to access the service from within
> the docker container using AnythingLLM as `localhost:xxxx` will not resolve for the host system.
> eg: Chroma host URL running on localhost:8000 on host machine needs to be http://host.docker.internal:8000
> when used in AnythingLLM.
> [!TIP]
> [!TIP]
> It is best to mount the containers storage volume to a folder on your host machine
> It is best to mount the containers storage volume to a folder on your host machine
> so that you can pull in future updates without deleting your existing data!
> so that you can pull in future updates without deleting your existing data!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment