A vector store that stores embeddings for a list of document trunks.
| KEY | TYPE | Description |
|---|---|---|
| name | str | The name of the document retriever. |
| documentRetrieverId | str | The unique identifier of the vector store. |
| createdAt | str | When the vector store was created. |
| featureGroupId | str | The feature group id associated with the document retriever. |
| featureGroupName | str | The feature group name associated with the document retriever. |
| indexingRequired | bool | Whether the document retriever is required to be indexed due to changes in underlying data. |
| latestDocumentRetrieverVersion | DocumentRetrieverVersion | The latest version of vector store. |
| documentRetrieverConfig | VectorStoreConfig | The config for vector store creation. |