aait 2.3.15.993__tar.gz → 2.3.15.995__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aait-2.3.15.995/PKG-INFO +32 -0
- aait-2.3.15.995/aait.egg-info/PKG-INFO +32 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/aait.egg-info/SOURCES.txt +0 -1
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWChunking.py +9 -11
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWEndLoop.py +14 -7
- {aait-2.3.15.993 → aait-2.3.15.995}/setup.py +1 -1
- aait-2.3.15.993/License.txt +0 -6
- aait-2.3.15.993/PKG-INFO +0 -9
- aait-2.3.15.993/aait.egg-info/PKG-INFO +0 -9
- {aait-2.3.15.993 → aait-2.3.15.995}/aait.egg-info/dependency_links.txt +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/aait.egg-info/entry_points.txt +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/aait.egg-info/namespace_packages.txt +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/aait.egg-info/requires.txt +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/aait.egg-info/top_level.txt +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/__init__.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/llm/__init__.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/llm/answers.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/llm/answers_llama.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/llm/chunking.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/llm/embeddings.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/llm/lemmes.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/llm/lmstudio.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/llm/process_documents.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/llm/prompt_management.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/llm/resources/__ini__.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/llm/resources/markdown_recipe.json +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/llm/translations.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/optimiser/__init__.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/optimiser/optuna_multi.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/MetManagement.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/OperationSystem.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/SimpleDialogQt.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/__init__.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/aait_repo_file.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/aait_table_viewer.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/base_widget.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/delta_local_shared_fodler.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/import_uic.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/initialize_from_ini.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/mac_utils.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/shared_functions.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/shared_variables.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/subprocess_management.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/thread_management.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/tools/__init__.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/tools/change_owcorpus.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/tools/concat_splitted_pypi.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/tools/first_time_check.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/tools/owcorpus_ok.txt +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/unlink_table_domain.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/widget_positioning.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/utils/windows_utils.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWAAITResourcesManager.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWAccumulator.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWAddColumns.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWApplyRules.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWAutoShowCreateInstance.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWAutoShowTable.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWCN2rule_view.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWConcatRules.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWConverseLLM.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWCreateEmbeddings.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWDisplayMD.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWEditTable.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWEmptySwitch.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWExecuteScript.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWExtraChunks.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWExtractTokens.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWFileMetadata.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWFileSyncChecker.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWFileWithPath.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWFindFilesFromDir.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWFusionNM.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWGenerateQuestions.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWGenerateSynthesis.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWGenerateWord.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWGetPages.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWInputSelector.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWKeywords.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWKeywordsDetection.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWLLMEngine.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWLMStudio.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWLanguageDetection.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWLargeLanguageModel.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWLemmatizer.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWLoadDocuments.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_CE_MiniLML6.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_Embeddings.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_Falcon.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_HelsinkiEnFr.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_HelsinkiFrEn.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_MPNET.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_Mistral.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_Qwen.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_Qwen1B5_Q6.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_Qwen2_5_32B.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_Qwen3B_Q4.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_Qwen7B_Q4.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_Qwen7B_Q6.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_Solar.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_SolarUncensored.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_SpacyMD_EN.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWModel_SpacyMD_FR.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWOperationSystem.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWOptimisation.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWOptimisationSelection.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWOptimisationSendScore.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWProcessDocumentsFromPath.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWQuadrantclicker.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWQueryLLM.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWRandomData.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWReranking.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWSaveFilepathEntry.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWSelectColumnDynamique.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWSelectRowsDynamic.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWSortAndSelect.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWSplitExcelSheets.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWStartLoop.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWTable2Corpus.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWTranslation.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWTrigger.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWUnzipFolder.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/POW_Wfactory.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/__init__.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owMarkdown.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/ow_OperationSystem.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/ow_in_or_out_path.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/ow_widget_random_data.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owaccumulator.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owaddcolumns.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owapplyrules.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owchunking.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owconcatrules.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owconversellm.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owedgellm.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owembeddings.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owemptyswitch.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owendloop.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owexecutescript.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owexecutescript_TEST.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owextrachunks.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owextracttokens.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owfilemetadata.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owfilesyncchecker.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owfilewithpath.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owfindfilesfromdir.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owfusion_nm.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owgenerate_word.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owgeneratequestions.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owgeneratesynthesis.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owgetpages.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owkeyword.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owkeywordsdetection.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owlangdetect.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owlargelanguagemodel.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owlemmatizer.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owllm4all.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owloaddocuments.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owloadworkflow.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_ce_minilml6.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_embeddings.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_falcon.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_helsinki_en_fr.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_helsinki_fr_en.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_mistral.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_mpnet.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_qwen.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_2.5_32b.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_1.5b_q6.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_3b_q4.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_7b_q4.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_7b_q6.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_qwencoder_7b.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_solar.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_solar_uncensored.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_spacymd_en.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_spacymd_fr.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/ownumberpointinrules.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owprocessdocuments.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owquadrant_clicker.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owqueryllm.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owreranking.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owsavewithpath.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owselect_column_dynamic.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owselect_row_dynamic.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owsortandselect.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owsplitexcelsheets.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owstartloop.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owtable2corpus.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owtranslation.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owtrigger.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owunzipfolder.ui +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/CN2RuleViewer.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/CreateInstance.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/MDViewer.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/Mistral.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/Table.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/apply_rules.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/blue_down_arrow.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/book.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/category.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/dark_green.txt +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/de.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/document_generator.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/documents.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/edge_llm.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/endloop.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/extra_chunks.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/green_check.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/in_or_out.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/input.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/languages.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/lm_studio.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/local_interf_img_multi_pull.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/local_interf_multi_pull.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/local_interf_pull.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/local_interf_push.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/local_interf_text_pull.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/logo_solar.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/logo_uncensoredsolar.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/logo_upload.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/models.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/operationSystem.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/optimisation.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/optimizer.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/output.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owCN2_intersect_rules.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owaccumulator.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owchunking.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owconversellm.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owedittable.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owembeddings.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owemptyswitch.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owenvinfo.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owexecutescript.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owextracttokens.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owfilemetadata.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owfilesfromdir.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owfilesyncchecker.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owfilewithpath.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owfusion_nm.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owgeneratequestions.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owgeneratesynthesis.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owkeywords.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owkeywordsdetection.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owlargelanguagemodel.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owlemmatizer.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owloaddocuments.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owmodel_ce_minilml6.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owmodel_embeddings.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owmodel_falcon.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owmodel_helsinki_en_fr.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owmodel_helsinki_fr_en.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owmodel_mpnet.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owmodel_spacymd_en.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owmodel_spacymd_fr.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owoptimisation.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owoptimisationselection.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owqueryllm.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owreranking.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owsavefilepathentry.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owselectcolumndynamique.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owsortandselect.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owtable2corpus.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owtranslation.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/owtrigger.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/processdocuments.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/quadrantclicker.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/qwen-color.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/select_dynamic_row.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/splitexcelsheets.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/startloop.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/tools.png +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/widgetFactory.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/icons/zip.svg +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/__init__.py +0 -0
- {aait-2.3.15.993 → aait-2.3.15.995}/setup.cfg +0 -0
aait-2.3.15.995/PKG-INFO
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: aait
|
|
3
|
+
Version: 2.3.15.995
|
|
4
|
+
Summary: Advanced Artificial Intelligence Tools is a package meant to develop and enable advanced AI functionalities in Orange
|
|
5
|
+
Home-page:
|
|
6
|
+
Author: Orange community
|
|
7
|
+
Author-email:
|
|
8
|
+
License: UNKNOWN
|
|
9
|
+
Keywords: orange3 add-on
|
|
10
|
+
Platform: UNKNOWN
|
|
11
|
+
Requires-Dist: torch
|
|
12
|
+
Requires-Dist: sentence-transformers
|
|
13
|
+
Requires-Dist: gpt4all[all]
|
|
14
|
+
Requires-Dist: sacremoses
|
|
15
|
+
Requires-Dist: transformers
|
|
16
|
+
Requires-Dist: sentencepiece
|
|
17
|
+
Requires-Dist: optuna
|
|
18
|
+
Requires-Dist: spacy
|
|
19
|
+
Requires-Dist: markdown
|
|
20
|
+
Requires-Dist: python-multipart
|
|
21
|
+
Requires-Dist: PyMuPDF
|
|
22
|
+
Requires-Dist: chonkie
|
|
23
|
+
Requires-Dist: GPUtil
|
|
24
|
+
Requires-Dist: unidecode
|
|
25
|
+
Requires-Dist: python-docx
|
|
26
|
+
Requires-Dist: psutil
|
|
27
|
+
Requires-Dist: thefuzz
|
|
28
|
+
Requires-Dist: beautifulsoup4
|
|
29
|
+
Requires-Dist: rank_bm25
|
|
30
|
+
Requires-Dist: CATEGORIT
|
|
31
|
+
|
|
32
|
+
UNKNOWN
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: aait
|
|
3
|
+
Version: 2.3.15.995
|
|
4
|
+
Summary: Advanced Artificial Intelligence Tools is a package meant to develop and enable advanced AI functionalities in Orange
|
|
5
|
+
Home-page:
|
|
6
|
+
Author: Orange community
|
|
7
|
+
Author-email:
|
|
8
|
+
License: UNKNOWN
|
|
9
|
+
Keywords: orange3 add-on
|
|
10
|
+
Platform: UNKNOWN
|
|
11
|
+
Requires-Dist: torch
|
|
12
|
+
Requires-Dist: sentence-transformers
|
|
13
|
+
Requires-Dist: gpt4all[all]
|
|
14
|
+
Requires-Dist: sacremoses
|
|
15
|
+
Requires-Dist: transformers
|
|
16
|
+
Requires-Dist: sentencepiece
|
|
17
|
+
Requires-Dist: optuna
|
|
18
|
+
Requires-Dist: spacy
|
|
19
|
+
Requires-Dist: markdown
|
|
20
|
+
Requires-Dist: python-multipart
|
|
21
|
+
Requires-Dist: PyMuPDF
|
|
22
|
+
Requires-Dist: chonkie
|
|
23
|
+
Requires-Dist: GPUtil
|
|
24
|
+
Requires-Dist: unidecode
|
|
25
|
+
Requires-Dist: python-docx
|
|
26
|
+
Requires-Dist: psutil
|
|
27
|
+
Requires-Dist: thefuzz
|
|
28
|
+
Requires-Dist: beautifulsoup4
|
|
29
|
+
Requires-Dist: rank_bm25
|
|
30
|
+
Requires-Dist: CATEGORIT
|
|
31
|
+
|
|
32
|
+
UNKNOWN
|
|
@@ -38,7 +38,7 @@ class OWChunker(base_widget.BaseListWidget):
|
|
|
38
38
|
|
|
39
39
|
class Inputs:
|
|
40
40
|
data = Input("Data", Orange.data.Table)
|
|
41
|
-
model = Input("Tokenizer", SentenceTransformer, auto_summary=False)
|
|
41
|
+
# model = Input("Tokenizer", SentenceTransformer, auto_summary=False)
|
|
42
42
|
|
|
43
43
|
class Outputs:
|
|
44
44
|
data = Output("Chunked Data", Orange.data.Table)
|
|
@@ -53,11 +53,11 @@ class OWChunker(base_widget.BaseListWidget):
|
|
|
53
53
|
if self.autorun:
|
|
54
54
|
self.run()
|
|
55
55
|
|
|
56
|
-
@Inputs.model
|
|
57
|
-
def set_model(self, in_model):
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
56
|
+
# @Inputs.model
|
|
57
|
+
# def set_model(self, in_model):
|
|
58
|
+
# self.model = in_model
|
|
59
|
+
# if self.model is not None and self.autorun:
|
|
60
|
+
# self.run()
|
|
61
61
|
|
|
62
62
|
def __init__(self):
|
|
63
63
|
super().__init__()
|
|
@@ -113,10 +113,6 @@ class OWChunker(base_widget.BaseListWidget):
|
|
|
113
113
|
self.Outputs.data.send(None)
|
|
114
114
|
return
|
|
115
115
|
|
|
116
|
-
if self.model is None:
|
|
117
|
-
self.Outputs.data.send(None)
|
|
118
|
-
return
|
|
119
|
-
|
|
120
116
|
# Verification of in_data
|
|
121
117
|
if not self.selected_column_name in self.data.domain:
|
|
122
118
|
self.warning(f'Previously selected column "{self.selected_column_name}" does not exist in your data.')
|
|
@@ -126,11 +122,13 @@ class OWChunker(base_widget.BaseListWidget):
|
|
|
126
122
|
self.error('You must select a text variable.')
|
|
127
123
|
return
|
|
128
124
|
|
|
125
|
+
model = self.model or "character"
|
|
126
|
+
|
|
129
127
|
# Start progress bar
|
|
130
128
|
self.progressBarInit()
|
|
131
129
|
|
|
132
130
|
# Connect and start thread
|
|
133
|
-
self.thread = thread_management.Thread(chunking.create_chunks, self.data, self.
|
|
131
|
+
self.thread = thread_management.Thread(chunking.create_chunks, self.data, self.selected_column_name, model, int(self.chunk_size), int(self.overlap), str(self.mode))
|
|
134
132
|
self.thread.progress.connect(self.handle_progress)
|
|
135
133
|
self.thread.result.connect(self.handle_result)
|
|
136
134
|
self.thread.finish.connect(self.handle_finish)
|
|
@@ -47,11 +47,22 @@ class EndLoopWidget(OWWidget):
|
|
|
47
47
|
if data is None:
|
|
48
48
|
self.data = None
|
|
49
49
|
return
|
|
50
|
+
self.data = data
|
|
51
|
+
|
|
52
|
+
@Inputs.in_pointer
|
|
53
|
+
def set_pointer(self, pointer):
|
|
54
|
+
self.in_pointer = int(pointer) if pointer else None
|
|
55
|
+
|
|
56
|
+
def handleNewSignals(self):
|
|
57
|
+
super().handleNewSignals()
|
|
58
|
+
self.run()
|
|
59
|
+
|
|
60
|
+
def run(self):
|
|
61
|
+
if self.data is None:
|
|
62
|
+
return
|
|
50
63
|
if self.in_pointer is None:
|
|
51
64
|
return
|
|
52
65
|
|
|
53
|
-
self.data = data
|
|
54
|
-
|
|
55
66
|
# cas ou on boucle temps que le nombre de ligne augmente
|
|
56
67
|
if "True"==self.get_is_allow_to_change_line_number_from_start():
|
|
57
68
|
if self.get_nb_line() == self.get_nb_line_from_start():
|
|
@@ -62,14 +73,12 @@ class EndLoopWidget(OWWidget):
|
|
|
62
73
|
# on boucle
|
|
63
74
|
ctypes.cast(int(self.in_pointer), ctypes.py_object).value.set_data(self.data)
|
|
64
75
|
return
|
|
65
|
-
|
|
66
76
|
# cas ou on boucle sur le nombre de ligne en entrée du workflow
|
|
67
77
|
if "True" == self.iter_of_line_number_from_start():
|
|
68
78
|
if self.out_data is None:
|
|
69
79
|
self.out_data = unlink_domain(self.data)
|
|
70
80
|
else:
|
|
71
81
|
self.out_data = Table.concatenate([self.out_data, unlink_domain(self.data)])
|
|
72
|
-
|
|
73
82
|
if self.get_nb_line_from_start() == self.get_iter():
|
|
74
83
|
# on s'arrete
|
|
75
84
|
self.reinitialize_iter()
|
|
@@ -148,9 +157,7 @@ class EndLoopWidget(OWWidget):
|
|
|
148
157
|
self.reinitialize_iter()
|
|
149
158
|
self.Outputs.out_data.send(self.data)
|
|
150
159
|
|
|
151
|
-
|
|
152
|
-
def set_pointer(self, pointer):
|
|
153
|
-
self.in_pointer = int(pointer) if pointer else None
|
|
160
|
+
|
|
154
161
|
|
|
155
162
|
def get_column_name_and_type_from_start(self):
|
|
156
163
|
if self.in_pointer is not None:
|
|
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
|
|
4
4
|
NAME = "aait"
|
|
5
5
|
|
|
6
6
|
# Version du package PyPI
|
|
7
|
-
VERSION = "2.3.15.
|
|
7
|
+
VERSION = "2.3.15.995" # la version doit être supérieure à la précédente sinon la publication sera refusée
|
|
8
8
|
|
|
9
9
|
# Facultatif / Adaptable à souhait
|
|
10
10
|
AUTHOR = "Orange community"
|
aait-2.3.15.993/License.txt
DELETED
aait-2.3.15.993/PKG-INFO
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: aait
|
|
3
|
-
Version: 2.3.15.993
|
|
4
|
-
Summary: Advanced Artificial Intelligence Tools is a package meant to develop and enable advanced AI functionalities in Orange
|
|
5
|
-
Home-page:
|
|
6
|
-
Author: Orange community
|
|
7
|
-
Author-email:
|
|
8
|
-
Keywords: orange3 add-on
|
|
9
|
-
License-File: License.txt
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: aait
|
|
3
|
-
Version: 2.3.15.993
|
|
4
|
-
Summary: Advanced Artificial Intelligence Tools is a package meant to develop and enable advanced AI functionalities in Orange
|
|
5
|
-
Home-page:
|
|
6
|
-
Author: Orange community
|
|
7
|
-
Author-email:
|
|
8
|
-
Keywords: orange3 add-on
|
|
9
|
-
License-File: License.txt
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/OWProcessDocumentsFromPath.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/ow_OperationSystem.ui
RENAMED
|
File without changes
|
{aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/ow_in_or_out_path.ui
RENAMED
|
File without changes
|
{aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/ow_widget_random_data.ui
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owexecutescript_TEST.ui
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owfilesyncchecker.ui
RENAMED
|
File without changes
|
|
File without changes
|
{aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owfindfilesfromdir.ui
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owgeneratequestions.ui
RENAMED
|
File without changes
|
{aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owgeneratesynthesis.ui
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owkeywordsdetection.ui
RENAMED
|
File without changes
|
|
File without changes
|
{aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owlargelanguagemodel.ui
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_ce_minilml6.ui
RENAMED
|
File without changes
|
{aait-2.3.15.993 → aait-2.3.15.995}/orangecontrib/AAIT/widgets/designer/owmodel_embeddings.ui
RENAMED
|
File without changes
|