hana-ai 1.0.25070203__tar.gz → 1.0.25070700.post1__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.
Files changed (542) hide show
  1. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/INTRODUCTION.md +8 -7
  2. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/MANIFEST.in +0 -1
  3. {hana_ai-1.0.25070203/src/hana_ai.egg-info → hana_ai-1.0.25070700.post1}/PKG-INFO +3 -3
  4. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/README.md +1 -1
  5. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/pyproject.toml +1 -1
  6. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/requirements.txt +1 -1
  7. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/__init__.py +1 -1
  8. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/agents/hanaml_agent_with_memory.py +4 -3
  9. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/agents/hanaml_rag_agent.py +182 -20
  10. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/fetch_tools.py +1 -1
  11. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1/src/hana_ai.egg-info}/PKG-INFO +3 -3
  12. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai.egg-info/SOURCES.txt +0 -14
  13. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai.egg-info/requires.txt +1 -1
  14. hana_ai-1.0.25070203/img/agent.png +0 -0
  15. hana_ai-1.0.25070203/img/chatbotwithtoolkit.png +0 -0
  16. hana_ai-1.0.25070203/img/code_template.png +0 -0
  17. hana_ai-1.0.25070203/img/crag.png +0 -0
  18. hana_ai-1.0.25070203/img/dataset_report.png +0 -0
  19. hana_ai-1.0.25070203/img/embeddings.png +0 -0
  20. hana_ai-1.0.25070203/img/embeddings_pal.png +0 -0
  21. hana_ai-1.0.25070203/img/hana_embeddings.png +0 -0
  22. hana_ai-1.0.25070203/img/kg.png +0 -0
  23. hana_ai-1.0.25070203/img/pal_embeddings0.png +0 -0
  24. hana_ai-1.0.25070203/img/pal_embeddings1.png +0 -0
  25. hana_ai-1.0.25070203/img/smartdf_ask.png +0 -0
  26. hana_ai-1.0.25070203/img/smartdf_res.png +0 -0
  27. hana_ai-1.0.25070203/img/smartdf_transform.png +0 -0
  28. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/CONTRIBUTING.md +0 -0
  29. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/LICENSE +0 -0
  30. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/setup.cfg +0 -0
  31. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/agents/__init__.py +0 -0
  32. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/agents/hana_dataframe_agent.py +0 -0
  33. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/agents/hana_dataframe_prompt.py +0 -0
  34. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/agents/hana_sql_agent.py +0 -0
  35. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/agents/utilities.py +0 -0
  36. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/smart_dataframe.py +0 -0
  37. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/__init__.py +0 -0
  38. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/agent_as_a_tool.py +0 -0
  39. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/code_template_tools.py +0 -0
  40. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/__init__.py +0 -0
  41. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/additive_model_forecast_tools.py +0 -0
  42. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/automatic_timeseries_tools.py +0 -0
  43. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/cap_artifacts_tools.py +0 -0
  44. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/hdi_artifacts_tools.py +0 -0
  45. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/intermittent_forecast_tools.py +0 -0
  46. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/model_storage_tools.py +0 -0
  47. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/ts_accuracy_measure_tools.py +0 -0
  48. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/ts_check_tools.py +0 -0
  49. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/ts_outlier_detection_tools.py +0 -0
  50. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/ts_visualizer_tools.py +0 -0
  51. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/unsupported_tools.py +0 -0
  52. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/hana_ml_tools/utility.py +0 -0
  53. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/tools/toolkit.py +0 -0
  54. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/utility.py +0 -0
  55. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/__init__.py +0 -0
  56. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/code_templates.py +0 -0
  57. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/corrective_retriever.py +0 -0
  58. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/embedding_service.py +0 -0
  59. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/hana_vector_engine.py +0 -0
  60. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/__init__.py +0 -0
  61. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AMDPDeployer.txt +0 -0
  62. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AMDPGenerator.txt +0 -0
  63. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ARIMAExplainer.txt +0 -0
  64. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AdditiveModelForecastExplainer.txt +0 -0
  65. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AffinityPropagation.txt +0 -0
  66. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AgglomerateHierarchicalClustering.txt +0 -0
  67. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Apriori.txt +0 -0
  68. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AprioriLite.txt +0 -0
  69. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AutomaticClassificationPredictionWithReason.txt +0 -0
  70. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AutomaticClassificationTraining.txt +0 -0
  71. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AutomaticRegressionPredictionWithReason.txt +0 -0
  72. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AutomaticRegressionTraining.txt +0 -0
  73. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BCPD.txt +0 -0
  74. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BSTSExplainer.txt +0 -0
  75. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BeeswarmPlot.txt +0 -0
  76. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BestPipelineReport.txt +0 -0
  77. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BiVariateGeometricRegression.txt +0 -0
  78. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BiVariateNaturalLogarithmicRegression.txt +0 -0
  79. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BrownExponentialSmoothing.txt +0 -0
  80. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CATPCA.txt +0 -0
  81. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CPD.txt +0 -0
  82. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CRF.txt +0 -0
  83. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CommunitiesLouvain.txt +0 -0
  84. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CoxProportionalHazardModel.txt +0 -0
  85. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Croston.txt +0 -0
  86. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CrostonTSB.txt +0 -0
  87. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/DBSCAN.txt +0 -0
  88. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/DWT.txt +0 -0
  89. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/DatasetReport.txt +0 -0
  90. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Discretize.txt +0 -0
  91. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/DoubleExponentialSmoothing.txt +0 -0
  92. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/EDAVisualizer.txt +0 -0
  93. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Edge.txt +0 -0
  94. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ExponentialRegression.txt +0 -0
  95. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FFMClassifier.txt +0 -0
  96. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FFMRanker.txt +0 -0
  97. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FFMRegressor.txt +0 -0
  98. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FFT.txt +0 -0
  99. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FPGrowth.txt +0 -0
  100. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FairMLClassification.txt +0 -0
  101. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FairMLRegression.txt +0 -0
  102. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FeatureNormalizer.txt +0 -0
  103. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FeatureValueAndEffect.txt +0 -0
  104. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Fernet.txt +0 -0
  105. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GARCH.txt +0 -0
  106. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GRUAttention.txt +0 -0
  107. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GaussianMixture.txt +0 -0
  108. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GeneralProgressStatusMonitor.txt +0 -0
  109. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GeometryDBSCAN.txt +0 -0
  110. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GradientBoostingClassifier.txt +0 -0
  111. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GradientBoostingRegressor.txt +0 -0
  112. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GridSearchCV.txt +0 -0
  113. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/HANAGeneratorForCAP.txt +0 -0
  114. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/HANAScheduler.txt +0 -0
  115. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/HanaGenerator.txt +0 -0
  116. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Hierarchical_Forecast.txt +0 -0
  117. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/IdGenerator.txt +0 -0
  118. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/InPort.txt +0 -0
  119. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KBinsDiscretizer.txt +0 -0
  120. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KDE.txt +0 -0
  121. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KMeansOutlier.txt +0 -0
  122. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KMedians.txt +0 -0
  123. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KMedoids.txt +0 -0
  124. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KNN.txt +0 -0
  125. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KORD.txt +0 -0
  126. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KShortestPaths.txt +0 -0
  127. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/LR_seasonal_adjust.txt +0 -0
  128. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/LSTM.txt +0 -0
  129. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/LTSF.txt +0 -0
  130. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/LinkPrediction.txt +0 -0
  131. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/MDS.txt +0 -0
  132. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/MLPRecommender.txt +0 -0
  133. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/MetricReportBuilder.txt +0 -0
  134. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/MetricsVisualizer.txt +0 -0
  135. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Model.txt +0 -0
  136. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ModelStorage.txt +0 -0
  137. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Neighbors.txt +0 -0
  138. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/NeighborsSubgraph.txt +0 -0
  139. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Node.txt +0 -0
  140. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OnlineARIMA.txt +0 -0
  141. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OnlineBCPD.txt +0 -0
  142. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OnlineLinearRegression.txt +0 -0
  143. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OutPort.txt +0 -0
  144. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OutlierProfiling.txt +0 -0
  145. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/PCA.txt +0 -0
  146. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Page.txt +0 -0
  147. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/PageRank.txt +0 -0
  148. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/PipelineProgressStatusMonitor.txt +0 -0
  149. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/PolynomialRegression.txt +0 -0
  150. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Preprocessing.txt +0 -0
  151. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/QuantileTransform.txt +0 -0
  152. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/RandomForestClassifier.txt +0 -0
  153. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/RandomForestRegressor.txt +0 -0
  154. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/RandomSearchCV.txt +0 -0
  155. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SMOTE.txt +0 -0
  156. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SMOTETomek.txt +0 -0
  157. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SOM.txt +0 -0
  158. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SPM.txt +0 -0
  159. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Sampling.txt +0 -0
  160. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Settings.txt +0 -0
  161. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ShapleyExplainer.txt +0 -0
  162. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ShortestPath.txt +0 -0
  163. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ShortestPathsOneToAll.txt +0 -0
  164. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SimplePipelineProgressStatusMonitor.txt +0 -0
  165. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SingleExponentialSmoothing.txt +0 -0
  166. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SlightSilhouette.txt +0 -0
  167. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SpectralClustering.txt +0 -0
  168. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/StronglyConnectedComponents.txt +0 -0
  169. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TFIDF.txt +0 -0
  170. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TSNE.txt +0 -0
  171. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TimeSeriesExplainer.txt +0 -0
  172. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TimeSeriesReport.txt +0 -0
  173. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TomekLinks.txt +0 -0
  174. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TopologicalSort.txt +0 -0
  175. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TreeModelDebriefing.txt +0 -0
  176. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TripleExponentialSmoothing.txt +0 -0
  177. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/UnifiedExponentialSmoothing.txt +0 -0
  178. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/UnifiedReport.txt +0 -0
  179. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Visualizer.txt +0 -0
  180. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/WeaklyConnectedComponents.txt +0 -0
  181. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/WordCloud.txt +0 -0
  182. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/abc_analysis.txt +0 -0
  183. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/accuracy_measure.txt +0 -0
  184. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/accuracy_score.txt +0 -0
  185. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/auc.txt +0 -0
  186. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/bar_plot.txt +0 -0
  187. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/benford_analysis.txt +0 -0
  188. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/bernoulli.txt +0 -0
  189. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/beta.txt +0 -0
  190. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/binary_classification_debriefing.txt +0 -0
  191. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/binomial.txt +0 -0
  192. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/box_plot.txt +0 -0
  193. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/bubble_plot.txt +0 -0
  194. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/candlestick_plot.txt +0 -0
  195. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/cauchy.txt +0 -0
  196. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/cdf.txt +0 -0
  197. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/check_pal_function_exist.txt +0 -0
  198. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/chi_squared.txt +0 -0
  199. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/chi_squared_goodness_of_fit.txt +0 -0
  200. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/chi_squared_independence.txt +0 -0
  201. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/condition_index.txt +0 -0
  202. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/confusion_matrix.txt +0 -0
  203. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/connection_context.txt +0 -0
  204. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/correlation.txt +0 -0
  205. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/correlation_plot.txt +0 -0
  206. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/covariance_matrix.txt +0 -0
  207. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_dataframe_from_pandas.txt +0 -0
  208. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_dataframe_from_shapefile.txt +0 -0
  209. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_dataframe_from_spark.txt +0 -0
  210. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_graph_from_dataframes.txt +0 -0
  211. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_graph_from_edges_dataframe.txt +0 -0
  212. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_graph_from_hana_dataframes.txt +0 -0
  213. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/dataframe_functions.txt +0 -0
  214. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/delete_afl_state.txt +0 -0
  215. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/delete_afl_state_by_description.txt +0 -0
  216. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/discover_graph_workspace.txt +0 -0
  217. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/discover_graph_workspaces.txt +0 -0
  218. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/distribution_fit.txt +0 -0
  219. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/distribution_plot.txt +0 -0
  220. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/dtw.txt +0 -0
  221. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/entropy.txt +0 -0
  222. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/exponential.txt +0 -0
  223. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/export_into.txt +0 -0
  224. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/f.txt +0 -0
  225. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/f_oneway.txt +0 -0
  226. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/f_oneway_repeated.txt +0 -0
  227. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/factor_analysis.txt +0 -0
  228. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/fast_dtw.txt +0 -0
  229. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/forecast_line_plot.txt +0 -0
  230. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ftest_equal_var.txt +0 -0
  231. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/gamma.txt +0 -0
  232. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/generate_feature.txt +0 -0
  233. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/geometric.txt +0 -0
  234. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_created_srses.txt +0 -0
  235. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_floor_value.txt +0 -0
  236. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_max_index.txt +0 -0
  237. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_min_index.txt +0 -0
  238. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_pipeline_info.txt +0 -0
  239. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_related_doc.txt +0 -0
  240. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_related_term.txt +0 -0
  241. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_relevant_doc.txt +0 -0
  242. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_relevant_term.txt +0 -0
  243. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_suggested_term.txt +0 -0
  244. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_tempdir_path.txt +0 -0
  245. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_type_code_map.txt +0 -0
  246. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/grubbs_test.txt +0 -0
  247. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/gumbel.txt +0 -0
  248. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/hist.txt +0 -0
  249. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/hull_white_simulate.txt +0 -0
  250. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/import_csv_from.txt +0 -0
  251. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/import_from.txt +0 -0
  252. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/intermittent_forecast.txt +0 -0
  253. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/interval_quality.txt +0 -0
  254. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/iqr.txt +0 -0
  255. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/kaplan_meier_survival_analysis.txt +0 -0
  256. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/kdeplot.txt +0 -0
  257. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ks_test.txt +0 -0
  258. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/list_afl_state.txt +0 -0
  259. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/lognormal.txt +0 -0
  260. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/m4_sampling.txt +0 -0
  261. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/mae.txt +0 -0
  262. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/massive_fft.txt +0 -0
  263. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/mcmc.txt +0 -0
  264. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/median_test_1samp.txt +0 -0
  265. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/melt.txt +0 -0
  266. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/minify.txt +0 -0
  267. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/multiclass_auc.txt +0 -0
  268. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/multinomial.txt +0 -0
  269. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/negative_binomial.txt +0 -0
  270. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/normal.txt +0 -0
  271. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/notna.txt +0 -0
  272. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/outlier_detection_kmeans.txt +0 -0
  273. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/parallel_coordinates.txt +0 -0
  274. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/pearsonr_matrix.txt +0 -0
  275. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/periodogram.txt +0 -0
  276. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/permutation_importance.txt +0 -0
  277. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/pert.txt +0 -0
  278. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/pie_plot.txt +0 -0
  279. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_acf.txt +0 -0
  280. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_change_points.txt +0 -0
  281. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_moving_average.txt +0 -0
  282. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_pacf.txt +0 -0
  283. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_psd.txt +0 -0
  284. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_rolling_stddev.txt +0 -0
  285. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_seasonal_decompose.txt +0 -0
  286. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_time_series_outlier.txt +0 -0
  287. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/poisson.txt +0 -0
  288. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/quantile.txt +0 -0
  289. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/quarter_plot.txt +0 -0
  290. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/quote.txt +0 -0
  291. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/quotename.txt +0 -0
  292. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/r2_score.txt +0 -0
  293. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/read_pickle.txt +0 -0
  294. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/regression_score.txt +0 -0
  295. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/rmse.txt +0 -0
  296. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/scatter_plot.txt +0 -0
  297. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/seasonal_decompose.txt +0 -0
  298. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/seasonal_plot.txt +0 -0
  299. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/smart_quote.txt +0 -0
  300. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/stationarity_test.txt +0 -0
  301. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/student_t.txt +0 -0
  302. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/text_classification.txt +0 -0
  303. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/tf_analysis.txt +0 -0
  304. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/timeseries_box_plot.txt +0 -0
  305. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/train_test_val_split.txt +0 -0
  306. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/trend_test.txt +0 -0
  307. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ttest_1samp.txt +0 -0
  308. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ttest_ind.txt +0 -0
  309. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ttest_paired.txt +0 -0
  310. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/type_sql2cds.txt +0 -0
  311. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/uniform.txt +0 -0
  312. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/unify_min_max_value_of_yAxis.txt +0 -0
  313. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/unique.txt +0 -0
  314. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/univariate_analysis.txt +0 -0
  315. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/update_display.txt +0 -0
  316. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/variance_test.txt +0 -0
  317. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/version_compare.txt +0 -0
  318. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wavedec.txt +0 -0
  319. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/waverec.txt +0 -0
  320. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/weibull.txt +0 -0
  321. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/weighted_score_table.txt +0 -0
  322. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/white_noise_test.txt +0 -0
  323. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wilcoxon.txt +0 -0
  324. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wpdec.txt +0 -0
  325. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wprec.txt +0 -0
  326. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wraps.txt +0 -0
  327. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/AutoML-checkpoint.txt +0 -0
  328. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/AutoML.txt +0 -0
  329. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/Multi-task-multilayer-perceptron.txt +0 -0
  330. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/Optimization.txt +0 -0
  331. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/abc-analysis-d92aa78.txt +0 -0
  332. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/accelerated-k-means-5a3e282.txt +0 -0
  333. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/additive-model-time-series-analysis-7e78d06.txt +0 -0
  334. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/affinity-propagation-ec478f5.txt +0 -0
  335. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/agglomerate-hierarchical-clustering-394a529.txt +0 -0
  336. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/alternating-least-squares-7129de6.txt +0 -0
  337. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/anomaly-detection-8c0e2a6.txt +0 -0
  338. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/anova-e8a1d1b.txt +0 -0
  339. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/application-function-library-afl-11abcbf.txt +0 -0
  340. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/apriori-7a073d6.txt +0 -0
  341. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/area-under-curve-auc-df08788.txt +0 -0
  342. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/arima-dbd52a1.txt +0 -0
  343. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/attention-d0743fb.txt +0 -0
  344. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/auto-arima-9f2574e.txt +0 -0
  345. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/auto-exponential-smoothing-60471b0.txt +0 -0
  346. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/automl-tutorial-9954eef.txt +0 -0
  347. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/bayesian-change-point-detection-c6387a3.txt +0 -0
  348. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/bayesian-structural-time-series-b997257.txt +0 -0
  349. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/bi-variate-geometric-regression-71a9cee.txt +0 -0
  350. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/bi-variate-natural-logarithmic-regression-57ced8a.txt +0 -0
  351. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/biased-model-b663cf1.txt +0 -0
  352. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/biased-model-f03d616.txt +0 -0
  353. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/brown-exponential-smoothing-a5981d5.txt +0 -0
  354. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/calling-pal-procedures-2c2a424.txt +0 -0
  355. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/calling-pal-procedures-in-parallel-with-hint-parallel-by-parameter-partitions-ed5807b.txt +0 -0
  356. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/calling-pal-procedures-in-parallel-with-map-reduce-5e462e1.txt +0 -0
  357. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/calling-pal-procedures-in-parallel-with-operator-map-merge-7b7bbef.txt +0 -0
  358. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/categorical-principal-component-analysis-ef445c7.txt +0 -0
  359. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/change-point-detection-70ea3e2.txt +0 -0
  360. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/chi-square-goodness-of-fit-test-af48bff.txt +0 -0
  361. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/chi-squared-test-of-independence-90fbf5c.txt +0 -0
  362. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/cluster-assignment-bb994fb.txt +0 -0
  363. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/compatibility-264fbdc.txt +0 -0
  364. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/compatibility-4849b44.txt +0 -0
  365. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/compatibility-7a49959.txt +0 -0
  366. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/condition-index-bf089cc.txt +0 -0
  367. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/conditional-random-field-48ece2f.txt +0 -0
  368. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/confusion-matrix-79c0d16.txt +0 -0
  369. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/correlation-function-bb69320.txt +0 -0
  370. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/cox-proportional-hazard-model-1492fd1.txt +0 -0
  371. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/croston-s-method-c6721c3.txt +0 -0
  372. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/croston-tsb-method-8203847.txt +0 -0
  373. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/cumulative-distribution-function-3d24332.txt +0 -0
  374. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/customized-seasonalities-6c30a24.txt +0 -0
  375. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/data-partition-39da6b3.txt +0 -0
  376. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/data-partition-4ca3a33.txt +0 -0
  377. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/dbscan-b2c5511.txt +0 -0
  378. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/decision-trees-c8ab80c.txt +0 -0
  379. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/detect-outlier-from-residual-f5a6285.txt +0 -0
  380. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/discrete-wavelet-packet-transform-2f5d75b.txt +0 -0
  381. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/discrete-wavelet-transform-2ad85a5.txt +0 -0
  382. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/discretize-612b76f.txt +0 -0
  383. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/discretize-apply-82921db.txt +0 -0
  384. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/distribution-fitting-d15e88a.txt +0 -0
  385. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/distribution-quantile-6ae6985.txt +0 -0
  386. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/double-exponential-smoothing-4665493.txt +0 -0
  387. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/dynamic-time-warping-2b949ae.txt +0 -0
  388. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/early-stop-of-hybrid-gradient-boosting-tree-daad5b4.txt +0 -0
  389. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/entropy-35daf5c.txt +0 -0
  390. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/equal-variance-test-a11d2bb.txt +0 -0
  391. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/exception-handling-22f1c1b.txt +0 -0
  392. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/explaining-the-forecasts-of-arima-bca2300.txt +0 -0
  393. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/exponential-regression-011ebc9.txt +0 -0
  394. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/factor-analysis-d0d962d.txt +0 -0
  395. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/factorized-polynomial-regression-models-27e7242.txt +0 -0
  396. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/fast-dynamic-time-warping-66e588e.txt +0 -0
  397. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/fast-fourier-transform-e9a3680.txt +0 -0
  398. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/feature-grouping-for-hybrid-gradient-boosting-tree-c3767f6.txt +0 -0
  399. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/feature-selection-29a47ef.txt +0 -0
  400. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/field-aware-factorization-machine-2e30885.txt +0 -0
  401. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/forecast-accuracy-measures-568723f.txt +0 -0
  402. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/fp-growth-9495128.txt +0 -0
  403. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/garch-f71f400.txt +0 -0
  404. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/gaussian-mixture-model-gmm-3054f47.txt +0 -0
  405. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/generalised-linear-models-1e4e0a6.txt +0 -0
  406. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/geometry-dbscan-66fab6f.txt +0 -0
  407. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-related-documents-7c0a97b.txt +0 -0
  408. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-related-documents-multi.txt +0 -0
  409. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-related-terms-0eebec7.txt +0 -0
  410. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-related-terms-multi.txt +0 -0
  411. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-relevant-documents-ea0b7cd.txt +0 -0
  412. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-relevant-documents-multi.txt +0 -0
  413. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-relevant-terms-bb2018a.txt +0 -0
  414. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-relevant-terms-multi.txt +0 -0
  415. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-suggested-terms-ceaf49e.txt +0 -0
  416. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-suggested-terms-multi.txt +0 -0
  417. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/grubbs-test-32ccab0.txt +0 -0
  418. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/hierarchical-forecast-384e8e7.txt +0 -0
  419. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/histogram-splitting-method-for-hybrid-gradient-boosting-tree-7216cbe.txt +0 -0
  420. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/hull-white.txt +0 -0
  421. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/hybrid-gradient-boosting-tree-ca5106c.txt +0 -0
  422. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/inter-quartile-range-3e322ad.txt +0 -0
  423. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/intermittent-time-series-forecast-itsf-e0ac689.txt +0 -0
  424. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/interval-quality-cf9e45d.txt +0 -0
  425. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/isolation-forest-11345d9.txt +0 -0
  426. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/k-means-53e6908.txt +0 -0
  427. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/k-medians-91dc75c.txt +0 -0
  428. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/k-medoids-0ba6f4b.txt +0 -0
  429. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/k-optimal-rule-discovery-kord-598818b.txt +0 -0
  430. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/kaplan-meier-survival-analysis-b1e7a3c.txt +0 -0
  431. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/kernel-density-18d0510.txt +0 -0
  432. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/kolmogorov-smirnov-test-1aab0c6.txt +0 -0
  433. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/latent-dirichlet-allocation-866928f.txt +0 -0
  434. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/linear-discriminant-analysis-a2b984a.txt +0 -0
  435. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/linear-regression-with-damped-trend-and-seasonal-adjust-d5f360d.txt +0 -0
  436. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/link-prediction-9f3dc84.txt +0 -0
  437. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/local-interpretability-of-models-c330665.txt +0 -0
  438. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/local-interpretability-of-models-cb71249.txt +0 -0
  439. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/local-interpretability-of-models-e25b17e.txt +0 -0
  440. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/local-interpretability-of-models-e576c27.txt +0 -0
  441. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/logistic-regression-with-elastic-net-regularization-46effe5.txt +0 -0
  442. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/long-short-term-memory-3c2fc78.txt +0 -0
  443. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/long-term-series-forecasting-060735d.txt +0 -0
  444. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/mcmc-sampling-b492ef9.txt +0 -0
  445. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/methods-to-get-residual-in-outlier-detection-eadb4d4.txt +0 -0
  446. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/missing-value-handling-3b26f67.txt +0 -0
  447. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/missing-value-handling-40aa336.txt +0 -0
  448. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/missing-value-handling-41174ae.txt +0 -0
  449. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/missing-value-handling-594ba55.txt +0 -0
  450. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-6b8be39.txt +0 -0
  451. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-825e28e.txt +0 -0
  452. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-c77c002.txt +0 -0
  453. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-ea71174.txt +0 -0
  454. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-ee6b28e.txt +0 -0
  455. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-fc7f18b.txt +0 -0
  456. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-0f7e441.txt +0 -0
  457. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-73bbec0.txt +0 -0
  458. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-7a36df4.txt +0 -0
  459. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-adf189b.txt +0 -0
  460. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-and-parameter-selection-602e54b.txt +0 -0
  461. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-and-parameter-selection-c7cf1f6.txt +0 -0
  462. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-visualization-174c46c.txt +0 -0
  463. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multi-class-logistic-regression-bc5fe09.txt +0 -0
  464. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multidimensional-scaling-mds-75a1c5a.txt +0 -0
  465. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multilayer-perceptron-ddd236d.txt +0 -0
  466. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multiple-linear-regression-eedc909.txt +0 -0
  467. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multivariate-analysis-e872de9.txt +0 -0
  468. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/naive-bayes-4fdc40e.txt +0 -0
  469. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/one-sample-median-test-c7e9654.txt +0 -0
  470. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/online-arima-1027f8a.txt +0 -0
  471. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/online-bayesian-change-point-detection-1398751.txt +0 -0
  472. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/online-linear-regression-ffbfa5a.txt +0 -0
  473. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/online-multi-class-logistic-regression-efe794e.txt +0 -0
  474. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/outlier-detection-17253b4.txt +0 -0
  475. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/pagerank-27a10e6.txt +0 -0
  476. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/parameter-tables-6c931c4.txt +0 -0
  477. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/parameter-tables-94a8d3b.txt +0 -0
  478. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/partition-af41e5f.txt +0 -0
  479. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/periodogram-b9253c7.txt +0 -0
  480. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/permutation-importance-e36d4e1.txt +0 -0
  481. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/permutation-importance-ff18019.txt +0 -0
  482. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/pipeline-de96493.txt +0 -0
  483. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/pipeline-operator-fd58a3f.txt +0 -0
  484. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/polynomial-regression-daf62ae.txt +0 -0
  485. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/power-transform-3bc0528.txt +0 -0
  486. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/precomputed-distance-matrix-as-input-data-49f9b46.txt +0 -0
  487. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/precomputed-distance-matrix-as-input-data-c627694.txt +0 -0
  488. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/prediction-intervals-and-confidence-intervals-d854b8c.txt +0 -0
  489. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/prediction-intervals-and-confidence-intervals-f157449.txt +0 -0
  490. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/principal-component-analysis-pca-dbf2eae.txt +0 -0
  491. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/random-decision-trees-9ad576a.txt +0 -0
  492. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/random-distribution-sampling-031e35e.txt +0 -0
  493. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/restricting-cpu-and-memory-usage-874883c.txt +0 -0
  494. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/rocket-07c9a8c.txt +0 -0
  495. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/sampling-282550b.txt +0 -0
  496. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scale-e3f29fa.txt +0 -0
  497. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scale-with-model-f8d480e.txt +0 -0
  498. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scenario-analyze-the-cash-flow-of-an-investment-on-a-new-product-a2f8380.txt +0 -0
  499. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scenario-predict-segmentation-of-new-customers-for-a-supermarket-e1acc4e.txt +0 -0
  500. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scenario-survival-analysis-51b366d.txt +0 -0
  501. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/seasonality-test-d990dc7.txt +0 -0
  502. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/self-organizing-maps-8e000f8.txt +0 -0
  503. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/sequential-pattern-mining-860ec4a.txt +0 -0
  504. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/single-exponential-smoothing-ba4bb85.txt +0 -0
  505. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/slight-silhouette-bd6fa5c.txt +0 -0
  506. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/smote-1bef6c3.txt +0 -0
  507. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/smotetomek-343b849.txt +0 -0
  508. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/spectral-clustering-d540a57.txt +0 -0
  509. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/state-enabled-real-time-scoring-functions-b88b433.txt +0 -0
  510. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/stationarity-test-1d85b07.txt +0 -0
  511. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/successive-halving-and-hyperband-for-model-evaluation-and-parameter-selection-734113f.txt +0 -0
  512. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/support-vector-machine-901a10d.txt +0 -0
  513. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/switching-between-the-pal-algorithms-with-the-same-dataset-3879837.txt +0 -0
  514. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/t-distributed-stochastic-neighbour-embedding-3de9095.txt +0 -0
  515. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/t-test-431ffa3.txt +0 -0
  516. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/term-analysis-0dd1876.txt +0 -0
  517. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/text-classification-6425747.txt +0 -0
  518. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/text-classification-predict.txt +0 -0
  519. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/text-classification-train.txt +0 -0
  520. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/tf-idf-calculation-ef2bad0.txt +0 -0
  521. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/time-series-missing-value-handling-368f755.txt +0 -0
  522. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/tomek-s-links-aad0816.txt +0 -0
  523. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/trend-test-88f9cdd.txt +0 -0
  524. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/triple-exponential-smoothing-a25b1de.txt +0 -0
  525. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/tutorial-dataset-f9e32f5.txt +0 -0
  526. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-classification-8bd88cf.txt +0 -0
  527. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-classification-with-pivoted-input-data-5f37c0a.txt +0 -0
  528. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-clustering-6870a0c.txt +0 -0
  529. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-clustering-with-pivoted-input-data-baa7174.txt +0 -0
  530. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-exponential-smoothing-0d3683e.txt +0 -0
  531. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-exponential-smoothing-with-pivoted-input-data-f54758e.txt +0 -0
  532. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-regression-736b679.txt +0 -0
  533. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-regression-with-pivoted-input-data-3fdd715.txt +0 -0
  534. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/univariate-analysis-a1fac59.txt +0 -0
  535. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/variance-test-08cb673.txt +0 -0
  536. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/varma-19e206e.txt +0 -0
  537. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/weighted-score-table-a72289c.txt +0 -0
  538. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/white-noise-test-9536698.txt +0 -0
  539. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/wilcox-signed-rank-test-e4d3416.txt +0 -0
  540. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai/vectorstore/union_vector_stores.py +0 -0
  541. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai.egg-info/dependency_links.txt +0 -0
  542. {hana_ai-1.0.25070203 → hana_ai-1.0.25070700.post1}/src/hana_ai.egg-info/top_level.txt +0 -0
@@ -21,12 +21,13 @@ The generative AI toolkit for SAP HANA Cloud provides the following key capabili
21
21
  This conversational agent (agents.hanaml_agent_with_memory.HANAMLAgentWithMemory class), aids to streamline development of SAP HANA Cloud forecasting and machine learning models, it's re-using the provided library of HANA ai-tools (tools.toolkit.HANAMLToolkit class) and is based on the Langchain agent framework. Trained models and artifacts are persisted using the hana_ml model storage class that helps manage the model version.
22
22
  ```python
23
23
  from hana_ai.tools.toolkit import HANAMLToolkit
24
+ from hana_ai.agents.hanaml_rag_agent import HANAMLRAGAgent
25
+
24
26
  tools = HANAMLToolkit(cc, used_tools='all').get_tools()
27
+ chatbot = HANAMLRAGAgent(llm=llm, tools=tools, verbose=True, vector_store_type="hanadb", hana_connection_context=cc)
25
28
 
26
- from hana_ai.agents.hanaml_agent_with_memory import HANAMLAgentWithMemory
27
- chatbot = HANAMLAgentWithMemory(llm=llm, toos=tools, session_id='hana_ai_test', n_messages=10)
28
29
  ```
29
- <img src="./img/chatbotwithtoolkit.png" alt="image" width="800" height="auto">
30
+ <img src="./doc/image/chatbotwithtoolkit.png" alt="image" width="800" height="auto">
30
31
 
31
32
  ## Library of tools for HANA-ML
32
33
  Provided AI-tools for streamlining usage of HANA ML functions in context of the conversational agent.
@@ -88,7 +89,7 @@ code_tool.set_vectordb(self.vectordb)
88
89
  ```python
89
90
  hana_vec.query("AutoML classification", top_n=1)
90
91
  ```
91
- ![alt](./img/code_template.png)
92
+ ![alt](./doc/image/code_template.png)
92
93
 
93
94
  ### Working with multiple Vector Stores
94
95
  Union of multiple vector stores is possible
@@ -116,14 +117,14 @@ sdf = SmartDataFrame(hana_df)
116
117
  sdf.configure(tools=[code_tool], llm=llm)
117
118
  sdf.ask("Show the samples of the dataset", verbose=True)
118
119
  ```
119
- ![alt](./img/smartdf_ask.png)
120
+ ![alt](./doc/image/smartdf_ask.png)
120
121
 
121
122
  ```python
122
123
  new_df = sdf.transform("Get first two rows", verbose=True)
123
124
  new_df.collect()
124
125
  ```
125
- ![alt](./img/smartdf_transform.png)
126
- ![alt](./img/smartdf_res.png)
126
+ ![alt](./doc/image/smartdf_transform.png)
127
+ ![alt](./doc/image/smartdf_res.png)
127
128
 
128
129
 
129
130
 
@@ -7,4 +7,3 @@ include CONTRIBUTING.md
7
7
  include src/hana_ai/vectorstore/knowledge_base/python_knowledge/*
8
8
  include src/hana_ai/vectorstore/knowledge_base/sql_knowledge/*
9
9
  include src/hana_ai/agents/scenario_knowledge_base/*
10
- include img/*
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hana_ai
3
- Version: 1.0.25070203
3
+ Version: 1.0.25070700.post1
4
4
  Summary: Generative AI Toolkit for SAP HANA Cloud
5
5
  Author: SAP
6
6
  License: Apache-2.0
@@ -20,11 +20,11 @@ Requires-Dist: langchain-community
20
20
  Requires-Dist: langchain-core
21
21
  Requires-Dist: langchain-experimental
22
22
  Requires-Dist: langchain-text-splitters
23
+ Requires-Dist: langchain-hana
23
24
  Requires-Dist: pydantic
24
25
  Requires-Dist: pydantic-core
25
26
  Requires-Dist: cryptography
26
27
  Requires-Dist: ipython
27
- Requires-Dist: sentence_transformers
28
28
  Requires-Dist: deprecated
29
29
  Dynamic: license-file
30
30
 
@@ -34,7 +34,7 @@ Dynamic: license-file
34
34
 
35
35
  ## About this project
36
36
 
37
- Generative AI Client for SAP HANA Cloud is an extension of the existing HANA ML Python client library, mainly focusing on GenAI and related use cases. It includes many leading-edge GenAI related open source libraries and provides seamless integration with HANA ML, HANA vector engine, and other SAP GenAI Hub SDK, see our [Introduction](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/INTRODUCTION.md), [Notebook](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/nutest/testscripts/demo/e2e_scenarios/time_series_forecast_scenario_sales_refunds.ipynb) and [Documentation](https://sap.github.io/generative-ai-toolkit-for-sap-hana-cloud/).
37
+ Generative AI Client for SAP HANA Cloud is an extension of the existing HANA ML Python client library, mainly focusing on GenAI and related use cases. It includes many leading-edge GenAI related open source libraries and provides seamless integration with HANA ML, HANA vector engine, and other SAP GenAI Hub SDK, see our [Introduction](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/INTRODUCTION.md), [Notebook](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/nutest/testscripts/demo/e2e_scenarios/time_series_forecast_scenario_sales_refunds_new.ipynb) and [Documentation](https://sap.github.io/generative-ai-toolkit-for-sap-hana-cloud/).
38
38
 
39
39
  ## Requirements and Setup
40
40
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## About this project
6
6
 
7
- Generative AI Client for SAP HANA Cloud is an extension of the existing HANA ML Python client library, mainly focusing on GenAI and related use cases. It includes many leading-edge GenAI related open source libraries and provides seamless integration with HANA ML, HANA vector engine, and other SAP GenAI Hub SDK, see our [Introduction](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/INTRODUCTION.md), [Notebook](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/nutest/testscripts/demo/e2e_scenarios/time_series_forecast_scenario_sales_refunds.ipynb) and [Documentation](https://sap.github.io/generative-ai-toolkit-for-sap-hana-cloud/).
7
+ Generative AI Client for SAP HANA Cloud is an extension of the existing HANA ML Python client library, mainly focusing on GenAI and related use cases. It includes many leading-edge GenAI related open source libraries and provides seamless integration with HANA ML, HANA vector engine, and other SAP GenAI Hub SDK, see our [Introduction](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/INTRODUCTION.md), [Notebook](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/nutest/testscripts/demo/e2e_scenarios/time_series_forecast_scenario_sales_refunds_new.ipynb) and [Documentation](https://sap.github.io/generative-ai-toolkit-for-sap-hana-cloud/).
8
8
 
9
9
  ## Requirements and Setup
10
10
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hana_ai"
7
- version = "1.0.25070203"
7
+ version = "1.0.25070700.post1"
8
8
  authors = [
9
9
  {name = "SAP"}
10
10
  ]
@@ -6,9 +6,9 @@ langchain-community
6
6
  langchain-core
7
7
  langchain-experimental
8
8
  langchain-text-splitters
9
+ langchain-hana
9
10
  pydantic
10
11
  pydantic-core
11
12
  cryptography
12
13
  ipython
13
- sentence_transformers
14
14
  deprecated
@@ -2,4 +2,4 @@
2
2
  hana_ai is a Python package for AI/ML related utilities.
3
3
  """
4
4
 
5
- __version__ = "1.0.25070203"
5
+ __version__ = "1.0.25070700.post1"
@@ -10,7 +10,7 @@ The following class is available:
10
10
  #pylint: disable=ungrouped-imports, abstract-method
11
11
  import json
12
12
  import logging
13
- from deprecated import deprecated
13
+ import warnings
14
14
  import pandas as pd
15
15
  #from pydantic import ValidationError
16
16
  from langchain.agents import initialize_agent, AgentType, Tool
@@ -76,7 +76,6 @@ def _get_pandas_meta(df):
76
76
  return json.dumps({"columns": columns})
77
77
  return ''
78
78
 
79
- @deprecated(version="1.0.25070200", reason="Use HANAMLRagAgent instead")
80
79
  class HANAMLAgentWithMemory(object):
81
80
  """
82
81
  A chatbot that can remember the chat history and use it to generate responses.
@@ -108,6 +107,9 @@ class HANAMLAgentWithMemory(object):
108
107
  >>> chatbot.run(question="Analyze the data from the table MYTEST.")
109
108
  """
110
109
  def __init__(self, llm, tools, session_id="hanaai_chat_session", n_messages=10, max_observations=5, verbose=False, **kwargs):
110
+ with warnings.catch_warnings():
111
+ warnings.simplefilter("always")
112
+ warnings.warn("HANAMLAgentWithMemory has been deprecated. Please use HANAMLRAGAgent instead.", DeprecationWarning, stacklevel=2)
111
113
  self.llm = llm
112
114
  self.tools = list(tools)
113
115
  self.memory = InMemoryChatMessageHistory(session_id=session_id)
@@ -194,7 +196,6 @@ class HANAMLAgentWithMemory(object):
194
196
  )
195
197
  return "Chat history has been deleted successfully."
196
198
 
197
-
198
199
  def run(self, question):
199
200
  """
200
201
  Chat with the chatbot.
@@ -13,6 +13,7 @@ from typing import Dict, List, Any, Optional, Tuple, Union
13
13
  from datetime import datetime
14
14
  import logging
15
15
  import pandas as pd
16
+ from sqlalchemy import delete
16
17
  from langchain_text_splitters import RecursiveCharacterTextSplitter
17
18
  from langchain.agents import Tool, AgentExecutor, create_openai_functions_agent
18
19
  from langchain.memory import ConversationBufferWindowMemory
@@ -23,8 +24,12 @@ from langchain_core.callbacks.manager import CallbackManagerForChainRun
23
24
  from langchain_core.tools import BaseTool
24
25
  from langchain_community.chat_message_histories import SQLChatMessageHistory
25
26
  from langchain_community.vectorstores import FAISS
27
+ from langchain_community.vectorstores.hanavector import HanaDB
26
28
 
27
- from sentence_transformers import CrossEncoder
29
+ try:
30
+ from sentence_transformers import CrossEncoder
31
+ except ImportError:
32
+ pass
28
33
  from hana_ai.agents.utilities import _check_generated_cap_for_bas, _inspect_python_code
29
34
  from hana_ai.vectorstore.embedding_service import GenAIHubEmbeddings
30
35
 
@@ -74,7 +79,7 @@ class HANAMLRAGAgent:
74
79
  def __init__(self,
75
80
  tools: List[Tool],
76
81
  llm: Any,
77
- vectorstore_path: str = "chat_history_vectorstore",
82
+ vectorstore_path: str = "chat_history_vectorstore", # FAISS vectorstore path
78
83
  memory_window: int = 10,
79
84
  long_term_db: str = "sqlite:///chat_history.db",
80
85
  long_term_memory_limit: int = 1000,
@@ -84,8 +89,13 @@ class HANAMLRAGAgent:
84
89
  forget_percentage: float = 0.1,
85
90
  max_iterations: int = 10,
86
91
  cross_encoder: CrossEncoder = CrossEncoder('cross-encoder/ms-marco-MiniLM-L-6-v2'),
87
- rerank_k: int = 10,
92
+ rerank_candidates: int = 20,
93
+ rerank_k: int = 3,
88
94
  score_threshold: float = 0.5,
95
+ vector_store_type = "faiss", # 'faiss' or 'hanadb'
96
+ hana_connection_context = None, # Required if vector_store is 'hanadb'
97
+ hana_vector_table: str = "HANA_AI_CHAT_HISTORY",
98
+ drop_existing_hana_vector_table: bool = False,
89
99
  verbose: bool = False):
90
100
  """
91
101
  Initialize the chatbot with integrated tools and memory systems.
@@ -133,15 +143,34 @@ class HANAMLRAGAgent:
133
143
  cross_encoder : CrossEncoder
134
144
  Cross-encoder model for reranking retrieved documents.
135
145
 
136
- Defaults to a pre-trained cross-encoder model 'cross-encoder/ms-marco-MiniLM-L-6-v2'.
146
+ Defaults to a pre-trained cross-encoder model 'cross-encoder/ms-marco-MiniLM-L-6-v2'.
147
+ rerank_candidates : int
148
+ Number of candidate documents to retrieve for reranking.
149
+
150
+ Defaults to 20.
137
151
  rerank_k : int
138
152
  Number of documents to retrieve for reranking.
139
153
 
140
- Defaults to 10.
154
+ Defaults to 3.
141
155
  score_threshold : float
142
156
  Similarity score threshold for retrieval.
143
157
 
144
158
  Defaults to 0.5.
159
+ vector_store_type : str
160
+ Type of vector store to use for long-term memory. Options are 'faiss' or 'hanadb'.
161
+
162
+ Defaults to 'faiss'.
163
+ hana_connection_context : Any
164
+ HANA connection context for HANA DB vector store. Required if vector_store_type is 'hanadb'.
165
+
166
+ hana_vector_table : str
167
+ Name of the HANA vector table to use for long-term memory.
168
+
169
+ Defaults to "HANA_AI_CHAT_HISTORY".
170
+ drop_existing_hana_vector_table : bool
171
+ Whether to drop the existing HANA vector table before creating a new one.
172
+
173
+ Defaults to False.
145
174
  verbose : bool
146
175
  Whether to enable verbose logging.
147
176
 
@@ -158,10 +187,15 @@ class HANAMLRAGAgent:
158
187
  self.chunk_overlap = chunk_overlap
159
188
  self.forget_percentage = forget_percentage
160
189
  self.max_iterations = max_iterations
190
+ self.rerank_candidates = rerank_candidates
161
191
  self.rerank_k = rerank_k
162
192
  self.score_threshold = score_threshold
163
193
  self.verbose = verbose
164
194
  self.cross_encoder = cross_encoder
195
+ self.vectorstore_type = vector_store_type
196
+ self.hana_connection_context = hana_connection_context
197
+ self.hana_vector_table = hana_vector_table
198
+ self.drop_existing_hana_vector_table = drop_existing_hana_vector_table
165
199
 
166
200
  # Initialize memory systems
167
201
  self._initialize_memory()
@@ -185,7 +219,29 @@ class HANAMLRAGAgent:
185
219
  # Initialize RAG vectorstore
186
220
  self._initialize_vectorstore()
187
221
 
188
- def _initialize_vectorstore(self):
222
+ def delete_message_long_term_store(self, message_id) -> None:
223
+ """
224
+ Delete a specific message by its
225
+
226
+ Parameters
227
+ ----------
228
+ message_id : str
229
+ The ID of the message to delete from long-term memory.
230
+ """
231
+ long_term_store = self.long_term_store
232
+ try:
233
+ long_term_store._create_table_if_not_exists()
234
+ with long_term_store._make_sync_session() as session:
235
+ stmt = delete(long_term_store.sql_model_class).where(
236
+ long_term_store.sql_model_class.id == message_id,
237
+ getattr(long_term_store.sql_model_class, long_term_store.session_id_field_name) == long_term_store.session_id
238
+ )
239
+ session.execute(stmt)
240
+ session.commit()
241
+ except Exception as e:
242
+ logger.error("Failed to delete message with ID %s: %s", message_id, str(e))
243
+
244
+ def _initialize_faiss_vectorstore(self):
189
245
  """Initialize or load FAISS vectorstore for long-term memory"""
190
246
  # Create embeddings service
191
247
  self.embeddings = GenAIHubEmbeddings()
@@ -207,6 +263,34 @@ class HANAMLRAGAgent:
207
263
  self.vectorstore.save_local(self.vectorstore_path)
208
264
  logger.info("Created new vectorstore at %s", self.vectorstore_path)
209
265
 
266
+ def _initialize_hanadb_vectorstore(self):
267
+ """Initialize or load HANA DB vectorstore for long-term memory"""
268
+ if not self.hana_connection_context:
269
+ raise ValueError("HANA connection context is required for HANA DB vectorstore")
270
+
271
+ # Create embeddings service
272
+ self.embeddings = GenAIHubEmbeddings()
273
+
274
+ # Initialize or load HANA vectorstore
275
+ if self.drop_existing_hana_vector_table:
276
+ self.hana_connection_context.drop_table(self.hana_vector_table)
277
+ try:
278
+ self.vectorstore = HanaDB(
279
+ embedding=self.embeddings,
280
+ connection=self.hana_connection_context.connection,
281
+ table_name=self.hana_vector_table
282
+ )
283
+ logger.info("Initialized HANA DB vectorstore with table %s", self.hana_vector_table)
284
+ except Exception as e:
285
+ logger.error("Failed to initialize HANA DB vectorstore: %s", str(e))
286
+ raise e
287
+
288
+ def _initialize_vectorstore(self):
289
+ if self.vectorstore_type.lower() == "faiss":
290
+ self._initialize_faiss_vectorstore()
291
+ else:
292
+ self._initialize_hanadb_vectorstore()
293
+
210
294
  def _should_store(self, text: str) -> bool:
211
295
  """Determine if text should be stored in memory"""
212
296
  # Skip DataFrame conversions
@@ -251,30 +335,99 @@ class HANAMLRAGAgent:
251
335
 
252
336
  # Update vector store
253
337
  self.vectorstore.add_documents(documents)
254
- self.vectorstore.save_local(self.vectorstore_path)
338
+ if self.vectorstore_type.lower() == "faiss":
339
+ self.vectorstore.save_local(self.vectorstore_path)
255
340
 
256
341
  # Clean up oldest memories if needed
257
342
  self._forget_old_memories()
258
343
 
344
+ def _forget_past_messages_in_hana_db(self, timestamp: str):
345
+ self.vectorstore.delete(filter={"timestamp": {"$lte": timestamp}})
346
+
259
347
  def _forget_old_memories(self):
260
348
  """Remove oldest memories when storage limit is exceeded"""
261
349
  if len(self.long_term_store.messages) > self.long_term_memory_limit:
262
350
  # Calculate number of oldest messages to remove
263
351
  num_to_remove = int(self.long_term_memory_limit * self.forget_percentage)
264
-
265
- # Implement actual deletion logic here
266
- # This is placeholder for actual database deletion
267
- logger.info("Should remove %d oldest memories", num_to_remove)
268
- # In practice: Delete oldest records from database
352
+ # 1. Delete from SQL database
353
+ try:
354
+ # Get sorted list of messages by timestamp
355
+ sorted_messages = sorted(
356
+ self.long_term_store.messages,
357
+ key=lambda msg: msg.metadata.get('timestamp', '1970-01-01')
358
+ )
359
+ # Delete oldest messages from SQL store
360
+ last_timestamp = '1970-01-01'
361
+ for msg in sorted_messages[:num_to_remove]:
362
+ self.delete_message_long_term_store(msg.id)
363
+ last_timestamp = msg.metadata.get('timestamp', last_timestamp)
364
+ logger.info("Deleted %s oldest memories from SQL store", num_to_remove)
365
+ except Exception as e:
366
+ logger.error("Error deleting from SQL store: %s", str(e))
367
+ # 2. Rebuild vectorstore from remaining messages in Faiss
368
+ if self.vectorstore_type.lower() == "faiss":
369
+ try:
370
+ # Get remaining messages after deletion
371
+ remaining_messages = self.long_term_store.messages
372
+ # Skip if no messages left
373
+ if not remaining_messages:
374
+ self.vectorstore = FAISS.from_texts(
375
+ [""],
376
+ embedding=self.embeddings
377
+ )
378
+ return
379
+ # Recreate documents from remaining messages
380
+ splitter = RecursiveCharacterTextSplitter(
381
+ chunk_size=self.chunk_size,
382
+ chunk_overlap=self.chunk_overlap,
383
+ )
384
+ documents = []
385
+ for i in range(0, len(remaining_messages), 2):
386
+ if i+1 >= len(remaining_messages):
387
+ break # Skip incomplete pairs
388
+ user_msg = remaining_messages[i]
389
+ ai_msg = remaining_messages[i+1]
390
+ # Create combined document
391
+ text = f"User: {user_msg.content}\nAssistant: {ai_msg.content}"
392
+ metadata = {"timestamp": user_msg.metadata.get('timestamp', '')}
393
+ # Split and add to documents
394
+ docs = splitter.create_documents(
395
+ texts=[text],
396
+ metadatas=[metadata]
397
+ )
398
+ documents.extend(docs)
399
+ # Rebuild vectorstore
400
+ self.vectorstore = FAISS.from_documents(
401
+ documents,
402
+ self.embeddings
403
+ )
404
+ self.vectorstore.save_local(self.vectorstore_path)
405
+ logger.info("Rebuilt vectorstore with %s documents", len(documents))
406
+ except Exception as e:
407
+ logger.error("Error rebuilding vectorstore: %s", str(e))
408
+ # Fallback to empty vectorstore
409
+ self.vectorstore = FAISS.from_texts(
410
+ [""],
411
+ embedding=self.embeddings
412
+ )
413
+ else:
414
+ self._forget_past_messages_in_hana_db(last_timestamp)
269
415
 
270
416
  def _retrieve_relevant_memories(self, query: str) -> List[str]:
271
417
  """Retrieve relevant memories using RAG with reranking"""
272
418
  # Retrieve candidate documents
273
- candidate_docs = self.vectorstore.similarity_search_with_score(
274
- query=query,
275
- k=self.rerank_k,
276
- score_threshold=self.score_threshold
277
- )
419
+ if self.vectorstore_type.lower() == "faiss":
420
+ candidate_docs = self.vectorstore.similarity_search_with_score(
421
+ query=query,
422
+ k=self.rerank_candidates,
423
+ score_threshold=self.score_threshold
424
+ )
425
+ else:
426
+ candidate_docs = self.vectorstore.similarity_search_with_relevance_scores(
427
+ query=query,
428
+ k=self.rerank_candidates,
429
+ score_threshold=self.score_threshold
430
+ )
278
431
 
279
432
  if not candidate_docs:
280
433
  return []
@@ -293,7 +446,7 @@ class HANAMLRAGAgent:
293
446
  combined = list(zip(doc_contents, rerank_scores))
294
447
  combined.sort(key=lambda x: x[1], reverse=True)
295
448
 
296
- return [content for content, _ in combined[:3]]
449
+ return [content for content, _ in combined[:self.rerank_k]]
297
450
 
298
451
  def _build_context(self, user_input: str) -> SystemMessage:
299
452
  # 获取短时记忆并转换格式
@@ -368,8 +521,17 @@ class HANAMLRAGAgent:
368
521
  logger.error("Unexpected error clearing SQL store: %s", str(e))
369
522
 
370
523
  # 重建空向量库(无需前置检查)
371
- self.vectorstore = FAISS.from_texts([""], embedding=self.embeddings) # 空文本占位
372
- self.vectorstore.save_local(self.vectorstore_path)
524
+ if self.vectorstore_type.lower() == "faiss":
525
+ self.vectorstore = FAISS.from_texts([""], embedding=self.embeddings) # 空文本占位
526
+ self.vectorstore.save_local(self.vectorstore_path)
527
+ else:
528
+ self.hana_connection_context.drop_table(self.hana_vector_table)
529
+ self.vectorstore = HanaDB.from_texts(
530
+ texts=[""],
531
+ embedding=self.embeddings,
532
+ connection=self.hana_connection_context.connection,
533
+ table_name=self.hana_vector_table
534
+ )
373
535
  logger.info("Long-term memory cleared and vectorstore reset.")
374
536
 
375
537
  def clear_short_term_memory(self):
@@ -96,7 +96,7 @@ class FetchDataTool(BaseTool):
96
96
  else:
97
97
  results = self.connection_context.table(table_name).collect()
98
98
  if not self.return_direct:
99
- results = results.to_string(index=False)
99
+ results = results.to_markdown(index=False)
100
100
  return results
101
101
 
102
102
  async def _arun(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hana_ai
3
- Version: 1.0.25070203
3
+ Version: 1.0.25070700.post1
4
4
  Summary: Generative AI Toolkit for SAP HANA Cloud
5
5
  Author: SAP
6
6
  License: Apache-2.0
@@ -20,11 +20,11 @@ Requires-Dist: langchain-community
20
20
  Requires-Dist: langchain-core
21
21
  Requires-Dist: langchain-experimental
22
22
  Requires-Dist: langchain-text-splitters
23
+ Requires-Dist: langchain-hana
23
24
  Requires-Dist: pydantic
24
25
  Requires-Dist: pydantic-core
25
26
  Requires-Dist: cryptography
26
27
  Requires-Dist: ipython
27
- Requires-Dist: sentence_transformers
28
28
  Requires-Dist: deprecated
29
29
  Dynamic: license-file
30
30
 
@@ -34,7 +34,7 @@ Dynamic: license-file
34
34
 
35
35
  ## About this project
36
36
 
37
- Generative AI Client for SAP HANA Cloud is an extension of the existing HANA ML Python client library, mainly focusing on GenAI and related use cases. It includes many leading-edge GenAI related open source libraries and provides seamless integration with HANA ML, HANA vector engine, and other SAP GenAI Hub SDK, see our [Introduction](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/INTRODUCTION.md), [Notebook](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/nutest/testscripts/demo/e2e_scenarios/time_series_forecast_scenario_sales_refunds.ipynb) and [Documentation](https://sap.github.io/generative-ai-toolkit-for-sap-hana-cloud/).
37
+ Generative AI Client for SAP HANA Cloud is an extension of the existing HANA ML Python client library, mainly focusing on GenAI and related use cases. It includes many leading-edge GenAI related open source libraries and provides seamless integration with HANA ML, HANA vector engine, and other SAP GenAI Hub SDK, see our [Introduction](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/INTRODUCTION.md), [Notebook](https://github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud/blob/main/nutest/testscripts/demo/e2e_scenarios/time_series_forecast_scenario_sales_refunds_new.ipynb) and [Documentation](https://sap.github.io/generative-ai-toolkit-for-sap-hana-cloud/).
38
38
 
39
39
  ## Requirements and Setup
40
40
 
@@ -5,20 +5,6 @@ MANIFEST.in
5
5
  README.md
6
6
  pyproject.toml
7
7
  requirements.txt
8
- img/agent.png
9
- img/chatbotwithtoolkit.png
10
- img/code_template.png
11
- img/crag.png
12
- img/dataset_report.png
13
- img/embeddings.png
14
- img/embeddings_pal.png
15
- img/hana_embeddings.png
16
- img/kg.png
17
- img/pal_embeddings0.png
18
- img/pal_embeddings1.png
19
- img/smartdf_ask.png
20
- img/smartdf_res.png
21
- img/smartdf_transform.png
22
8
  src/hana_ai/__init__.py
23
9
  src/hana_ai/smart_dataframe.py
24
10
  src/hana_ai/utility.py
@@ -6,9 +6,9 @@ langchain-community
6
6
  langchain-core
7
7
  langchain-experimental
8
8
  langchain-text-splitters
9
+ langchain-hana
9
10
  pydantic
10
11
  pydantic-core
11
12
  cryptography
12
13
  ipython
13
- sentence_transformers
14
14
  deprecated
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file