Junte Zhang
Junte Zhang
Looking forward to this improvement! The expected improvements are very promising.
I just updated the description to say that I see stats when I use `faiss` instead of `lucene`, and it is reproducable on local computer with a single node.
I am also interested in this one, both models.
I am getting the same issue with Mamba. ``` conda install mamba -n base -c conda-forge mamba env create -f environment.yml -n OpenChatKit-Test ``` Getting the following errors: ``` Could...
You can provide a threshold of score with `min_score`. Example query: ``` { "min_score": ".7", "query": { "bool": { "should": [ { "script_score": { "query": { "neural": { "_fulltext_vectorized": {...
What I found is that scores below 0.4 are irrelevant. But you can run some experiments on your data and model to see what works best for you.
@navneet1v thank you for your reply. Are you able to reproduce this issue as well? It happens when you have bigger datasets and more indices with replica of 1 on...
It's related, but not the same. We can accept that updates don't work with the ingest pipeline. But doing a single call with the Update API is another case. Now...
> @juntezhang This can be a feature gap where the ingest pipeline is not workin on Update API call. I would recommend cutting a github issue to OpenSearch Core repo....