Class: VectorStoreIndex
The VectorStoreIndex, an index that stores the nodes only according to their vector embeddings.
Extends
Constructors
new VectorStoreIndex()
private
new VectorStoreIndex(init
):VectorStoreIndex
Parameters
• init: VectorIndexConstructorProps
Returns
Overrides
Source
packages/llamaindex/src/indices/vectorStore/index.ts:69