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. ###...
Added jupyter notebook for Geospatial Blog
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...
Unable to run chatbot-rag-app using Azure OpenAI model
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...
Guides and examples for 2nd phase retrieval
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
Create a pointer to code for dev genai workshops
in the spirit of opennes
Wrong fields used in the filter and aggregation
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...
chatbot-rag-app does not work for self-signed (local development)
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...