Skip to content

Commit 8493887

Browse files
authored
docs: update Docker image name for jaguardb setup (#32438)
**Description** Updated the quick setup instructions for JaguarDB in the documentation. Replaced the outdated Docker image `jaguardb/jaguardb_with_http` with the current recommended image `jaguardb/jaguardb` for pulling and running the server.
1 parent a647073 commit 8493887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/integrations/vectorstores/jaguar.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
" Please refer to the instructions in:\n",
3030
" [www.jaguardb.com](http://www.jaguardb.com)\n",
3131
" For quick setup in docker environment:\n",
32-
" docker pull jaguardb/jaguardb_with_http\n",
33-
" docker run -d -p 8888:8888 -p 8080:8080 --name jaguardb_with_http jaguardb/jaguardb_with_http\n",
32+
" docker pull jaguardb/jaguardb\n",
33+
" docker run -d -p 8888:8888 -p 8080:8080 --name jaguardb jaguardb/jaguardb\n",
3434
"\n",
3535
"2. You must install the http client package for JaguarDB:\n",
3636
" ```\n",

0 commit comments

Comments
 (0)