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: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -124,30 +124,30 @@ These are just a few examples of the analytics and accounting courses offered at
124
124
-[make](https://gnuwin32.sourceforge.net/packages/make.htm). _pre-installed on Linux and macOS._
125
125
-[OpenAI platform API key](https://platform.openai.com/).
126
126
_If you're new to OpenAI API then see [How to Get an OpenAI API Key](./doc/OPENAI_API_GETTING_STARTED_GUIDE.md)_
127
-
-[Pinecone](https://www.pinecone.io/) API key.
128
-
-[Python 3.12](https://www.python.org/downloads/): for creating virtual environment used for building AWS Lambda Layer, and locally by pre-commit linters and code formatters.
129
-
-[NodeJS](https://nodejs.org/en/download): used with NPM for local ReactJS developer environment, and for configuring/testing Semantic Release.
127
+
-[Pinecone](https://www.pinecone.io/) API key. A vector database for storing embedding results.
128
+
-[Python 3.12](https://www.python.org/downloads/): for creating virtual environment. Also used by pre-commit linters and code formatters.
129
+
-[NodeJS](https://nodejs.org/en/download): used with NPM for configuring/testing Semantic Release.
130
130
131
131
## Configuration defaults
132
132
133
133
Set these as environment variables on the command line, or in a .env file that should be located in the root of the repo.
0 commit comments