WIP arroy integration

This commit is contained in:
Louis Dureuil
2023-12-07 13:33:15 +01:00
parent 13c2c6c16b
commit dde3a04679
10 changed files with 280 additions and 326 deletions

View File

@ -312,7 +312,8 @@ fn send_original_documents_data(
lmdb_writer_sx_cloned.send(Ok(TypedChunk::VectorPoints {
remove_vectors,
embeddings,
expected_dimension,
/// FIXME: compute an expected dimension from the manual vectors if any
expected_dimension: expected_dimension.unwrap(),
manual_vectors,
}))
}