mirror of
https://github.com/openai/openai-cookbook
synced 2024-11-04 06:00:33 +00:00
updates docker link to docker.com (#129)
This commit is contained in:
parent
264bcb03dd
commit
6b7e5f6695
@ -577,7 +577,7 @@
|
||||
"source": [
|
||||
"### Setup\n",
|
||||
"\n",
|
||||
"To run Weaviate locally, you'll need [Docker](https://www.docker.com/pricing/). Following the instructions contained in the Weaviate documentation [here](https://weaviate.io/developers/weaviate/current/installation/docker-compose.html), we created an example docker-compose.yml file in this repo saved at [./weaviate/docker-compose.yml](./weaviate/docker-compose.yml).\n",
|
||||
"To run Weaviate locally, you'll need [Docker](https://www.docker.com/). Following the instructions contained in the Weaviate documentation [here](https://weaviate.io/developers/weaviate/current/installation/docker-compose.html), we created an example docker-compose.yml file in this repo saved at [./weaviate/docker-compose.yml](./weaviate/docker-compose.yml).\n",
|
||||
"\n",
|
||||
"After starting Docker, you can start Weaviate locally by navigating to the `examples/vector_databases/weaviate/` directory and running `docker-compose up -d`.\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user