technovangelist.videoprojects/2024-04-08-build-rag-with-typescript
Matt Williams f7b91d91a6 update video
Signed-off-by: Matt Williams <m@technovangelist.com>
2024-04-08 16:17:13 -07:00
..
.gitignore add rag ts 2024-04-08 16:16:23 -07:00
bun.lockb add rag ts 2024-04-08 16:16:23 -07:00
config.json add rag ts 2024-04-08 16:16:23 -07:00
import.ts add rag ts 2024-04-08 16:16:23 -07:00
package.json add rag ts 2024-04-08 16:16:23 -07:00
README.md update video 2024-04-08 16:17:13 -07:00
search.ts add rag ts 2024-04-08 16:16:23 -07:00
sourcedocs.txt add rag ts 2024-04-08 16:16:23 -07:00
tsconfig.json add rag ts 2024-04-08 16:16:23 -07:00
utilities.ts add rag ts 2024-04-08 16:16:23 -07:00

2024-04-08-build-rag-with-typescript

Watch the video

  1. Install dependencies: bun install.
  2. Run Chroma on a separate terminal: chroma run --host localhost --port 8000 --path ../vectordb-stores/chromadb