@@ -13,7 +13,7 @@ To work on the project, you need to install [NodeJS and NPM](https://nodejs.org/
1313for your operating system.
1414
1515_ ** Note:** If you'd like to make use of RAG (optional), you'll also need to ensure that [ CMake] ( http://cmake.org )
16- is installed. CMake is required for installing ` faiss ` which is pulled in by the optional depenency ` faiss-node ` ._
16+ is installed. CMake is required for installing ` faiss ` which is pulled in by the dependency ` faiss-node ` ._
1717
1818Then, clone the project from GitHub. [ Create a fork] ( https://help.github.com/en/github/getting-started-with-github/fork-a-repo )
1919with your GitHub account, then enter the following in your command line
@@ -30,10 +30,6 @@ to install dependencies:
3030npm ci
3131```
3232
33- _ ** Note:** If CMake is not available on the device, the optional dependency ` faiss-node ` will fail to install but
34- will not prevent the application from installing. However, if you wish to use RAG, you'll need to install CMake and
35- re-run ` npm ci ` ._
36-
3733## Development
3834
3935### Start a Server
@@ -99,9 +95,9 @@ Follow these steps to complete a one-time setup to enable RAG in the system:
9995
10096#### Troubleshooting
10197
102- In order to use RAG, ` fais-node ` must be installed. ` faise-node ` is an optional dependency and requires that
103- [ CMake ] ( https://cmake.org/ ) be installed on the machine first. If this has not been done, install CMake and re-run
104- the application install steps.
98+ In order to use RAG, ` fais-node ` must be installed. ` faise-node ` requires that [ CMake ] ( https://cmake.org/ )
99+ be installed on the machine first. If this has not been done, install CMake and re-run the application install
100+ steps.
105101
106102### Lint
107103
0 commit comments