langkit
langkit copied to clipboard
ValueError: Injections - unable to download embeddings
Hello,
I have installed langkit on python with: uv pip install langkit[all]. I have this version: langkit==0.0.35. I keep getting this error message:
from langkit import injections, extract
File "/home/francois/projects/venv/test/lib/python3.10/site-packages/langkit/injections.py", line 95, in <module>
init()
File "/home/francois/projects/venv/test/lib/python3.10/site-packages/langkit/injections.py", line 46, in init
raise ValueError(
ValueError: Injections - unable to download embeddings from https://whylabs-public.s3.us-west-2.amazonaws.com/langkit/data/injections/embeddings_all-MiniLM-L6-v2_harm_v2.parquet. Error: HTTP Error 403: Forbidden
Can anyone help me with that ?
Hi, This issue had us remove the dependency in emergency for our solution to be able to even start. Kind regards, Alex.
Facing same issue - had to remove the dependency in our solution as well.
Hi all, does anyone has a solution to this?
We are looking for a solution to overcome this issue. Best, Ole