You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self._logger.info(f'Created a new index for column `{col_name}`')
136
+
ifself._hnsw_indices[col_name].space=='cosine':
137
+
cosine_metric_index_exist=True
131
138
139
+
self._apply_optim_no_embedding_in_sqlite= (
140
+
notsub_docs_existandnotcosine_metric_index_exist
141
+
) # optimization consisting in not serializing embeddings to SQLite because they are expensive to send and they can be reconstructed from the HNSW index itself.
0 commit comments