elasticsearch-labs
elasticsearch-labs copied to clipboard
Notebooks & Example Apps for Search & AI Applications with Elasticsearch
Addressed supporting blog for https://github.com/elastic/search-labs-elastic-co/pull/643
update the colab links to work.
## Overview Related to https://github.com/elastic/search-docs-team/issues/103. This PR adds a Jupyter notebook that contains an end-to-end example of all the operations that currently Cohere and Elasticsearch are capable of together. ###...
Hi, this should add the geospatial Jupyter Notebook for the accompanying blog post.
Most of the examples in this repo use Could ID instead of hosts, while chatting with @miguelgrinberg and @joemcelroy we noticed that we should probably update them. What is in...
I attempted to run the chatbot-rag-app using an Azure OpenAI model, and found that when I entered a question in the prompt box in the GUI, the service would never...
Providing examples on how to re-rank using: - bi-encoders and cross-encoders - Learn to rank via feature extractors - boosting on attributes like dates, popularity
in the spirit of opennes
For the notebook at https://github.com/elastic/elasticsearch-labs/blob/main/supporting-blog-content/vector-search-implementation-guide-api/vector_search_implementation_guide_api.ipynb, "my_metadata" is a text field, and it should not be used in the term filter, and it is the same for the aggregation. The correct...
For self-signed environment, the code does not work. we need to set the certificate in order to establish a connection with Elasticsearch. There are two places to change: 1) index_data.py...