elasticsearch-labs
elasticsearch-labs copied to clipboard
Notebooks & Example Apps for Search & AI Applications with Elasticsearch
When running against an Elastic Serverless cluster endpoint there is an api-related error: ``` create-index | elasticsearch.ApiError: ApiError(410, 'api_not_available_exception', 'Request for uri [/_tasks?actions=cluster%3Amonitor%2Fxpack%2Fml%2F*&detailed=true] with method [GET] exists but is not...
Adding VoyageAI integration example
The Learn to rank example notebook linked from the elasticSearch docs does not render Notebook: https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/search/08-learning-to-rank.ipynb ElasticSearch dcos: https://www.elastic.co/guide/en/elasticsearch/reference/current/learning-to-rank-model-training.html#learning-to-rank-model-training-workflow
Topic: Two continuation tutorials for the very simple RAG chatbot [#1453](https://github.com/elastic/search-labs-elastic-co/issues/1453) https://github.com/orgs/elastic/projects/1446/views/4?pane=issue&itemId=97743049&issue=elastic%7Csearch-labs-elastic-co%7C1453
When we refactored chatbot-rag-app, we started with local ENV. That said, many folks use ES cloud. We should add support in code and env.example for ES cloud connections, including opentelemetry...
Related to https://github.com/elastic/search-labs-elastic-co/pull/1450
Adding the notebook example that is referenced in the blog - I am probably not the only one who was a little dissapointed by the Spotify Wrapped this year (and...
Hello guys, When i want to import the model cross-encoder/ms-marco-MiniLM-L-6-v2 for rerank, I had the issues below: eland_import_hub_model: error: argument --task-type: invalid choice: 'text_similarity' (choose from 'text_embedding', 'question_answering', 'zero_shot_classification', 'ner',...
# Intention Current chatbot-rag-app is set up with only SparseVectorStrategy. I'd like to add DenseVectorStrategy because for those who speak non-English languages, DenseVectorStrategy with E5 models is good option. I...