mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 14:50:00 +00:00
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.
This commit is contained in:
parent
a647073b26
commit
8493887b6f
@ -29,8 +29,8 @@
|
|||||||
" Please refer to the instructions in:\n",
|
" Please refer to the instructions in:\n",
|
||||||
" [www.jaguardb.com](http://www.jaguardb.com)\n",
|
" [www.jaguardb.com](http://www.jaguardb.com)\n",
|
||||||
" For quick setup in docker environment:\n",
|
" For quick setup in docker environment:\n",
|
||||||
" docker pull jaguardb/jaguardb_with_http\n",
|
" docker pull jaguardb/jaguardb\n",
|
||||||
" docker run -d -p 8888:8888 -p 8080:8080 --name jaguardb_with_http jaguardb/jaguardb_with_http\n",
|
" docker run -d -p 8888:8888 -p 8080:8080 --name jaguardb jaguardb/jaguardb\n",
|
||||||
"\n",
|
"\n",
|
||||||
"2. You must install the http client package for JaguarDB:\n",
|
"2. You must install the http client package for JaguarDB:\n",
|
||||||
" ```\n",
|
" ```\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user