create-index-for-model
Generate a Pinecone index with integrated inference by selecting an embedding model and mapping text fields for efficient vector conversion and text retrieval.
Instructions
Create a Pinecone index with integrated inference
Input Schema
Name | Required | Description | Default |
---|---|---|---|
embed | Yes | Configure an embedding model that converts text into a vector. | |
name | Yes | A unique name to identify the new index. |