Skip to content

Commit 9c93439

Browse files
authored
docs: add Linux quick setup method for JaguarDB (#32520)
Description: Added "Method Two: Quick Setup (Linux)" section to prerequisites, providing a curl-based installation method for deploying JaguarDB without Docker. Retained original Docker setup instructions for flexibility.
1 parent 64fe1e9 commit 9c93439

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/docs/integrations/vectorstores/jaguar.ipynb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,25 @@
2828
"1. You must install and set up the JaguarDB server and its HTTP gateway server.\n",
2929
" Please refer to the instructions in:\n",
3030
" [www.jaguardb.com](http://www.jaguardb.com)\n",
31+
"\n",
32+
" **Method One: Docker**\n",
33+
"\n",
3134
" For quick setup in docker environment:\n",
3235
" docker pull jaguardb/jaguardb\n",
3336
" docker run -d -p 8888:8888 -p 8080:8080 --name jaguardb jaguardb/jaguardb\n",
3437
"\n",
38+
" **Method Two: Quick Setup(Linux)**\n",
39+
"\n",
40+
" Without Docker, run:\n",
41+
" ```\n",
42+
" curl -fsSL http://jaguardb.com/install.sh | sh\n",
43+
" ```\n",
44+
" This installs both the Jaguar vector database and HTTP gateway.\n",
45+
" The servers will start automatically after installation.\n",
46+
"\n",
47+
"\n",
48+
"\n",
49+
"\n",
3550
"2. You must install the http client package for JaguarDB:\n",
3651
" ```\n",
3752
" pip install -U jaguardb-http-client\n",

0 commit comments

Comments
 (0)