This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Description
This looks like a promising project.
I was attempting to run the example in the readme. When started, I get the following error:
node index.js
Telemetry: Attempt 1 failed with status: 415
Telemetry: Attempt 2 failed with status: 415
/embedchainjs/node_modules/chromadb/dist/cjs/chromadb.cjs:2986
throw new Error(
^
Error: Please install openai as a dependency with, e.g. `yarn add openai`
I have installed the npm dependencies, entered the OpenAI token, and I have Chroma running in Docker.
Any tips?