use cosine sim
This commit is contained in:
parent
08d20395d6
commit
76f3e00458
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ aoss_indices = [
|
||||||
'similarity': 'cosine',
|
'similarity': 'cosine',
|
||||||
'method': {
|
'method': {
|
||||||
'engine': 'faiss',
|
'engine': 'faiss',
|
||||||
'space_type': 'innerproduct',
|
'space_type': 'cosinesimil',
|
||||||
'name': 'hnsw',
|
'name': 'hnsw',
|
||||||
'parameters': {'ef_construction': 128, 'm': 16},
|
'parameters': {'ef_construction': 128, 'm': 16},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue