Coder Social home page Coder Social logo

chatgpt-pimcore's Introduction

chatgpt-pimcore

Enhance product data quality and streamline content creation with the Pimcore and ChatGPT integration.

Pro Package

Introducing the Pro Package! Unlock advanced features and supercharge your experience:

  • ChatGPT API Integration: Utilize the latest ChatGPT API for enhanced interactions.

  • Bulk Update Feature: Update multiple items at once for increased efficiency.

  • SEO Optimization: Optimize metadata and on-page SEO elements for products and content, improving search engine rankings and visibility

  • Content Tagging: Automatically tag and categorize content, enhancing searchability and organization.

  • Workflow Setup: Proofreading chatgpt content

    For more information about our Pro Package and its benefits, contact us at [email protected].

Overview

The integration of Pimcore and ChatGPT offers a powerful solution to enhance product data quality and streamline content creation processes. By leveraging this integration, businesses can optimize their data management workflows and improve the accuracy and consistency of product information. ChatGPT, a sophisticated language model, utilizes attribute-based inputs to generate detailed descriptions automatically. This integration empowers organizations to efficiently create high-quality content, resulting in enhanced customer experiences and improved productivity.

  • Pimcore 10.6
composer require pdchaudhary/chatgpt-pimcore:1.4
  • Pimcore 11
composer require pdchaudhary/chatgpt-pimcore

Make sure the bundle is enabled in the config/bundles.php file. The following lines should be added:

// ...
return [
    // ...
    Pdchaudhary\ChatgptPimcoreBundle\ChatgptPimcoreBundle::class => ['all' => true]
    // ...
];

Install the assets:

php bin/console assets:install

Installation

  1. Open the Pimcore admin panel.
  2. Navigate to Settings and click on Bundles.
  3. Click on the plus icon (+) to enable the plugin.
  4. Proceed to add the chatgpt_auth_key in the website settings (Settings -> Website settings).
  5. Generate an API key from ChatGPT with read and write access. For instructions on generating a ChatGPT API key, please refer to the ChatGPT API documentation.

Here is a step-by-step description of the process after installing the integration:

  1. Once the integration is installed, you will notice a new ChatGPT button added on the object toolbar.
  2. Clicking on the ChatGPT button will open a popup window.
  3. Inside the popup, you will find three main fields- a. Selection of Field: Choose the field for which you want to generate AI-based content. This could be some specific textarea or wysiwyg type field within the object. b. AI Query Field: Use this field to customize the query that is being sent to the ChatGPT model. c. Number of Words: Specify the desired length of the generated content in terms of the number of words.
  4. Fill in the necessary information in the fields according to your requirements.
  5. Submit the query or input to the ChatGPT model by clicking a button or pressing enter.
  6. The ChatGPT integration will process the request and generate AI-based content based on the provided field selection, query, and word limit.
  7. The generated content will be automatically saved on selected field.

image

chatgpt-pimcore's People

Contributors

pdchaudhary avatar

Stargazers

 avatar  avatar Rudger avatar  avatar  avatar Dominik Ager avatar Amit Anand avatar

Watchers

Jörg Neugebauer avatar Kostas Georgiou avatar  avatar

chatgpt-pimcore's Issues

Issue while installing the bundle in Pimcore 11

Hi, I am getting the following error.

In ChatgptPimcoreBundle.php line 17:
Compile Error: Declaration of Pdchaudhary\ChatgptPimcoreBundle\ChatgptPimcoreBundle::getNiceName() must be compatible with Pimcore\Extension\Bundle\AbstractPimcoreBundle::getNiceName(): string

DefaultController::mapDescriptionField() should verify the user has access to the given object

Currently there is no check that the user is allowed to see this object based on it's roles and workspaces. This means any logged in admin user could request any object data.

This could probably be solved with a if (!$object->isAllowed('view')) { which is also done by the Pimcore Admin UI.

This vulnerability doesn't affect users who are not logged in as there is (should be) a firewall already on the /admin url prefix

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.