Self Healing AI Agent > Using the Self Healing AI Agent recipe > Step 4. Configure the SOP_Manual tool connection
  

Step 4. Configure the SOP_Manual tool connection

Use the SOP_Manual tool to enhance search and retrieval tasks by efficiently locating semantically similar items within large datasets using vector similarity techniques. Configure the index name, API key, model, and text key to access the Pinecone database.
  1. 1Open the SOP_Manual tool connection.
  2. 2In the Connection Details, enter values for the following properties:
  3. Property
    Description
    Index Name
    Name of the specific vector index within Pinecone that contains your document embeddings for search.
    API Key
    Authentication token that grants access to your Pinecone account and services.
    Model
    AI or embedding model used to convert input queries and documents into vector embeddings that Pinecone can index and search against.
    Different models can vary in retrieval accuracy, relevance, and performance.
    Text Key
    Optional. Name of the document field that contains the textual content to be retrieved and displayed when a vector search returns matching documents.
  4. 3Save the connection.