Illegal Instruction when running Chroma db route

43 Views Asked by At

I have an application that runs on an azure container, the build happens just fine through GitHub Workflow, I get to install chroma and hnswlib without any issue. However, when I hit any routes that use Chroma db, I get this error.

Using small model
Loading content from folder std...
Embedding documents: 100%|██████████| 10/10 [00:11<00:00,  1.12s/it]
INFO:chromadb.telemetry.posthog:Anonymized telemetry enabled. See https://docs.trychroma.com/telemetry for more information.
Illegal instruction

The Chroma docs say I have to rebuild in the Azure environment, I am not sure how to go about this because I'm new to both Azure ACIs and Chroma db. Has anyone faced this issue before?

0

There are 0 best solutions below