Skip to content

Add supporting blog content on the why and how for BBQ #431

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

Merged
merged 10 commits into from
Apr 17, 2025
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"inference_id": "my_e5_model",
"task_type": "text_embedding",
"service": "elasticsearch",
"service_settings": {
"num_threads": 1,
"model_id": ".multilingual-e5-small",
"adaptive_allocations": {
"enabled": true,
"min_number_of_allocations": 1
}
},
"chunking_settings": {
"strategy": "sentence",
"max_chunk_size": 250,
"sentence_overlap": 1
}
}
Loading