You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing ideas and did not find a similar one
I added a very descriptive title
I've clearly described the feature request and motivation for it
Feature request
We would like to create a new Pinterest tool that will include:
Personalized Content Curation: create Pinterest boards or pins to users based on their preferences or queries (ex: "Create a Wizard of Oz inspired board for a birthday party")
Personalized Content Recommendation: recommend Pinterest boards or pins to users based on their preferences or queries (ex: "Recommend a 90s themed board by <username>")
Pinterest Trends and Analytics Summarization: Finding Pinterest trends and user analytics data for companies or influencers (ex: "What is the current trend among young adults in the movie industry?")
Visual Content Generation: Generate Pinterest-style content based on boards using AI image generation models (ex: "Create a concept image of my birthday party inspired by the Wizard of Oz board")
Motivation
We noticed that there is currently no integration with Pinterest in Langchain. We also realize that it will be a part of a niche and impactful industry, as the visual discovery industry has not yet been extensively integrated with LangChain. By focusing on visual content, this addition would open up new, underdeveloped use cases that go beyond text-based AI applications.
As well, companies are constantly seeking fresh insights into consumer trends, preferences, and emerging market dynamics. Pinterest is often reflecting trends in real-time, however manually analyzing these trends can be time-consuming.
This toolkit will allow for more personalized and valuable results with the features defined above.
Proposal (If applicable)
We plan on using the Pinterest API for integration with LangChain.
Files to Modify:
libs/community/langchain_community/agent_toolkits/load_tools.py: to register Pinterest tool
libs/community/langchain_community/tools/__init__.py: to register Pinterest Tool
libs/community/langchain_community/utilities/__init__.py: to register Pinterest API wrapper
libs/community/tests/unit_tests/tools/test_imports.py: to import unit tests
libs/community/tests/unit_tests/agent_toolkits/test_imports.py: to import tests
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Checked
Feature request
We would like to create a new Pinterest tool that will include:
Motivation
We noticed that there is currently no integration with Pinterest in Langchain. We also realize that it will be a part of a niche and impactful industry, as the visual discovery industry has not yet been extensively integrated with LangChain. By focusing on visual content, this addition would open up new, underdeveloped use cases that go beyond text-based AI applications.
As well, companies are constantly seeking fresh insights into consumer trends, preferences, and emerging market dynamics. Pinterest is often reflecting trends in real-time, however manually analyzing these trends can be time-consuming.
This toolkit will allow for more personalized and valuable results with the features defined above.
Proposal (If applicable)
We plan on using the Pinterest API for integration with LangChain.
Files to Modify:
libs/community/langchain_community/agent_toolkits/load_tools.py
: to register Pinterest toollibs/community/langchain_community/tools/__init__.py
: to register Pinterest Toollibs/community/langchain_community/utilities/__init__.py
: to register Pinterest API wrapperlibs/community/tests/unit_tests/tools/test_imports.py
: to import unit testslibs/community/tests/unit_tests/agent_toolkits/test_imports.py
: to import testsFiles to Create:
libs/community/langchain_community/tools/pinterest
: Pinterest toollibs/community/langchain_community/utilities/pinterest.py
: for Pinterest API wrapperlibs/community/tests/unit_tests/utilities/test_pinterest.py
: for Pinterest integration testBeta Was this translation helpful? Give feedback.
All reactions