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