Node ReferenceVector Stores
Vector Store Search
Retrieves relevant documents based on a query while specifying the embedder and retriever.
Retrieves relevant documents based on a query while specifying the embedder and retriever.
| Category | Vector Stores |
| Node type | dynamiq.nodes.retrievers.VectorStoreRetriever |
| SDK class | dynamiq.nodes.retrievers.VectorStoreRetriever |
Inputs
| Field | Type | Required |
|---|---|---|
query | string | Yes |
Outputs
| Field | Type |
|---|---|
content | dict[string, string] |
documents | list[Document] |