You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Quick-Start.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,6 @@ nav_order: 2
18
18
19
19
This guide is intended for anyone who wants to download and install Swirl.
20
20
21
-
{: .warning }
22
-
Version 2.5.0 of Swirl replaced RabbitMQ with Redis (`redis-server`). If you are upgrading from a previous version, please consult the [Local Installation](#local-installation) section for updated instructions or [contact support](#support).
23
-
24
21
{: .warning }
25
22
As of version 2.6.0, Swirl's start-up process no longer starts `redis`. You must now have `redis` installed *and running* before starting Swirl.
26
23
@@ -50,6 +47,9 @@ export MSAL_HOST=localhost
50
47
export OPENAI_API_KEY='<your-OpenAI-API-key>'
51
48
```
52
49
50
+
{: .highlight }
51
+
Check out [OpenAI's YouTube video](https://youtu.be/nafDyRsVnXU?si=YpvyaRvhX65vtBrb) if you don't have an OpenAI API Key.
52
+
53
53
* On MacOS or Linux, run the following command from the Console:
54
54
55
55
```shell
@@ -146,15 +146,12 @@ Using Swirl with Microsoft 365 requires installation and approval by an authoriz
146
146
147
147
## Prerequisites
148
148
149
-
{: .warning }
150
-
Version 2.5.0 of Swirl replaced RabbitMQ with Redis (`redis-server`). If you are upgrading from a previous version, please note the updated instructions below or [contact support](#support).
151
-
152
149
{: .warning }
153
150
As of version 2.6.0, Swirl's start-up process no longer starts `redis`. You must now have `redis` installed *and running* before starting Swirl.
154
151
155
152
### MacOS
156
153
157
-
* Python 3.11.5 or newer ([stable release](https://www.python.org/downloads/)) with `pip`
154
+
* Python 3.11.x with `pip`
158
155
* If necessary, modify the system PATH so that Python runs when you type `python` at the Terminal (not `python3`)
The Docker version of Swirl does *not* retain any data or configuration when shut down!
50
-
51
-
{: .highlight }
52
-
Swirl includes five (5) Google Programmable Search Engines (PSEs) to get you up and running right away. The credentials for these are shared with the Swirl Community.
53
-
54
-
{: .highlight }
55
-
Using Swirl with Microsoft 365 requires installation and approval by an authorized company Administrator. For more information, please review the [M365 Guide](M365-Guide.md) or [contact us](mailto:hello@swirl.today).
0 commit comments