Open Voileexperiments opened 3 weeks ago
add_texts method in base VectorStore contains a check that texts_ and metadatas should be of the same length.
add_texts
VectorStore
texts_
metadatas
This is not done in PGVector's add_texts or add_embeddings methods. The extra items are just silently dropped.
PGVector
add_embeddings
add_texts
method in baseVectorStore
contains a check thattexts_
andmetadatas
should be of the same length.This is not done in
PGVector
'sadd_texts
oradd_embeddings
methods. The extra items are just silently dropped.