xansrnitu

Results 6 comments of xansrnitu

Hi @jobergum , Does ```"query": "jakarta!400 apache",``` still work if I am using a hybrid rank profile, say, as defined below- ``` with app.syncio(connections=1) as session: query = "How Fruits...

Sure. Here it is - `mysql> create table test_table (content text, content_vector float_vector knn_type='hnsw' knn_dims='384' hnsw_similarity='cosine'); Query OK, 0 rows affected (0.00 sec) ` insertion sql - `insert into test_table...

On Vespa AI, using https://github.com/vespa-engine/sample-apps/raw/master/simple-semantic-search/model/e5-small-v2-int8.onnx embedding(outputs 384 dim vector), I am getting 'cosine': 0.9367196307676168 for the same pair of input contents. Though not certain, looking at the 2 sentences, I...

Hi @mlg556 (or anyone), could you get it worked ? I could instantiate. However, the motor is not revolving.

Hi @jobergum , Good to see this enhancement ticket. Currently, I am using binary quantisation (https://pyvespa.readthedocs.io/en/latest/examples/multilingual-multi-vector-reps-with-cohere-cloud.html) for my use case. However, as the cosine similarity is calculated at the second...

+1. I am encountering this same issue.