elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.44k stars 24.87k forks source link

Embeddings_SQL support #111391

Closed trillionmonster closed 4 months ago

trillionmonster commented 4 months ago

Look at this page :

https://github.com/neuml/txtai/blob/master/examples/30_Embeddings_SQL_custom_functions.ipynb

when to support Embeddings_SQL like this

select text, translation(text, 'de', null) 'text (DE)', translation(text, 'es', null) 'text (ES)', translation(text, 'fr', null) 'text (FR)' from txtai where similar('feel good story') limit 1

astefan commented 4 months ago

Thanks very much for your interest in Elasticsearch.

This appears to be a user question, and we'd like to direct these kinds of things to the forums. If you can stop by there, we'd appreciate it. This allows us to use GitHub for verified bug reports, feature requests, and pull requests.

There's an active community in the forums that should be able to help get an answer to your question. As such, I hope you don't mind that I close this.