CharleyXu
CharleyXu
Please provide as much details as possible, this will help us to deliver a fix as soon as possible. Thank you! **Describe the bug** When I upgraded from 0.27.1 to...
[es k-nearest neighbor (kNN) search](https://www.elastic.co/guide/en/elasticsearch/reference/current/knn-search.html#approximate-knn-using-byte-vectors) Add implementation of ann(Approximate kNN) in ElasticsearchEmbeddingStore Elasticsearch supports two methods for kNN search: [Approximate kNN](https://www.elastic.co/guide/en/elasticsearch/reference/current/knn-search.html#approximate-knn) using the knn search option or knn query [Exact,...
**Is your feature request related to a problem? Please describe.** The search method in ElasticsearchEmbeddingStore is implemented using Script Score and cosineSimilarity. With this approach, a script_score query must scan...
## Context The purpose is to be more flexible when using embedding and rerank models without taking up too much performance. Text Embeddings Inference (TEI) is a comprehensive toolkit designed...
I'd love for it to have the new [Retrieve assistant API](https://platform.openai.com/docs/api-reference/assistants/getAssistant)