Vector Store Info
This component helps you easily see details about your Vector Stores within Nappai. It collects information like the name and description of a Vector Store and presents it in a clear and organized way. This makes it easier to manage and understand your data.
Relationship with Vector Stores
This component works directly with your Vector Stores in Nappai. It takes a reference to a specific Vector Store and displays its key details. Think of it as a simple information card for your Vector Stores.
Inputs
- Name: The name you’ve given to your Vector Store. This is required.
- Description: A brief description of your Vector Store. What kind of data does it hold? What is its purpose? This is also required.
- Vector Store: This is a reference to the actual Vector Store you want information about. Nappai will provide a selection of your available Vector Stores. This is required.
Outputs
The component produces a single output: Vector Store Info. This output contains the name and description you provided, neatly packaged together. You can use this output in other parts of your Nappai workflow to easily access the Vector Store’s details. For example, you might use this information to label visualizations or include it in reports.
Usage Example
Imagine you have a Vector Store called “Customer Feedback.” You would use this component to:
- Enter “Customer Feedback” in the Name field.
- Enter “Contains customer reviews and ratings for product analysis” in the Description field.
- Select the “Customer Feedback” Vector Store from the Vector Store dropdown.
The component will then display the name and description, making it easy to identify this specific Vector Store within your Nappai dashboard.
Templates
This component is not tied to any specific templates. It can be used in any part of your Nappai workflow where you need to display Vector Store information.
Related Components
- VectorStoreRouterAgent: This component helps you create an agent that interacts with multiple Vector Stores. The Vector Store Info component can be used to display details about the Vector Stores managed by this agent.
- VectorStoreAgent: This component helps you create an agent that interacts with a single Vector Store. The Vector Store Info component can be used to display details about the Vector Store managed by this agent.
Tips and Best Practices
- Use descriptive names for your Vector Stores to make them easily identifiable.
- Provide clear and concise descriptions to explain the purpose and contents of each Vector Store.
Security Considerations
No specific security considerations apply to this component. Access to Vector Stores is managed by Nappai’s overall security settings.