Skip to main content

Components

📄️ Client Vector Store

Using the ClientVectorStoreEngine class, users can create vector stores and store them in the end user's browser. There is no need for a central database. Everything is stored in the end user's browser. We also support an embedding engine which runs locally on the end browser. It will create a vector store in the IndexedDB of the browser. This provides a vector search on the browser which is very useful for semantic search and Retrieval-Augmented Generation (RAG) applications (most generative AI solutions need RAG).