Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

huggingface endpoint URL not implemented for embedder part of the config.yaml #1434

Closed
jonabert opened this issue Jun 19, 2024 · 0 comments · Fixed by #1436
Closed

huggingface endpoint URL not implemented for embedder part of the config.yaml #1434

jonabert opened this issue Jun 19, 2024 · 0 comments · Fixed by #1436
Labels
easy Easy difficulty enhancement New feature or request

Comments

@jonabert
Copy link

🐛 Describe the bug

File "/home/jonathan/anaconda3/envs/embedch/lib/python3.12/site-packages/schema.py", line 409, in validate
raise SchemaError([message] + x.autos, [e.format(data) if e else None] + x.errors)
schema.SchemaError: Key 'embedder' error:
Key 'config' error:
Wrong key 'endpoint' in {'model': 'mixedbread-ai/mxbai-embed-large-v1', 'endpoint': 'https://api-inference.huggingface.co/models/mixedbread-ai/mxbai-embed-large-v1'}
d

@Dev-Khant Dev-Khant added enhancement New feature or request easy Easy difficulty labels Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Easy difficulty enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants