mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
docs: update Docker image references to use the new registry URL
- Changed Docker image references from `ghcr.io` to `registry.librechat.ai` in `rag_api.mdx` and `docker_linux.mdx` for consistency with the new image hosting location. - Ensured local embeddings instructions reflect the updated image paths.
This commit is contained in:
@@ -67,7 +67,7 @@ That's it!
|
||||
|
||||
services:
|
||||
rag_api:
|
||||
image: ghcr.io/danny-avila/librechat-rag-api-dev:latest
|
||||
image: registry.librechat.ai/danny-avila/librechat-rag-api-dev:latest
|
||||
```
|
||||
|
||||
3. Run the command to start the Docker containers:
|
||||
@@ -104,7 +104,7 @@ That's it!
|
||||
|
||||
services:
|
||||
rag_api:
|
||||
image: ghcr.io/danny-avila/librechat-rag-api-dev:latest
|
||||
image: registry.librechat.ai/danny-avila/librechat-rag-api-dev:latest
|
||||
# If running on Linux
|
||||
# extra_hosts:
|
||||
# - "host.docker.internal:host-gateway"
|
||||
@@ -126,7 +126,7 @@ For Docker, the setup is configured for you in both the default `docker-compose.
|
||||
|
||||
Docker uses the "lite" image of the RAG API by default, which only supports remote embeddings, leveraging embeddings proccesses from OpenAI or a remote service you have configured for HuggingFace/Ollama.
|
||||
|
||||
Local embeddings are supported by changing the image used by the default compose file, from `ghcr.io/danny-avila/librechat-rag-api-dev-lite:latest` to `ghcr.io/danny-avila/librechat-rag-api-dev:latest`.
|
||||
Local embeddings are supported by changing the image used by the default compose file, from `registry.librechat.ai/danny-avila/librechat-rag-api-dev-lite:latest` to `registry.librechat.ai/danny-avila/librechat-rag-api-dev:latest`.
|
||||
|
||||
As always, make these changes in your update URLs [Docker Compose Override File](/docs/configuration/docker_override). You can find an example for exactly how to change the image in `docker-compose.override.yml.example` at the root of the project.
|
||||
|
||||
|
||||
@@ -428,7 +428,7 @@ nano deploy-compose.yml
|
||||
Change `librechat-dev-api` to `librechat-api`:
|
||||
|
||||
```yaml
|
||||
image: ghcr.io/danny-avila/librechat-api:latest
|
||||
image: registry.librechat.ai/danny-avila/librechat-api:latest
|
||||
```
|
||||
|
||||
Stage and commit as in Part V, and you're all set!
|
||||
|
||||
Reference in New Issue
Block a user