Skip to content
Snippets Groups Projects
Commit a08e9048 authored by Logan Markewich's avatar Logan Markewich
Browse files

replace -- chars

parent 90429ab6
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ In a new folder: ...@@ -11,7 +11,7 @@ In a new folder:
```bash npm2yarn ```bash npm2yarn
npm install typescript npm install typescript
npm install @types/node npm install @types/node
npx tsc -init # if needed npx tsc --init # if needed
``` ```
Create the file `example.ts`. This code will load some example data, create a document, index it (which creates embeddings using OpenAI), and then creates query engine to answer questions about the data. Create the file `example.ts`. This code will load some example data, create a document, index it (which creates embeddings using OpenAI), and then creates query engine to answer questions about the data.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment