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

replace -- chars

parent 90429ab6
Branches logan/starter_patch
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ In a new folder:
```bash npm2yarn
npm install typescript
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment