|
120 | 120 | "1. `redis://` - Connection to Redis standalone, unencrypted\n", |
121 | 121 | "2. `rediss://` - Connection to Redis standalone, with TLS encryption\n", |
122 | 122 | "3. `redis+sentinel://` - Connection to Redis server via Redis Sentinel, unencrypted\n", |
123 | | - "4. `rediss+sentinel://` - Connection to Redis server via Redis Sentinel, booth connections with TLS encryption\n", |
| 123 | + "4. `rediss+sentinel://` - Connection to Redis server via Redis Sentinel, both connections with TLS encryption\n", |
124 | 124 | "\n", |
125 | 125 | "More information about additional connection parameters can be found in the [redis-py documentation](https://redis-py.readthedocs.io/en/stable/connections.html)." |
126 | 126 | ] |
|
187 | 187 | }, |
188 | 188 | { |
189 | 189 | "cell_type": "code", |
190 | | - "execution_count": 2, |
| 190 | + "execution_count": null, |
191 | 191 | "id": "b1b1eb90-5155-44ca-a8a7-b04b02d5e77c", |
192 | 192 | "metadata": {}, |
193 | 193 | "outputs": [], |
|
209 | 209 | "# connection to redis standalone at localhost, db 0, no password but with TLS support\n", |
210 | 210 | "redis_url = \"rediss://localhost:6379\"\n", |
211 | 211 | "# connection to redis sentinel at localhost and default port, db 0, no password\n", |
212 | | - "# but with TLS support for booth Sentinel and Redis server\n", |
| 212 | + "# but with TLS support for both Sentinel and Redis server\n", |
213 | 213 | "redis_url = \"rediss+sentinel://localhost\"" |
214 | 214 | ] |
215 | 215 | }, |
|
254 | 254 | "cell_type": "markdown", |
255 | 255 | "id": "7f98392b", |
256 | 256 | "metadata": {}, |
257 | | - "source": "To enable automated tracing of your model calls, set your [LangSmith](https://docs.smith.langchain.com/) API key:" |
| 257 | + "source": [ |
| 258 | + "To enable automated tracing of your model calls, set your [LangSmith](https://docs.smith.langchain.com/) API key:" |
| 259 | + ] |
258 | 260 | }, |
259 | 261 | { |
260 | 262 | "cell_type": "code", |
|
899 | 901 | ] |
900 | 902 | }, |
901 | 903 | { |
902 | | - "name": "stdin", |
| 904 | + "name": "stdout", |
903 | 905 | "output_type": "stream", |
904 | 906 | "text": [ |
905 | 907 | "Please enter your OpenAI API key: ········\n" |
|
0 commit comments