The In-Memory Vector Store node is a component used for creating and managing an in-memory vector store. This vector store is designed to store embeddings and perform exact, linear searches for the most similar embeddings.
The in-memory nature of this vector store means that it’s not persistent between runs and may not be suitable for very large datasets or scenarios requiring data persistence.