hana-ai 1.0.26011601__tar.gz → 1.0.26020500__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.
- {hana_ai-1.0.26011601/src/hana_ai.egg-info → hana_ai-1.0.26020500}/PKG-INFO +2 -2
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/README.md +1 -1
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/pyproject.toml +1 -1
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/__init__.py +1 -1
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/hana_agent/agent_base.py +45 -8
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/hana_agent/data_agent.py +22 -3
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/hana_agent/discovery_agent.py +22 -3
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/hana_agent/utility.py +11 -5
- hana_ai-1.0.26020500/src/hana_ai/agents/mem0_hana_agent.py +313 -0
- hana_ai-1.0.26020500/src/hana_ai/mem0/hana_mem0_adapter.py +346 -0
- hana_ai-1.0.26020500/src/hana_ai/mem0/memory_classifier.py +70 -0
- hana_ai-1.0.26020500/src/hana_ai/mem0/memory_entity_extractor.py +60 -0
- hana_ai-1.0.26020500/src/hana_ai/mem0/memory_manager.py +431 -0
- hana_ai-1.0.26020500/src/hana_ai/tools/hana_ml_tools/graph_tools.py +245 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/toolkit.py +142 -1
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/embedding_service.py +47 -11
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500/src/hana_ai.egg-info}/PKG-INFO +2 -2
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai.egg-info/SOURCES.txt +5 -0
- hana_ai-1.0.26011601/src/hana_ai/tools/hana_ml_tools/graph_tools.py +0 -250
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/CONTRIBUTING.md +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/INTRODUCTION.md +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/LICENSE +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/MANIFEST.in +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/requirements.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/setup.cfg +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/__init__.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/hana_agent/__init__.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/hana_agent/progress_monitor.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/hana_dataframe_agent.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/hana_dataframe_prompt.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/hana_sql_agent.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/hanaml_agent_with_memory.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/hanaml_rag_agent.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/utilities.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/client/mcp_client.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/smart_dataframe.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/__init__.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/agent_as_a_tool.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/code_template_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/df_tools/__init__.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/df_tools/additive_model_forecast_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/df_tools/automatic_timeseries_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/df_tools/fetch_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/df_tools/intermittent_forecast_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/df_tools/ts_outlier_detection_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/df_tools/ts_visualizer_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/__init__.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/additive_model_forecast_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/automatic_timeseries_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/cap_artifacts_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/fetch_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/hdi_artifacts_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/intermittent_forecast_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/massive_automatic_timeseries_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/massive_ts_outlier_detection_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/model_storage_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/select_statement_to_table_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/ts_accuracy_measure_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/ts_check_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/ts_make_predict_table.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/ts_outlier_detection_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/ts_visualizer_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/unsupported_tools.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/tools/hana_ml_tools/utility.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/utility.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/__init__.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/code_templates.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/corrective_retriever.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/hana_vector_engine.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/__init__.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AMDPDeployer.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AMDPGenerator.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ARIMAExplainer.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AdditiveModelForecastExplainer.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AffinityPropagation.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AgglomerateHierarchicalClustering.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Apriori.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AprioriLite.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AutomaticClassificationPredictionWithReason.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AutomaticClassificationTraining.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AutomaticRegressionPredictionWithReason.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AutomaticRegressionTraining.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BCPD.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BSTSExplainer.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BeeswarmPlot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BestPipelineReport.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BiVariateGeometricRegression.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BiVariateNaturalLogarithmicRegression.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BrownExponentialSmoothing.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CATPCA.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CPD.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CRF.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CommunitiesLouvain.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CoxProportionalHazardModel.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Croston.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CrostonTSB.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/DBSCAN.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/DWT.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/DatasetReport.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Discretize.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/DoubleExponentialSmoothing.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/EDAVisualizer.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Edge.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ExponentialRegression.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FFMClassifier.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FFMRanker.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FFMRegressor.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FFT.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FPGrowth.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FairMLClassification.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FairMLRegression.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FeatureNormalizer.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FeatureValueAndEffect.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Fernet.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GARCH.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GRUAttention.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GaussianMixture.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GeneralProgressStatusMonitor.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GeometryDBSCAN.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GradientBoostingClassifier.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GradientBoostingRegressor.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GridSearchCV.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/HANAGeneratorForCAP.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/HANAScheduler.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/HanaGenerator.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Hierarchical_Forecast.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/IdGenerator.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/InPort.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KBinsDiscretizer.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KDE.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KMeansOutlier.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KMedians.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KMedoids.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KNN.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KORD.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KShortestPaths.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/LR_seasonal_adjust.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/LSTM.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/LTSF.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/LinkPrediction.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/MDS.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/MLPRecommender.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/MetricReportBuilder.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/MetricsVisualizer.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Model.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ModelStorage.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Neighbors.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/NeighborsSubgraph.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Node.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OnlineARIMA.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OnlineBCPD.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OnlineLinearRegression.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OutPort.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OutlierProfiling.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/PCA.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Page.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/PageRank.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/PipelineProgressStatusMonitor.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/PolynomialRegression.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Preprocessing.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/QuantileTransform.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/RandomForestClassifier.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/RandomForestRegressor.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/RandomSearchCV.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SMOTE.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SMOTETomek.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SOM.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SPM.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Sampling.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Settings.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ShapleyExplainer.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ShortestPath.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ShortestPathsOneToAll.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SimplePipelineProgressStatusMonitor.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SingleExponentialSmoothing.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SlightSilhouette.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SpectralClustering.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/StronglyConnectedComponents.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TFIDF.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TSNE.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TimeSeriesExplainer.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TimeSeriesReport.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TomekLinks.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TopologicalSort.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TreeModelDebriefing.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TripleExponentialSmoothing.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/UnifiedExponentialSmoothing.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/UnifiedReport.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Visualizer.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/WeaklyConnectedComponents.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/WordCloud.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/abc_analysis.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/accuracy_measure.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/accuracy_score.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/auc.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/bar_plot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/benford_analysis.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/bernoulli.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/beta.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/binary_classification_debriefing.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/binomial.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/box_plot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/bubble_plot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/candlestick_plot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/cauchy.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/cdf.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/check_pal_function_exist.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/chi_squared.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/chi_squared_goodness_of_fit.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/chi_squared_independence.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/condition_index.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/confusion_matrix.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/connection_context.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/correlation.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/correlation_plot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/covariance_matrix.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_dataframe_from_pandas.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_dataframe_from_shapefile.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_dataframe_from_spark.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_graph_from_dataframes.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_graph_from_edges_dataframe.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_graph_from_hana_dataframes.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/dataframe_functions.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/delete_afl_state.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/delete_afl_state_by_description.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/discover_graph_workspace.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/discover_graph_workspaces.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/distribution_fit.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/distribution_plot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/dtw.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/entropy.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/exponential.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/export_into.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/f.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/f_oneway.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/f_oneway_repeated.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/factor_analysis.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/fast_dtw.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/forecast_line_plot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ftest_equal_var.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/gamma.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/generate_feature.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/geometric.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_created_srses.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_floor_value.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_max_index.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_min_index.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_pipeline_info.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_related_doc.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_related_term.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_relevant_doc.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_relevant_term.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_suggested_term.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_tempdir_path.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_type_code_map.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/grubbs_test.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/gumbel.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/hist.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/hull_white_simulate.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/import_csv_from.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/import_from.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/intermittent_forecast.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/interval_quality.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/iqr.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/kaplan_meier_survival_analysis.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/kdeplot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ks_test.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/list_afl_state.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/lognormal.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/m4_sampling.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/mae.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/massive_fft.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/mcmc.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/median_test_1samp.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/melt.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/minify.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/multiclass_auc.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/multinomial.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/negative_binomial.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/normal.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/notna.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/outlier_detection_kmeans.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/parallel_coordinates.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/pearsonr_matrix.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/periodogram.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/permutation_importance.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/pert.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/pie_plot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_acf.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_change_points.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_moving_average.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_pacf.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_psd.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_rolling_stddev.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_seasonal_decompose.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_time_series_outlier.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/poisson.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/quantile.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/quarter_plot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/quote.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/quotename.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/r2_score.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/read_pickle.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/regression_score.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/rmse.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/scatter_plot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/seasonal_decompose.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/seasonal_plot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/smart_quote.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/stationarity_test.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/student_t.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/text_classification.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/tf_analysis.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/timeseries_box_plot.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/train_test_val_split.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/trend_test.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ttest_1samp.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ttest_ind.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ttest_paired.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/type_sql2cds.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/uniform.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/unify_min_max_value_of_yAxis.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/unique.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/univariate_analysis.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/update_display.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/variance_test.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/version_compare.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wavedec.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/waverec.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/weibull.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/weighted_score_table.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/white_noise_test.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wilcoxon.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wpdec.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wprec.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wraps.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/AutoML-checkpoint.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/AutoML.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/Multi-task-multilayer-perceptron.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/Optimization.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/abc-analysis-d92aa78.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/accelerated-k-means-5a3e282.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/additive-model-time-series-analysis-7e78d06.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/affinity-propagation-ec478f5.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/agglomerate-hierarchical-clustering-394a529.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/alternating-least-squares-7129de6.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/anomaly-detection-8c0e2a6.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/anova-e8a1d1b.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/application-function-library-afl-11abcbf.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/apriori-7a073d6.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/area-under-curve-auc-df08788.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/arima-dbd52a1.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/attention-d0743fb.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/auto-arima-9f2574e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/auto-exponential-smoothing-60471b0.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/automl-tutorial-9954eef.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/bayesian-change-point-detection-c6387a3.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/bayesian-structural-time-series-b997257.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/bi-variate-geometric-regression-71a9cee.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/bi-variate-natural-logarithmic-regression-57ced8a.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/biased-model-b663cf1.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/biased-model-f03d616.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/brown-exponential-smoothing-a5981d5.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/calling-pal-procedures-2c2a424.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/calling-pal-procedures-in-parallel-with-hint-parallel-by-parameter-partitions-ed5807b.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/calling-pal-procedures-in-parallel-with-map-reduce-5e462e1.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/calling-pal-procedures-in-parallel-with-operator-map-merge-7b7bbef.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/categorical-principal-component-analysis-ef445c7.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/change-point-detection-70ea3e2.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/chi-square-goodness-of-fit-test-af48bff.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/chi-squared-test-of-independence-90fbf5c.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/cluster-assignment-bb994fb.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/compatibility-264fbdc.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/compatibility-4849b44.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/compatibility-7a49959.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/condition-index-bf089cc.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/conditional-random-field-48ece2f.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/confusion-matrix-79c0d16.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/correlation-function-bb69320.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/cox-proportional-hazard-model-1492fd1.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/croston-s-method-c6721c3.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/croston-tsb-method-8203847.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/cumulative-distribution-function-3d24332.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/customized-seasonalities-6c30a24.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/data-partition-39da6b3.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/data-partition-4ca3a33.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/dbscan-b2c5511.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/decision-trees-c8ab80c.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/detect-outlier-from-residual-f5a6285.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/discrete-wavelet-packet-transform-2f5d75b.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/discrete-wavelet-transform-2ad85a5.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/discretize-612b76f.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/discretize-apply-82921db.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/distribution-fitting-d15e88a.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/distribution-quantile-6ae6985.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/double-exponential-smoothing-4665493.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/dynamic-time-warping-2b949ae.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/early-stop-of-hybrid-gradient-boosting-tree-daad5b4.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/entropy-35daf5c.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/equal-variance-test-a11d2bb.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/exception-handling-22f1c1b.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/explaining-the-forecasts-of-arima-bca2300.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/exponential-regression-011ebc9.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/factor-analysis-d0d962d.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/factorized-polynomial-regression-models-27e7242.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/fast-dynamic-time-warping-66e588e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/fast-fourier-transform-e9a3680.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/feature-grouping-for-hybrid-gradient-boosting-tree-c3767f6.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/feature-selection-29a47ef.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/field-aware-factorization-machine-2e30885.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/forecast-accuracy-measures-568723f.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/fp-growth-9495128.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/garch-f71f400.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/gaussian-mixture-model-gmm-3054f47.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/generalised-linear-models-1e4e0a6.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/geometry-dbscan-66fab6f.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-related-documents-7c0a97b.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-related-documents-multi.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-related-terms-0eebec7.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-related-terms-multi.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-relevant-documents-ea0b7cd.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-relevant-documents-multi.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-relevant-terms-bb2018a.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-relevant-terms-multi.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-suggested-terms-ceaf49e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-suggested-terms-multi.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/grubbs-test-32ccab0.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/hierarchical-forecast-384e8e7.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/histogram-splitting-method-for-hybrid-gradient-boosting-tree-7216cbe.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/hull-white.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/hybrid-gradient-boosting-tree-ca5106c.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/inter-quartile-range-3e322ad.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/intermittent-time-series-forecast-itsf-e0ac689.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/interval-quality-cf9e45d.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/isolation-forest-11345d9.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/k-means-53e6908.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/k-medians-91dc75c.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/k-medoids-0ba6f4b.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/k-optimal-rule-discovery-kord-598818b.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/kaplan-meier-survival-analysis-b1e7a3c.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/kernel-density-18d0510.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/kolmogorov-smirnov-test-1aab0c6.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/latent-dirichlet-allocation-866928f.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/linear-discriminant-analysis-a2b984a.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/linear-regression-with-damped-trend-and-seasonal-adjust-d5f360d.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/link-prediction-9f3dc84.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/local-interpretability-of-models-c330665.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/local-interpretability-of-models-cb71249.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/local-interpretability-of-models-e25b17e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/local-interpretability-of-models-e576c27.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/logistic-regression-with-elastic-net-regularization-46effe5.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/long-short-term-memory-3c2fc78.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/long-term-series-forecasting-060735d.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/mcmc-sampling-b492ef9.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/methods-to-get-residual-in-outlier-detection-eadb4d4.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/missing-value-handling-3b26f67.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/missing-value-handling-40aa336.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/missing-value-handling-41174ae.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/missing-value-handling-594ba55.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-6b8be39.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-825e28e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-c77c002.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-ea71174.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-ee6b28e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-fc7f18b.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-0f7e441.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-73bbec0.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-7a36df4.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-adf189b.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-and-parameter-selection-602e54b.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-and-parameter-selection-c7cf1f6.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-visualization-174c46c.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multi-class-logistic-regression-bc5fe09.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multidimensional-scaling-mds-75a1c5a.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multilayer-perceptron-ddd236d.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multiple-linear-regression-eedc909.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multivariate-analysis-e872de9.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/naive-bayes-4fdc40e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/one-sample-median-test-c7e9654.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/online-arima-1027f8a.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/online-bayesian-change-point-detection-1398751.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/online-linear-regression-ffbfa5a.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/online-multi-class-logistic-regression-efe794e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/outlier-detection-17253b4.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/pagerank-27a10e6.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/parameter-tables-6c931c4.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/parameter-tables-94a8d3b.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/partition-af41e5f.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/periodogram-b9253c7.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/permutation-importance-e36d4e1.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/permutation-importance-ff18019.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/pipeline-de96493.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/pipeline-operator-fd58a3f.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/polynomial-regression-daf62ae.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/power-transform-3bc0528.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/precomputed-distance-matrix-as-input-data-49f9b46.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/precomputed-distance-matrix-as-input-data-c627694.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/prediction-intervals-and-confidence-intervals-d854b8c.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/prediction-intervals-and-confidence-intervals-f157449.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/principal-component-analysis-pca-dbf2eae.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/random-decision-trees-9ad576a.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/random-distribution-sampling-031e35e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/restricting-cpu-and-memory-usage-874883c.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/rocket-07c9a8c.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/sampling-282550b.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scale-e3f29fa.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scale-with-model-f8d480e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scenario-analyze-the-cash-flow-of-an-investment-on-a-new-product-a2f8380.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scenario-predict-segmentation-of-new-customers-for-a-supermarket-e1acc4e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scenario-survival-analysis-51b366d.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/seasonality-test-d990dc7.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/self-organizing-maps-8e000f8.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/sequential-pattern-mining-860ec4a.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/single-exponential-smoothing-ba4bb85.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/slight-silhouette-bd6fa5c.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/smote-1bef6c3.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/smotetomek-343b849.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/spectral-clustering-d540a57.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/state-enabled-real-time-scoring-functions-b88b433.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/stationarity-test-1d85b07.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/successive-halving-and-hyperband-for-model-evaluation-and-parameter-selection-734113f.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/support-vector-machine-901a10d.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/switching-between-the-pal-algorithms-with-the-same-dataset-3879837.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/t-distributed-stochastic-neighbour-embedding-3de9095.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/t-test-431ffa3.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/term-analysis-0dd1876.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/text-classification-6425747.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/text-classification-predict.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/text-classification-train.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/tf-idf-calculation-ef2bad0.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/time-series-missing-value-handling-368f755.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/tomek-s-links-aad0816.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/trend-test-88f9cdd.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/triple-exponential-smoothing-a25b1de.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/tutorial-dataset-f9e32f5.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-classification-8bd88cf.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-classification-with-pivoted-input-data-5f37c0a.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-clustering-6870a0c.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-clustering-with-pivoted-input-data-baa7174.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-exponential-smoothing-0d3683e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-exponential-smoothing-with-pivoted-input-data-f54758e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-regression-736b679.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-regression-with-pivoted-input-data-3fdd715.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/univariate-analysis-a1fac59.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/variance-test-08cb673.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/varma-19e206e.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/weighted-score-table-a72289c.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/white-noise-test-9536698.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/wilcox-signed-rank-test-e4d3416.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/pal_cross_encoder.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/vectorstore/union_vector_stores.py +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai.egg-info/dependency_links.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai.egg-info/requires.txt +0 -0
- {hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hana_ai
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.26020500
|
|
4
4
|
Summary: Generative AI Toolkit for SAP HANA Cloud
|
|
5
5
|
Author: SAP
|
|
6
6
|
License: Apache-2.0
|
|
@@ -54,4 +54,4 @@ We as members, contributors, and leaders pledge to make participation in our com
|
|
|
54
54
|
|
|
55
55
|
## Licensing
|
|
56
56
|
|
|
57
|
-
Copyright
|
|
57
|
+
Copyright 2026 SAP SE or an SAP affiliate company and generative-ai-toolkit-for-sap-hana-cloud contributors. Please see our [LICENSE](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud).
|
|
@@ -29,4 +29,4 @@ We as members, contributors, and leaders pledge to make participation in our com
|
|
|
29
29
|
|
|
30
30
|
## Licensing
|
|
31
31
|
|
|
32
|
-
Copyright
|
|
32
|
+
Copyright 2026 SAP SE or an SAP affiliate company and generative-ai-toolkit-for-sap-hana-cloud contributors. Please see our [LICENSE](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud).
|
|
@@ -18,7 +18,13 @@ class AgentBase(MLBase):
|
|
|
18
18
|
"""
|
|
19
19
|
Discovery Agent for interacting with AI Core services.
|
|
20
20
|
"""
|
|
21
|
-
def __init__(self, connection_context, agent_type
|
|
21
|
+
def __init__(self, connection_context, agent_type=None,
|
|
22
|
+
schema_name: str = "SYS",
|
|
23
|
+
procedure_name: str | None = None,
|
|
24
|
+
remote_source_name: str = "HANA_DISCOVERY_AGENT_CREDENTIALS",
|
|
25
|
+
knowledge_graph_name: str = "HANA_OBJECTS",
|
|
26
|
+
rag_schema_name: str = "SYSTEM",
|
|
27
|
+
rag_table_name: str = "RAG"):
|
|
22
28
|
"""
|
|
23
29
|
Initialize the AgentBase.
|
|
24
30
|
|
|
@@ -26,16 +32,40 @@ class AgentBase(MLBase):
|
|
|
26
32
|
----------
|
|
27
33
|
connection_context : ConnectionContext
|
|
28
34
|
The HANA connection context.
|
|
29
|
-
agent_type :
|
|
30
|
-
|
|
35
|
+
agent_type : str, optional
|
|
36
|
+
Deprecated. Previously restricted to fixed values. If provided and
|
|
37
|
+
`procedure_name` is not set, it will be used as the `procedure_name`
|
|
38
|
+
for backward compatibility.
|
|
39
|
+
schema_name : str, optional
|
|
40
|
+
Schema for the target procedure. Default is "SYS".
|
|
41
|
+
procedure_name : str, optional
|
|
42
|
+
The procedure name to call. If omitted, falls back to `agent_type`.
|
|
43
|
+
remote_source_name : str, optional
|
|
44
|
+
The name of the remote source to be used. Default is "HANA_DISCOVERY_AGENT_CREDENTIALS".
|
|
45
|
+
knowledge_graph_name : str, optional
|
|
46
|
+
The name of the knowledge graph to be used. Default is "HANA_OBJECTS".
|
|
47
|
+
rag_schema_name : str, optional
|
|
48
|
+
The name of the RAG schema to be used. Default is "SYSTEM".
|
|
49
|
+
rag_table_name : str, optional
|
|
50
|
+
The name of the RAG table to be used. Default is "RAG".
|
|
31
51
|
"""
|
|
32
52
|
super().__init__(connection_context)
|
|
33
53
|
self.conn_context = connection_context
|
|
34
54
|
self.remote_source_name = "HANA_DISCOVERY_AGENT_CREDENTIALS"
|
|
35
55
|
self.pse_name = "AI_CORE_PSE"
|
|
36
|
-
if
|
|
37
|
-
|
|
38
|
-
|
|
56
|
+
# Backward compatibility: if `procedure_name` not given, use `agent_type` as procedure
|
|
57
|
+
if procedure_name is None and agent_type is not None:
|
|
58
|
+
logging.getLogger(__name__).warning(
|
|
59
|
+
"`agent_type` parameter is deprecated. Use schema_name/procedure_name instead."
|
|
60
|
+
)
|
|
61
|
+
procedure_name = agent_type
|
|
62
|
+
|
|
63
|
+
self.schema_name = schema_name
|
|
64
|
+
self.procedure_name = procedure_name
|
|
65
|
+
self.knowledge_graph_name = knowledge_graph_name
|
|
66
|
+
self.rag_schema_name = rag_schema_name
|
|
67
|
+
self.rag_table_name = rag_table_name
|
|
68
|
+
self.remote_source_name = remote_source_name
|
|
39
69
|
|
|
40
70
|
def drop_remote_source(self, remote_source_name: str, cascade: bool = True):
|
|
41
71
|
"""
|
|
@@ -178,15 +208,22 @@ class AgentBase(MLBase):
|
|
|
178
208
|
The result of the query execution.
|
|
179
209
|
"""
|
|
180
210
|
config = {
|
|
181
|
-
"remoteSourceName": self.remote_source_name
|
|
211
|
+
"remoteSourceName": self.remote_source_name,
|
|
212
|
+
"knowledgeGraphName": self.knowledge_graph_name,
|
|
213
|
+
"ragSchemaName": self.rag_schema_name,
|
|
214
|
+
"ragTableName": self.rag_table_name
|
|
182
215
|
}
|
|
183
216
|
if additional_config:
|
|
184
217
|
config.update(additional_config)
|
|
185
218
|
|
|
219
|
+
if not self.procedure_name:
|
|
220
|
+
raise ValueError("procedure_name must be specified for AgentBase to run()")
|
|
221
|
+
|
|
186
222
|
sql_query = _call_agent_sql(
|
|
187
223
|
query=query,
|
|
188
224
|
config=config,
|
|
189
|
-
|
|
225
|
+
schema_name=self.schema_name,
|
|
226
|
+
procedure_name=self.procedure_name,
|
|
190
227
|
)
|
|
191
228
|
|
|
192
229
|
logger.info("Executing Discovery Agent SQL: %s", sql_query)
|
|
@@ -23,7 +23,18 @@ class DataAgent(AgentBase):
|
|
|
23
23
|
- TRUST ADMIN privilege.
|
|
24
24
|
- CERTIFICATE ADMIN privilege.
|
|
25
25
|
"""
|
|
26
|
-
def __init__(
|
|
26
|
+
def __init__(
|
|
27
|
+
self,
|
|
28
|
+
connection_context,
|
|
29
|
+
agent_type: str = "DATA_AGENT_DEV",
|
|
30
|
+
*,
|
|
31
|
+
schema_name: str = "SYS",
|
|
32
|
+
procedure_name: str | None = None,
|
|
33
|
+
remote_source_name: str = "HANA_DISCOVERY_AGENT_CREDENTIALS",
|
|
34
|
+
knowledge_graph_name: str = "HANA_OBJECTS",
|
|
35
|
+
rag_schema_name: str = "SYSTEM",
|
|
36
|
+
rag_table_name: str = "RAG",
|
|
37
|
+
):
|
|
27
38
|
"""
|
|
28
39
|
Initialize the DataAgent.
|
|
29
40
|
|
|
@@ -32,7 +43,15 @@ class DataAgent(AgentBase):
|
|
|
32
43
|
connection_context : ConnectionContext
|
|
33
44
|
The HANA connection context.
|
|
34
45
|
"""
|
|
35
|
-
super().__init__(
|
|
46
|
+
super().__init__(
|
|
47
|
+
connection_context,
|
|
48
|
+
agent_type=agent_type,
|
|
49
|
+
schema_name=schema_name,
|
|
50
|
+
procedure_name=procedure_name,
|
|
51
|
+
remote_source_name=remote_source_name,
|
|
52
|
+
knowledge_graph_name=knowledge_graph_name,
|
|
53
|
+
rag_schema_name=rag_schema_name,
|
|
54
|
+
rag_table_name=rag_table_name,
|
|
55
|
+
)
|
|
36
56
|
self.conn_context = connection_context
|
|
37
|
-
self.remote_source_name = "HANA_DISCOVERY_AGENT_CREDENTIALS"
|
|
38
57
|
self.pse_name = "AI_CORE_PSE"
|
{hana_ai-1.0.26011601 → hana_ai-1.0.26020500}/src/hana_ai/agents/hana_agent/discovery_agent.py
RENAMED
|
@@ -23,7 +23,18 @@ class DiscoveryAgent(AgentBase):
|
|
|
23
23
|
- CERTIFICATE ADMIN privilege.
|
|
24
24
|
|
|
25
25
|
"""
|
|
26
|
-
def __init__(
|
|
26
|
+
def __init__(
|
|
27
|
+
self,
|
|
28
|
+
connection_context,
|
|
29
|
+
agent_type: str = "DISCOVERY_AGENT_DEV",
|
|
30
|
+
*,
|
|
31
|
+
schema_name: str = "SYS",
|
|
32
|
+
procedure_name: str | None = None,
|
|
33
|
+
remote_source_name: str = "HANA_DISCOVERY_AGENT_CREDENTIALS",
|
|
34
|
+
knowledge_graph_name: str = "HANA_OBJECTS",
|
|
35
|
+
rag_schema_name: str = "SYSTEM",
|
|
36
|
+
rag_table_name: str = "RAG",
|
|
37
|
+
):
|
|
27
38
|
"""
|
|
28
39
|
Initialize the DiscoveryAgent.
|
|
29
40
|
|
|
@@ -32,7 +43,15 @@ class DiscoveryAgent(AgentBase):
|
|
|
32
43
|
connection_context : ConnectionContext
|
|
33
44
|
The HANA connection context.
|
|
34
45
|
"""
|
|
35
|
-
super().__init__(
|
|
46
|
+
super().__init__(
|
|
47
|
+
connection_context,
|
|
48
|
+
agent_type=agent_type,
|
|
49
|
+
schema_name=schema_name,
|
|
50
|
+
procedure_name=procedure_name,
|
|
51
|
+
remote_source_name=remote_source_name,
|
|
52
|
+
knowledge_graph_name=knowledge_graph_name,
|
|
53
|
+
rag_schema_name=rag_schema_name,
|
|
54
|
+
rag_table_name=rag_table_name,
|
|
55
|
+
)
|
|
36
56
|
self.conn_context = connection_context
|
|
37
|
-
self.remote_source_name = "HANA_DISCOVERY_AGENT_CREDENTIALS"
|
|
38
57
|
self.pse_name = "AI_CORE_PSE"
|
|
@@ -350,9 +350,9 @@ def _drop_certificate(connection_context, certificate_name: str):
|
|
|
350
350
|
except Exception as exc:
|
|
351
351
|
raise Exception("Failed to drop certificate: %s" % str(exc))
|
|
352
352
|
|
|
353
|
-
def _call_agent_sql(query: str, config: dict,
|
|
353
|
+
def _call_agent_sql(query: str, config: dict, schema_name: str, procedure_name: str) -> str:
|
|
354
354
|
"""
|
|
355
|
-
Create SQL string to call
|
|
355
|
+
Create SQL string to call an agent procedure.
|
|
356
356
|
|
|
357
357
|
Parameters
|
|
358
358
|
----------
|
|
@@ -360,13 +360,19 @@ def _call_agent_sql(query: str, config: dict, agent_type: str) -> str:
|
|
|
360
360
|
The query string.
|
|
361
361
|
config : dict
|
|
362
362
|
The configuration dictionary.
|
|
363
|
-
|
|
363
|
+
schema_name : str
|
|
364
|
+
The schema name where the procedure resides (e.g., "SYS", "DD_AGENT_ADMIN").
|
|
365
|
+
procedure_name : str
|
|
366
|
+
The procedure name to invoke (e.g., "DISCOVERY_AGENT", "DATA_AGENT_CUSTOM").
|
|
364
367
|
|
|
365
368
|
Returns
|
|
366
369
|
-------
|
|
367
370
|
str
|
|
368
|
-
The SQL string to call the
|
|
371
|
+
The SQL string to call the specified procedure.
|
|
369
372
|
"""
|
|
370
373
|
config_json = json.dumps(config).replace("'", "''")
|
|
371
374
|
query = json.dumps(query).replace("'", "''")
|
|
372
|
-
return
|
|
375
|
+
return (
|
|
376
|
+
"DO\nBEGIN\nDECLARE output NCLOB;\nCALL %s.%s('%s', '%s', output);\nselect :output FROM DUMMY;\nEND"
|
|
377
|
+
% (schema_name, procedure_name, query, config_json)
|
|
378
|
+
)
|
|
@@ -0,0 +1,313 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Mem0-powered HANA RAG Agent.
|
|
3
|
+
|
|
4
|
+
This agent fully uses the Mem0-like adapter (`Mem0HanaAdapter`) for long-term memory
|
|
5
|
+
on HANA, including optional cross-encoder reranking. It preserves short-term memory
|
|
6
|
+
behavior and tool-driven agent execution similar to `HANAMLRAGAgent`, but routes all
|
|
7
|
+
long-term memory operations (add/search/delete/clear) through the adapter.
|
|
8
|
+
|
|
9
|
+
Usage highlights:
|
|
10
|
+
- Enable reranking via `Mem0HanaAdapter` (using `PALCrossEncoder` when available).
|
|
11
|
+
- Store conversational summaries into HANA vector store with timestamp metadata.
|
|
12
|
+
- Retrieve relevant memories via adapter search with `top_k`, `threshold`, and `filters`.
|
|
13
|
+
- Optionally skip LLM agent initialization for unit tests (`auto_init_agent=False`).
|
|
14
|
+
|
|
15
|
+
Note: This class is designed to be drop-in alongside `HANAMLRAGAgent` while using
|
|
16
|
+
Mem0's style of memory flow adapted to HANA.
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
from __future__ import annotations
|
|
20
|
+
|
|
21
|
+
from typing import Dict, List, Any, Optional, Tuple, Union
|
|
22
|
+
import logging
|
|
23
|
+
|
|
24
|
+
from langchain.agents import Tool, AgentExecutor, create_openai_functions_agent
|
|
25
|
+
from langchain.prompts import ChatPromptTemplate, MessagesPlaceholder, HumanMessagePromptTemplate
|
|
26
|
+
from langchain.schema import SystemMessage, AgentAction, AgentFinish
|
|
27
|
+
from langchain.embeddings.base import Embeddings
|
|
28
|
+
from langchain_core.callbacks.manager import CallbackManagerForChainRun
|
|
29
|
+
from langchain_core.tools import BaseTool
|
|
30
|
+
|
|
31
|
+
from hana_ml.algorithms.pal.utility import check_pal_function_exist
|
|
32
|
+
|
|
33
|
+
from hana_ai.mem0.hana_mem0_adapter import SearchResult
|
|
34
|
+
from hana_ai.mem0.memory_manager import Mem0MemoryManager, IngestionRules
|
|
35
|
+
from hana_ai.mem0.memory_classifier import Mem0IngestionClassifier
|
|
36
|
+
from hana_ai.mem0.memory_entity_extractor import Mem0EntityExtractor
|
|
37
|
+
from hana_ai.agents.utilities import _get_user_info
|
|
38
|
+
from hana_ai.vectorstore.embedding_service import HANAVectorEmbeddings
|
|
39
|
+
from hana_ai.vectorstore.pal_cross_encoder import PALCrossEncoder
|
|
40
|
+
|
|
41
|
+
# Configure logging
|
|
42
|
+
logging.basicConfig(level=logging.INFO)
|
|
43
|
+
logger = logging.getLogger(__name__)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
class FormatSafeAgentExecutor(AgentExecutor):
|
|
47
|
+
"""An AgentExecutor that formats observations safely."""
|
|
48
|
+
def _take_next_step(
|
|
49
|
+
self,
|
|
50
|
+
name_to_tool_map: Dict[str, BaseTool],
|
|
51
|
+
color_mapping: Dict[str, str],
|
|
52
|
+
inputs: Dict[str, str],
|
|
53
|
+
intermediate_steps: List[Tuple[AgentAction, str]],
|
|
54
|
+
run_manager: Optional[CallbackManagerForChainRun] = None,
|
|
55
|
+
) -> Union[AgentFinish, List[Tuple[AgentAction, str]]]:
|
|
56
|
+
next_step = super()._take_next_step(
|
|
57
|
+
name_to_tool_map, color_mapping, inputs, intermediate_steps, run_manager
|
|
58
|
+
)
|
|
59
|
+
if isinstance(next_step, list):
|
|
60
|
+
formatted_steps = []
|
|
61
|
+
for action, observation in next_step:
|
|
62
|
+
if isinstance(observation, str):
|
|
63
|
+
formatted_obs = [{"type": "text", "text": observation}]
|
|
64
|
+
formatted_steps.append((action, formatted_obs))
|
|
65
|
+
else:
|
|
66
|
+
formatted_steps.append((action, observation))
|
|
67
|
+
return formatted_steps
|
|
68
|
+
return next_step
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
class Mem0HANARAGAgent:
|
|
72
|
+
"""
|
|
73
|
+
A chatbot that uses Mem0-style long-term memory on HANA with reranking.
|
|
74
|
+
"""
|
|
75
|
+
def __init__(
|
|
76
|
+
self,
|
|
77
|
+
tools: List[Tool],
|
|
78
|
+
llm: Any,
|
|
79
|
+
memory_window: int = 10,
|
|
80
|
+
rerank_candidates: int = 20,
|
|
81
|
+
rerank_k: int = 3,
|
|
82
|
+
score_threshold: float = 0.5,
|
|
83
|
+
hana_vector_table: Optional[str] = None,
|
|
84
|
+
drop_existing_hana_vector_table: bool = False,
|
|
85
|
+
verbose: bool = False,
|
|
86
|
+
session_id: str = "global_session",
|
|
87
|
+
_auto_init_agent: bool = True,
|
|
88
|
+
) -> None:
|
|
89
|
+
self.llm = llm
|
|
90
|
+
self.tools = tools
|
|
91
|
+
self.memory_window = memory_window
|
|
92
|
+
self.rerank_candidates = rerank_candidates
|
|
93
|
+
self.rerank_k = rerank_k
|
|
94
|
+
self.score_threshold = score_threshold
|
|
95
|
+
self.verbose = verbose
|
|
96
|
+
self.session_id = session_id
|
|
97
|
+
self.drop_existing_hana_vector_table = drop_existing_hana_vector_table
|
|
98
|
+
|
|
99
|
+
# Detect HANA connection_context from tools
|
|
100
|
+
self.hana_connection_context = None
|
|
101
|
+
for tool in self.tools:
|
|
102
|
+
if hasattr(tool, 'connection_context'):
|
|
103
|
+
self.hana_connection_context = tool.connection_context
|
|
104
|
+
break
|
|
105
|
+
|
|
106
|
+
# Prepare embedder only when building adapter locally
|
|
107
|
+
self.embedding_service: Optional[Embeddings] = None
|
|
108
|
+
|
|
109
|
+
# Table naming
|
|
110
|
+
self.user = ''
|
|
111
|
+
if hana_vector_table is None and self.hana_connection_context:
|
|
112
|
+
self.user = _get_user_info(self.hana_connection_context)
|
|
113
|
+
self.hana_vector_table = f"HANA_AI_CHAT_HISTORY_{self.user}"
|
|
114
|
+
else:
|
|
115
|
+
self.hana_vector_table = hana_vector_table or "HANA_AI_CHAT_HISTORY_DEFAULT"
|
|
116
|
+
|
|
117
|
+
# Initialize memory manager (internal injection via _adapter for tests kept for BC but discouraged)
|
|
118
|
+
if not self.hana_connection_context:
|
|
119
|
+
raise ValueError("HANA connection context is required for Mem0HANARAGAgent")
|
|
120
|
+
# Initialize embedding service and optional reranker
|
|
121
|
+
self.embedding_service = HANAVectorEmbeddings(self.hana_connection_context)
|
|
122
|
+
reranker = None
|
|
123
|
+
try:
|
|
124
|
+
if self.hana_connection_context and check_pal_function_exist(self.hana_connection_context, '%PAL_CROSSENCODER%', like=True):
|
|
125
|
+
reranker = PALCrossEncoder(self.hana_connection_context)
|
|
126
|
+
except Exception:
|
|
127
|
+
reranker = None
|
|
128
|
+
|
|
129
|
+
ingestion_rules = IngestionRules(
|
|
130
|
+
enabled=True,
|
|
131
|
+
min_length=1,
|
|
132
|
+
max_length=None,
|
|
133
|
+
allow_tags=None,
|
|
134
|
+
deny_tags=None,
|
|
135
|
+
)
|
|
136
|
+
|
|
137
|
+
self.memory_manager = Mem0MemoryManager(
|
|
138
|
+
connection_context=self.hana_connection_context,
|
|
139
|
+
table_name=self.hana_vector_table,
|
|
140
|
+
embedder=self.embedding_service,
|
|
141
|
+
reranker=reranker,
|
|
142
|
+
architecture="vector",
|
|
143
|
+
default_ttl_seconds=None,
|
|
144
|
+
short_term_ttl_seconds=None,
|
|
145
|
+
partition_defaults={"agent_id": "mem0_hana_agent", "session_id": self.session_id},
|
|
146
|
+
ingestion_rules=ingestion_rules,
|
|
147
|
+
auto_classification_enabled=True,
|
|
148
|
+
auto_entity_extraction_enabled=True,
|
|
149
|
+
entity_assignment_mode="merge",
|
|
150
|
+
)
|
|
151
|
+
|
|
152
|
+
# Scope manager to current user entity
|
|
153
|
+
if getattr(self, "user", None):
|
|
154
|
+
self.memory_manager.set_entity(self.user, "user")
|
|
155
|
+
try:
|
|
156
|
+
classifier = Mem0IngestionClassifier(self.llm)
|
|
157
|
+
self.memory_manager.set_classifier(classifier)
|
|
158
|
+
except Exception:
|
|
159
|
+
pass
|
|
160
|
+
try:
|
|
161
|
+
extractor = Mem0EntityExtractor(self.llm)
|
|
162
|
+
self.memory_manager.set_entity_extractor(extractor)
|
|
163
|
+
except Exception:
|
|
164
|
+
pass
|
|
165
|
+
|
|
166
|
+
# Optionally initialize LLM agent (internal flag for tests only)
|
|
167
|
+
if _auto_init_agent:
|
|
168
|
+
self._initialize_agent()
|
|
169
|
+
|
|
170
|
+
def _initialize_agent(self):
|
|
171
|
+
prompt = ChatPromptTemplate.from_messages([
|
|
172
|
+
SystemMessage(content="You are a helpful assistant with access to tools. Always use tools when appropriate."),
|
|
173
|
+
HumanMessagePromptTemplate.from_template("{input}"),
|
|
174
|
+
MessagesPlaceholder(variable_name="agent_scratchpad"),
|
|
175
|
+
])
|
|
176
|
+
self.agent = create_openai_functions_agent(self.llm, self.tools, prompt)
|
|
177
|
+
self.executor = FormatSafeAgentExecutor(
|
|
178
|
+
agent=self.agent,
|
|
179
|
+
tools=self.tools,
|
|
180
|
+
max_iterations=20,
|
|
181
|
+
verbose=self.verbose,
|
|
182
|
+
handle_parsing_errors=True,
|
|
183
|
+
)
|
|
184
|
+
|
|
185
|
+
# ------------------------------------------------------------------
|
|
186
|
+
# Long-term memory operations via adapter
|
|
187
|
+
# ------------------------------------------------------------------
|
|
188
|
+
def _update_long_term_memory(self, user_input: str, response: Any) -> None:
|
|
189
|
+
self.memory_manager.add_interaction(user_input=user_input, assistant_output=str(response), tags=["chat", "conversation"], tier="long")
|
|
190
|
+
|
|
191
|
+
def _retrieve_relevant_memories(self, query: str) -> List[str]:
|
|
192
|
+
# Fetch candidates, rerank inside adapter
|
|
193
|
+
results: List[SearchResult] = self.memory_manager.retrieve(
|
|
194
|
+
query=query,
|
|
195
|
+
top_k=self.rerank_candidates,
|
|
196
|
+
threshold=self.score_threshold,
|
|
197
|
+
tags=None,
|
|
198
|
+
rerank=True,
|
|
199
|
+
)
|
|
200
|
+
# Take top-k after rerank
|
|
201
|
+
results = results[:self.rerank_k]
|
|
202
|
+
return [r.text for r in results]
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
def clear_long_term_memory(self) -> None:
|
|
206
|
+
"""Clear all long-term memories from HANA."""
|
|
207
|
+
try:
|
|
208
|
+
self.memory_manager.clear_all()
|
|
209
|
+
logger.info("Mem0 long-term memory cleared.")
|
|
210
|
+
except Exception as e:
|
|
211
|
+
logger.error("Failed to clear long-term memory: %s", e)
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
# ------------------------------------------------------------------
|
|
215
|
+
# Public chat API
|
|
216
|
+
# ------------------------------------------------------------------
|
|
217
|
+
def chat(self, user_input: str) -> str:
|
|
218
|
+
"""Process user input and return agent response, managing long-term memory."""
|
|
219
|
+
if user_input.startswith("!clear_long_term_memory"):
|
|
220
|
+
self.clear_long_term_memory()
|
|
221
|
+
return "Long-term memory has been cleared."
|
|
222
|
+
|
|
223
|
+
if user_input.startswith("!delete_expired"):
|
|
224
|
+
deleted = self.memory_manager.delete_expired()
|
|
225
|
+
return f"Expired memories deleted: {deleted}."
|
|
226
|
+
|
|
227
|
+
if user_input.startswith("!export_memories"):
|
|
228
|
+
try:
|
|
229
|
+
rows = self.memory_manager.export()
|
|
230
|
+
return f"Exported memories: {len(rows)} rows."
|
|
231
|
+
except Exception as e:
|
|
232
|
+
return f"Export failed: {e}"
|
|
233
|
+
|
|
234
|
+
if user_input.strip() == "!auto_ingest_on":
|
|
235
|
+
self.memory_manager.set_auto_classification_enabled(True)
|
|
236
|
+
return "Auto ingestion classification enabled."
|
|
237
|
+
|
|
238
|
+
if user_input.strip() == "!auto_ingest_off":
|
|
239
|
+
self.memory_manager.set_auto_classification_enabled(False)
|
|
240
|
+
return "Auto ingestion classification disabled."
|
|
241
|
+
|
|
242
|
+
if user_input.strip() == "!auto_entity_on":
|
|
243
|
+
self.memory_manager.set_auto_entity_extraction_enabled(True)
|
|
244
|
+
return "Auto entity extraction enabled."
|
|
245
|
+
|
|
246
|
+
if user_input.strip() == "!auto_entity_off":
|
|
247
|
+
self.memory_manager.set_auto_entity_extraction_enabled(False)
|
|
248
|
+
return "Auto entity extraction disabled."
|
|
249
|
+
|
|
250
|
+
if user_input.startswith("!entity_assignment "):
|
|
251
|
+
try:
|
|
252
|
+
_, mode = user_input.split(maxsplit=1)
|
|
253
|
+
self.memory_manager.set_entity_assignment_mode(mode)
|
|
254
|
+
return f"Entity assignment mode set to: {mode}."
|
|
255
|
+
except Exception:
|
|
256
|
+
return "Usage: !entity_assignment <manager|extract|merge>"
|
|
257
|
+
|
|
258
|
+
if user_input.startswith("!set_ttl_long "):
|
|
259
|
+
try:
|
|
260
|
+
_, sec = user_input.split(maxsplit=1)
|
|
261
|
+
self.memory_manager.set_default_ttl_seconds(int(sec))
|
|
262
|
+
return f"Default long-term TTL set to: {sec} seconds."
|
|
263
|
+
except Exception:
|
|
264
|
+
return "Usage: !set_ttl_long <seconds>"
|
|
265
|
+
|
|
266
|
+
if user_input.startswith("!set_ttl_short "):
|
|
267
|
+
try:
|
|
268
|
+
_, sec = user_input.split(maxsplit=1)
|
|
269
|
+
self.memory_manager.set_short_term_ttl_seconds(int(sec))
|
|
270
|
+
return f"Default short-term TTL set to: {sec} seconds."
|
|
271
|
+
except Exception:
|
|
272
|
+
return "Usage: !set_ttl_short <seconds>"
|
|
273
|
+
|
|
274
|
+
if user_input.startswith("!search_short "):
|
|
275
|
+
try:
|
|
276
|
+
_, q = user_input.split(maxsplit=1)
|
|
277
|
+
results = self.memory_manager.retrieve_by_tier(query=q, tier="short", top_k=self.rerank_k, threshold=self.score_threshold, rerank=True)
|
|
278
|
+
texts = [r.text for r in results]
|
|
279
|
+
return f"Short-term hits ({len(texts)}):\n" + "\n".join(texts)
|
|
280
|
+
except Exception as e:
|
|
281
|
+
return f"search_short failed: {e}"
|
|
282
|
+
|
|
283
|
+
if user_input.startswith("!search_long "):
|
|
284
|
+
try:
|
|
285
|
+
_, q = user_input.split(maxsplit=1)
|
|
286
|
+
results = self.memory_manager.retrieve_by_tier(query=q, tier="long", top_k=self.rerank_k, threshold=self.score_threshold, rerank=True)
|
|
287
|
+
texts = [r.text for r in results]
|
|
288
|
+
return f"Long-term hits ({len(texts)}):\n" + "\n".join(texts)
|
|
289
|
+
except Exception as e:
|
|
290
|
+
return f"search_long failed: {e}"
|
|
291
|
+
|
|
292
|
+
if user_input.startswith("!set_entity "):
|
|
293
|
+
try:
|
|
294
|
+
_, eid, etype = user_input.split(maxsplit=2)
|
|
295
|
+
self.memory_manager.set_entity(eid, etype)
|
|
296
|
+
return f"Entity set to id={eid}, type={etype}."
|
|
297
|
+
except Exception:
|
|
298
|
+
return "Usage: !set_entity <entity_id> <entity_type>"
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
# Build context string via adapter memories
|
|
302
|
+
long_term_context = self._retrieve_relevant_memories(user_input)
|
|
303
|
+
context_str = "\n".join(long_term_context) if long_term_context else ""
|
|
304
|
+
agent_input = {
|
|
305
|
+
"input": [{
|
|
306
|
+
"type": "text",
|
|
307
|
+
"text": f"Context:\n{context_str}\n\nQuestion: {user_input}",
|
|
308
|
+
}]
|
|
309
|
+
}
|
|
310
|
+
response = self.executor.invoke(agent_input)
|
|
311
|
+
output = response["output"]
|
|
312
|
+
self._update_long_term_memory(user_input, output)
|
|
313
|
+
return output
|