______
/ \
| 0 0 |
\______/
Install Node.js >= 18
npm i
pnpm i
yarn- Run
cp .env.sample .env - Follow instructions to initialize secrets
- Process Articles from SharePoint
npx tsx data/read-sp-data.ts - Create Embeddings
npx tsx data/create-embeddings.ts - Run Chat
npx tsx src/chat.ts
