Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 04/24/23 in Posts

  1. Good morning, Some of you have certainly noticed a change on the logo. Since the 2 last versions, we have set out to put generative artificial intelligence in the application with GPT and OPENAI. The module will certainly evolve in time to integrate other approach like Google Bard for example. We go there in stages. For the next version 3.431 a Charbot will be integrated into the application on the front office. It will use generative AI to give additional information to the user allowing him to have more information on the product. We wanted to go more far including generation conditions for example. But the expected result was not there. We have tried to use text segmentation to reduce the processing time but the limitation obtained is not good. This is due to the fact that Mariadb does not have a feature to include a vector inside a table. This approach improves treatment time but drastically reducing the number of Token sent to GPT and the cost linked to treatment. In addition, proposing a solution whose reaction time and a cost of treatment too much did not seem to us to be careful as an approach. Furthermore, like the administration where we use Davinci-003 model, in the front office, we use GPT 3.5 Turbo is a model largely cheaper than Davinci. We have included a parameter allowing to manage the chatbot display in the offering front so that you can better manage your budget. To complete the next evolution will have updates concerning the GPT including new statistics, a preditive security stock -analyse and an update on customer recommendations. Our objective is to be able to offer a new generation of e-commerce platform allowing merchants (small company, medium company) to be able to use artificial intelligence with a budget control, to be able to carry out more impactful communication campaign, marketing and finally to optimize production time, creation of product sheets and increase the sell. The work continues and will continue in this orientation in the future.
    5 points
  2. @Gary Just a little rectification about Gary post. Not composer install mylibraries but composer require mylibraries
    1 point
  3. Hello @Speedy, Yes there is a limitation about the response when the tokens number is reach. You can change inside the #GPT setting the number of token you want to use for every request. You can customize your setting and test it until your are satisfied. It's important to understand the concept, temperature, token . The response can change a lot.
    1 point
  4. @ClicShopping, Thank you for this update, yes work for me now @GuillaumeSochon look this error in your log [23-Aug-2023 03:18:24 America/New_York] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sogu7276_clic451.csw2_marketplace_file_informations' doesn't exist in /home/sogu7276/shop/includes/ClicShopping/OM/Db.php:107 You must applied this patch in your phpMyadmin. Before the latest release marketplace_file_informations inside schema directory was not correct, a patch has been applied and resolve this problem. CREATE TABLE `clic_marketplace_file_informations` ( `id` int(11) NOT NULL, `file_id` int(11) NOT NULL, `file_name` varchar(255) DEFAULT NULL, `date_created` date DEFAULT NULL, `date_updated` date DEFAULT NULL, `file_version` varchar(255) DEFAULT NULL, `file_downloads` int(11) NOT NULL, `file_rating` int(11) NOT NULL, `file_prices` decimal(15,4) DEFAULT NULL, `file_date_added` date DEFAULT NULL, `file_url_screenshot` text DEFAULT NULL, `file_url_download` text DEFAULT NULL, `is_installed` tinyint(4) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; -- -- Index pour les tables déchargées -- -- -- Index pour la table `clic_marketplace_file_informations` -- ALTER TABLE `clic_marketplace_file_informations` ADD PRIMARY KEY (`id`), ADD KEY `index_file_id` (`file_id`); -- -- AUTO_INCREMENT pour les tables déchargées -- -- -- AUTO_INCREMENT pour la table `clic_marketplace_file_informations` -- ALTER TABLE `clic_marketplace_file_informations` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; ## patch ALTER TABLE `clic_marketplace_file_informations` CHANGE `is_installed` `is_installed` TINYINT(4) NOT NULL DEFAULT '0'; ALTER TABLE `clic_marketplace_categories` CHANGE `sort_order` `sort_order` INT(3) NULL DEFAULT '0'; ALTER TABLE `clic_marketplace_categories` CHANGE `parent_id` `parent_id` INT(11) NOT NULL DEFAULT '0';
    1 point
  5. Hello @GuillaumeSochon, Welcome, i just change the title and remove your website link, just a better practice. I hope it's fine for you. About the Drack report, I will look but I recommend to open an issue on Github. If there is a bug it will be fixed for a next release. I looked the log and I see you, something happen with the api. After testing, it's important to update the sql request. It will be implemented on the next release. Do not forget after to actualize your page to see the information ALTER TABLE `clic_marketplace_file_informations` CHANGE `is_installed` `is_installed` TINYINT(4) NOT NULL DEFAULT '0'; ALTER TABLE `clic_marketplace_categories` CHANGE `sort_order` `sort_order` INT(3) NULL DEFAULT '0'; ALTER TABLE `clic_marketplace_categories` CHANGE `parent_id` `parent_id` INT(11) NOT NULL DEFAULT '0';
    1 point
  6. Hello, I suppose you want to install this app : catalog apps catalog import export - What is the version of ClicShopping AI do you have ? - First, I tested the marketplace and do not have error as you, I suppose inside the setting you make a mistake : Do you insert your email and password ? - I noted a bug on my side, the api do send the information, I think it's better to report this issue on github - If nothing work for you, you can install manually the application, download it and push the files inside your repository. - to install it,look the section install for this App. In your case it will be ......./index.php?A&Catalog\ImportExport. Little note. Do not include your website. Just the most important. You will be more safe again an attack. Do you read this tuto ? https://www.clicshopping.org/forum/blogs/entry/5-secure-clicshopping/
    1 point
  7. Hi, I am from Softaculous. We have asked Admin Email and Password as admin credential while install. You can Login through Admin Email and Password. If you still face issue you can open support ticket with us here : https://softaculous.deskuss.com/open.php We will be happy to help you.
    1 point
  8. Thank-You Patrick that worked. I installed using SOFTACULOUS which makes admin the default username. After your reply, I remembered seeing an email when I went to the CLICSHOPPING demo. Pietro
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use