Could AI Search in connected pipe?
You are working with two connected pipes, X and Y, where pipe Y contains the information you need. For example, if you want to search for the course “Cosmetic Nanotechnology” and return the results in a specific field called “Similar Courses,” the AI should assess the similarity of possible cards in pipe Y and return the results in the following format:
'[Course Name - Course Status - Course Coordinator - % Similarity]'
Prompt to use:
Search in the connected pipe '[Y] - Reservation Bank' and analyze the cards in this pipe to check for courses similar to the requested course: [Course Name]. Additionally, take into account the tags associated with the course: [Tags].
Return the results in the following format: '[Course Name - Course Status - Coordinator - % Similarity]'.
If there are multiple similar courses, list each one on a new line in the same format.
Example: If the requested course is 'CSI' and there are matches in the reservation bank, the return should be: '[CSI - GW - Alex - 80% Similarity]'.
Ensure that the courses with the highest relevance are listed first, based on the identified similarity.