Interface for the arguments that can be passed to the FakeVectorStore constructor. It includes an optional similarity function.
FakeVectorStore
similarity
Optional
Returns the average of cosine distances between vectors a and b
first vector
second vector
Interface for the arguments that can be passed to the
FakeVectorStore
constructor. It includes an optionalsimilarity
function.