use cosine sim

This commit is contained in:
prestonrasmussen 2025-09-08 13:12:45 -04:00
parent 08d20395d6
commit 76f3e00458

View file

@ -124,7 +124,7 @@ aoss_indices = [
'similarity': 'cosine',
'method': {
'engine': 'faiss',
'space_type': 'innerproduct',
'space_type': 'cosinesimil',
'name': 'hnsw',
'parameters': {'ef_construction': 128, 'm': 16},
},