hana-ai 1.0.25063000__tar.gz → 1.0.25070201__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 (541) hide show
  1. {hana_ai-1.0.25063000/src/hana_ai.egg-info → hana_ai-1.0.25070201}/PKG-INFO +5 -3
  2. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/pyproject.toml +1 -1
  3. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/requirements.txt +4 -2
  4. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/__init__.py +1 -1
  5. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/agents/hanaml_agent_with_memory.py +3 -0
  6. hana_ai-1.0.25070201/src/hana_ai/agents/hanaml_rag_agent.py +402 -0
  7. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/embedding_service.py +1 -1
  8. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201/src/hana_ai.egg-info}/PKG-INFO +5 -3
  9. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai.egg-info/SOURCES.txt +1 -0
  10. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai.egg-info/requires.txt +4 -2
  11. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/CONTRIBUTING.md +0 -0
  12. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/INTRODUCTION.md +0 -0
  13. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/LICENSE +0 -0
  14. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/MANIFEST.in +0 -0
  15. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/README.md +0 -0
  16. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/agent.png +0 -0
  17. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/chatbotwithtoolkit.png +0 -0
  18. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/code_template.png +0 -0
  19. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/crag.png +0 -0
  20. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/dataset_report.png +0 -0
  21. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/embeddings.png +0 -0
  22. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/embeddings_pal.png +0 -0
  23. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/hana_embeddings.png +0 -0
  24. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/kg.png +0 -0
  25. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/pal_embeddings0.png +0 -0
  26. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/pal_embeddings1.png +0 -0
  27. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/smartdf_ask.png +0 -0
  28. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/smartdf_res.png +0 -0
  29. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/img/smartdf_transform.png +0 -0
  30. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/setup.cfg +0 -0
  31. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/agents/__init__.py +0 -0
  32. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/agents/hana_dataframe_agent.py +0 -0
  33. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/agents/hana_dataframe_prompt.py +0 -0
  34. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/agents/hana_sql_agent.py +0 -0
  35. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/smart_dataframe.py +0 -0
  36. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/__init__.py +0 -0
  37. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/agent_as_a_tool.py +0 -0
  38. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/code_template_tools.py +0 -0
  39. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/__init__.py +0 -0
  40. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/additive_model_forecast_tools.py +0 -0
  41. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/automatic_timeseries_tools.py +0 -0
  42. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/cap_artifacts_tools.py +0 -0
  43. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/fetch_tools.py +0 -0
  44. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/hdi_artifacts_tools.py +0 -0
  45. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/intermittent_forecast_tools.py +0 -0
  46. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/model_storage_tools.py +0 -0
  47. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/ts_accuracy_measure_tools.py +0 -0
  48. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/ts_check_tools.py +0 -0
  49. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/ts_outlier_detection_tools.py +0 -0
  50. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/ts_visualizer_tools.py +0 -0
  51. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/unsupported_tools.py +0 -0
  52. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/hana_ml_tools/utility.py +0 -0
  53. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/tools/toolkit.py +0 -0
  54. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/utility.py +0 -0
  55. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/__init__.py +0 -0
  56. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/code_templates.py +0 -0
  57. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/corrective_retriever.py +0 -0
  58. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/hana_vector_engine.py +0 -0
  59. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/__init__.py +0 -0
  60. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AMDPDeployer.txt +0 -0
  61. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AMDPGenerator.txt +0 -0
  62. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ARIMAExplainer.txt +0 -0
  63. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AdditiveModelForecastExplainer.txt +0 -0
  64. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AffinityPropagation.txt +0 -0
  65. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AgglomerateHierarchicalClustering.txt +0 -0
  66. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Apriori.txt +0 -0
  67. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AprioriLite.txt +0 -0
  68. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AutomaticClassificationPredictionWithReason.txt +0 -0
  69. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AutomaticClassificationTraining.txt +0 -0
  70. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AutomaticRegressionPredictionWithReason.txt +0 -0
  71. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/AutomaticRegressionTraining.txt +0 -0
  72. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BCPD.txt +0 -0
  73. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BSTSExplainer.txt +0 -0
  74. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BeeswarmPlot.txt +0 -0
  75. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BestPipelineReport.txt +0 -0
  76. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BiVariateGeometricRegression.txt +0 -0
  77. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BiVariateNaturalLogarithmicRegression.txt +0 -0
  78. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/BrownExponentialSmoothing.txt +0 -0
  79. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CATPCA.txt +0 -0
  80. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CPD.txt +0 -0
  81. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CRF.txt +0 -0
  82. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CommunitiesLouvain.txt +0 -0
  83. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CoxProportionalHazardModel.txt +0 -0
  84. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Croston.txt +0 -0
  85. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/CrostonTSB.txt +0 -0
  86. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/DBSCAN.txt +0 -0
  87. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/DWT.txt +0 -0
  88. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/DatasetReport.txt +0 -0
  89. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Discretize.txt +0 -0
  90. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/DoubleExponentialSmoothing.txt +0 -0
  91. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/EDAVisualizer.txt +0 -0
  92. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Edge.txt +0 -0
  93. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ExponentialRegression.txt +0 -0
  94. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FFMClassifier.txt +0 -0
  95. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FFMRanker.txt +0 -0
  96. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FFMRegressor.txt +0 -0
  97. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FFT.txt +0 -0
  98. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FPGrowth.txt +0 -0
  99. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FairMLClassification.txt +0 -0
  100. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FairMLRegression.txt +0 -0
  101. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FeatureNormalizer.txt +0 -0
  102. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/FeatureValueAndEffect.txt +0 -0
  103. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Fernet.txt +0 -0
  104. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GARCH.txt +0 -0
  105. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GRUAttention.txt +0 -0
  106. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GaussianMixture.txt +0 -0
  107. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GeneralProgressStatusMonitor.txt +0 -0
  108. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GeometryDBSCAN.txt +0 -0
  109. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GradientBoostingClassifier.txt +0 -0
  110. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GradientBoostingRegressor.txt +0 -0
  111. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/GridSearchCV.txt +0 -0
  112. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/HANAGeneratorForCAP.txt +0 -0
  113. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/HANAScheduler.txt +0 -0
  114. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/HanaGenerator.txt +0 -0
  115. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Hierarchical_Forecast.txt +0 -0
  116. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/IdGenerator.txt +0 -0
  117. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/InPort.txt +0 -0
  118. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KBinsDiscretizer.txt +0 -0
  119. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KDE.txt +0 -0
  120. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KMeansOutlier.txt +0 -0
  121. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KMedians.txt +0 -0
  122. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KMedoids.txt +0 -0
  123. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KNN.txt +0 -0
  124. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KORD.txt +0 -0
  125. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/KShortestPaths.txt +0 -0
  126. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/LR_seasonal_adjust.txt +0 -0
  127. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/LSTM.txt +0 -0
  128. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/LTSF.txt +0 -0
  129. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/LinkPrediction.txt +0 -0
  130. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/MDS.txt +0 -0
  131. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/MLPRecommender.txt +0 -0
  132. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/MetricReportBuilder.txt +0 -0
  133. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/MetricsVisualizer.txt +0 -0
  134. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Model.txt +0 -0
  135. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ModelStorage.txt +0 -0
  136. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Neighbors.txt +0 -0
  137. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/NeighborsSubgraph.txt +0 -0
  138. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Node.txt +0 -0
  139. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OnlineARIMA.txt +0 -0
  140. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OnlineBCPD.txt +0 -0
  141. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OnlineLinearRegression.txt +0 -0
  142. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OutPort.txt +0 -0
  143. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/OutlierProfiling.txt +0 -0
  144. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/PCA.txt +0 -0
  145. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Page.txt +0 -0
  146. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/PageRank.txt +0 -0
  147. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/PipelineProgressStatusMonitor.txt +0 -0
  148. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/PolynomialRegression.txt +0 -0
  149. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Preprocessing.txt +0 -0
  150. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/QuantileTransform.txt +0 -0
  151. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/RandomForestClassifier.txt +0 -0
  152. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/RandomForestRegressor.txt +0 -0
  153. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/RandomSearchCV.txt +0 -0
  154. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SMOTE.txt +0 -0
  155. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SMOTETomek.txt +0 -0
  156. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SOM.txt +0 -0
  157. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SPM.txt +0 -0
  158. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Sampling.txt +0 -0
  159. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Settings.txt +0 -0
  160. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ShapleyExplainer.txt +0 -0
  161. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ShortestPath.txt +0 -0
  162. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ShortestPathsOneToAll.txt +0 -0
  163. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SimplePipelineProgressStatusMonitor.txt +0 -0
  164. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SingleExponentialSmoothing.txt +0 -0
  165. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SlightSilhouette.txt +0 -0
  166. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/SpectralClustering.txt +0 -0
  167. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/StronglyConnectedComponents.txt +0 -0
  168. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TFIDF.txt +0 -0
  169. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TSNE.txt +0 -0
  170. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TimeSeriesExplainer.txt +0 -0
  171. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TimeSeriesReport.txt +0 -0
  172. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TomekLinks.txt +0 -0
  173. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TopologicalSort.txt +0 -0
  174. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TreeModelDebriefing.txt +0 -0
  175. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/TripleExponentialSmoothing.txt +0 -0
  176. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/UnifiedExponentialSmoothing.txt +0 -0
  177. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/UnifiedReport.txt +0 -0
  178. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/Visualizer.txt +0 -0
  179. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/WeaklyConnectedComponents.txt +0 -0
  180. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/WordCloud.txt +0 -0
  181. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/abc_analysis.txt +0 -0
  182. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/accuracy_measure.txt +0 -0
  183. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/accuracy_score.txt +0 -0
  184. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/auc.txt +0 -0
  185. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/bar_plot.txt +0 -0
  186. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/benford_analysis.txt +0 -0
  187. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/bernoulli.txt +0 -0
  188. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/beta.txt +0 -0
  189. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/binary_classification_debriefing.txt +0 -0
  190. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/binomial.txt +0 -0
  191. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/box_plot.txt +0 -0
  192. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/bubble_plot.txt +0 -0
  193. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/candlestick_plot.txt +0 -0
  194. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/cauchy.txt +0 -0
  195. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/cdf.txt +0 -0
  196. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/check_pal_function_exist.txt +0 -0
  197. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/chi_squared.txt +0 -0
  198. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/chi_squared_goodness_of_fit.txt +0 -0
  199. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/chi_squared_independence.txt +0 -0
  200. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/condition_index.txt +0 -0
  201. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/confusion_matrix.txt +0 -0
  202. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/connection_context.txt +0 -0
  203. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/correlation.txt +0 -0
  204. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/correlation_plot.txt +0 -0
  205. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/covariance_matrix.txt +0 -0
  206. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_dataframe_from_pandas.txt +0 -0
  207. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_dataframe_from_shapefile.txt +0 -0
  208. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_dataframe_from_spark.txt +0 -0
  209. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_graph_from_dataframes.txt +0 -0
  210. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_graph_from_edges_dataframe.txt +0 -0
  211. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/create_graph_from_hana_dataframes.txt +0 -0
  212. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/dataframe_functions.txt +0 -0
  213. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/delete_afl_state.txt +0 -0
  214. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/delete_afl_state_by_description.txt +0 -0
  215. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/discover_graph_workspace.txt +0 -0
  216. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/discover_graph_workspaces.txt +0 -0
  217. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/distribution_fit.txt +0 -0
  218. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/distribution_plot.txt +0 -0
  219. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/dtw.txt +0 -0
  220. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/entropy.txt +0 -0
  221. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/exponential.txt +0 -0
  222. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/export_into.txt +0 -0
  223. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/f.txt +0 -0
  224. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/f_oneway.txt +0 -0
  225. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/f_oneway_repeated.txt +0 -0
  226. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/factor_analysis.txt +0 -0
  227. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/fast_dtw.txt +0 -0
  228. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/forecast_line_plot.txt +0 -0
  229. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ftest_equal_var.txt +0 -0
  230. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/gamma.txt +0 -0
  231. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/generate_feature.txt +0 -0
  232. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/geometric.txt +0 -0
  233. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_created_srses.txt +0 -0
  234. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_floor_value.txt +0 -0
  235. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_max_index.txt +0 -0
  236. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_min_index.txt +0 -0
  237. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_pipeline_info.txt +0 -0
  238. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_related_doc.txt +0 -0
  239. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_related_term.txt +0 -0
  240. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_relevant_doc.txt +0 -0
  241. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_relevant_term.txt +0 -0
  242. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_suggested_term.txt +0 -0
  243. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_tempdir_path.txt +0 -0
  244. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/get_type_code_map.txt +0 -0
  245. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/grubbs_test.txt +0 -0
  246. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/gumbel.txt +0 -0
  247. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/hist.txt +0 -0
  248. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/hull_white_simulate.txt +0 -0
  249. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/import_csv_from.txt +0 -0
  250. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/import_from.txt +0 -0
  251. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/intermittent_forecast.txt +0 -0
  252. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/interval_quality.txt +0 -0
  253. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/iqr.txt +0 -0
  254. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/kaplan_meier_survival_analysis.txt +0 -0
  255. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/kdeplot.txt +0 -0
  256. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ks_test.txt +0 -0
  257. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/list_afl_state.txt +0 -0
  258. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/lognormal.txt +0 -0
  259. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/m4_sampling.txt +0 -0
  260. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/mae.txt +0 -0
  261. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/massive_fft.txt +0 -0
  262. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/mcmc.txt +0 -0
  263. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/median_test_1samp.txt +0 -0
  264. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/melt.txt +0 -0
  265. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/minify.txt +0 -0
  266. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/multiclass_auc.txt +0 -0
  267. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/multinomial.txt +0 -0
  268. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/negative_binomial.txt +0 -0
  269. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/normal.txt +0 -0
  270. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/notna.txt +0 -0
  271. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/outlier_detection_kmeans.txt +0 -0
  272. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/parallel_coordinates.txt +0 -0
  273. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/pearsonr_matrix.txt +0 -0
  274. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/periodogram.txt +0 -0
  275. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/permutation_importance.txt +0 -0
  276. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/pert.txt +0 -0
  277. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/pie_plot.txt +0 -0
  278. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_acf.txt +0 -0
  279. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_change_points.txt +0 -0
  280. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_moving_average.txt +0 -0
  281. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_pacf.txt +0 -0
  282. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_psd.txt +0 -0
  283. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_rolling_stddev.txt +0 -0
  284. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_seasonal_decompose.txt +0 -0
  285. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/plot_time_series_outlier.txt +0 -0
  286. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/poisson.txt +0 -0
  287. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/quantile.txt +0 -0
  288. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/quarter_plot.txt +0 -0
  289. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/quote.txt +0 -0
  290. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/quotename.txt +0 -0
  291. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/r2_score.txt +0 -0
  292. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/read_pickle.txt +0 -0
  293. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/regression_score.txt +0 -0
  294. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/rmse.txt +0 -0
  295. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/scatter_plot.txt +0 -0
  296. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/seasonal_decompose.txt +0 -0
  297. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/seasonal_plot.txt +0 -0
  298. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/smart_quote.txt +0 -0
  299. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/stationarity_test.txt +0 -0
  300. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/student_t.txt +0 -0
  301. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/text_classification.txt +0 -0
  302. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/tf_analysis.txt +0 -0
  303. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/timeseries_box_plot.txt +0 -0
  304. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/train_test_val_split.txt +0 -0
  305. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/trend_test.txt +0 -0
  306. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ttest_1samp.txt +0 -0
  307. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ttest_ind.txt +0 -0
  308. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/ttest_paired.txt +0 -0
  309. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/type_sql2cds.txt +0 -0
  310. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/uniform.txt +0 -0
  311. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/unify_min_max_value_of_yAxis.txt +0 -0
  312. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/unique.txt +0 -0
  313. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/univariate_analysis.txt +0 -0
  314. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/update_display.txt +0 -0
  315. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/variance_test.txt +0 -0
  316. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/version_compare.txt +0 -0
  317. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wavedec.txt +0 -0
  318. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/waverec.txt +0 -0
  319. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/weibull.txt +0 -0
  320. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/weighted_score_table.txt +0 -0
  321. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/white_noise_test.txt +0 -0
  322. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wilcoxon.txt +0 -0
  323. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wpdec.txt +0 -0
  324. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wprec.txt +0 -0
  325. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/python_knowledge/wraps.txt +0 -0
  326. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/AutoML-checkpoint.txt +0 -0
  327. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/AutoML.txt +0 -0
  328. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/Multi-task-multilayer-perceptron.txt +0 -0
  329. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/Optimization.txt +0 -0
  330. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/abc-analysis-d92aa78.txt +0 -0
  331. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/accelerated-k-means-5a3e282.txt +0 -0
  332. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/additive-model-time-series-analysis-7e78d06.txt +0 -0
  333. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/affinity-propagation-ec478f5.txt +0 -0
  334. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/agglomerate-hierarchical-clustering-394a529.txt +0 -0
  335. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/alternating-least-squares-7129de6.txt +0 -0
  336. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/anomaly-detection-8c0e2a6.txt +0 -0
  337. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/anova-e8a1d1b.txt +0 -0
  338. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/application-function-library-afl-11abcbf.txt +0 -0
  339. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/apriori-7a073d6.txt +0 -0
  340. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/area-under-curve-auc-df08788.txt +0 -0
  341. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/arima-dbd52a1.txt +0 -0
  342. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/attention-d0743fb.txt +0 -0
  343. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/auto-arima-9f2574e.txt +0 -0
  344. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/auto-exponential-smoothing-60471b0.txt +0 -0
  345. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/automl-tutorial-9954eef.txt +0 -0
  346. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/bayesian-change-point-detection-c6387a3.txt +0 -0
  347. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/bayesian-structural-time-series-b997257.txt +0 -0
  348. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/bi-variate-geometric-regression-71a9cee.txt +0 -0
  349. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/bi-variate-natural-logarithmic-regression-57ced8a.txt +0 -0
  350. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/biased-model-b663cf1.txt +0 -0
  351. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/biased-model-f03d616.txt +0 -0
  352. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/brown-exponential-smoothing-a5981d5.txt +0 -0
  353. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/calling-pal-procedures-2c2a424.txt +0 -0
  354. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/calling-pal-procedures-in-parallel-with-hint-parallel-by-parameter-partitions-ed5807b.txt +0 -0
  355. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/calling-pal-procedures-in-parallel-with-map-reduce-5e462e1.txt +0 -0
  356. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/calling-pal-procedures-in-parallel-with-operator-map-merge-7b7bbef.txt +0 -0
  357. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/categorical-principal-component-analysis-ef445c7.txt +0 -0
  358. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/change-point-detection-70ea3e2.txt +0 -0
  359. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/chi-square-goodness-of-fit-test-af48bff.txt +0 -0
  360. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/chi-squared-test-of-independence-90fbf5c.txt +0 -0
  361. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/cluster-assignment-bb994fb.txt +0 -0
  362. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/compatibility-264fbdc.txt +0 -0
  363. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/compatibility-4849b44.txt +0 -0
  364. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/compatibility-7a49959.txt +0 -0
  365. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/condition-index-bf089cc.txt +0 -0
  366. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/conditional-random-field-48ece2f.txt +0 -0
  367. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/confusion-matrix-79c0d16.txt +0 -0
  368. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/correlation-function-bb69320.txt +0 -0
  369. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/cox-proportional-hazard-model-1492fd1.txt +0 -0
  370. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/croston-s-method-c6721c3.txt +0 -0
  371. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/croston-tsb-method-8203847.txt +0 -0
  372. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/cumulative-distribution-function-3d24332.txt +0 -0
  373. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/customized-seasonalities-6c30a24.txt +0 -0
  374. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/data-partition-39da6b3.txt +0 -0
  375. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/data-partition-4ca3a33.txt +0 -0
  376. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/dbscan-b2c5511.txt +0 -0
  377. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/decision-trees-c8ab80c.txt +0 -0
  378. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/detect-outlier-from-residual-f5a6285.txt +0 -0
  379. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/discrete-wavelet-packet-transform-2f5d75b.txt +0 -0
  380. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/discrete-wavelet-transform-2ad85a5.txt +0 -0
  381. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/discretize-612b76f.txt +0 -0
  382. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/discretize-apply-82921db.txt +0 -0
  383. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/distribution-fitting-d15e88a.txt +0 -0
  384. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/distribution-quantile-6ae6985.txt +0 -0
  385. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/double-exponential-smoothing-4665493.txt +0 -0
  386. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/dynamic-time-warping-2b949ae.txt +0 -0
  387. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/early-stop-of-hybrid-gradient-boosting-tree-daad5b4.txt +0 -0
  388. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/entropy-35daf5c.txt +0 -0
  389. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/equal-variance-test-a11d2bb.txt +0 -0
  390. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/exception-handling-22f1c1b.txt +0 -0
  391. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/explaining-the-forecasts-of-arima-bca2300.txt +0 -0
  392. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/exponential-regression-011ebc9.txt +0 -0
  393. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/factor-analysis-d0d962d.txt +0 -0
  394. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/factorized-polynomial-regression-models-27e7242.txt +0 -0
  395. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/fast-dynamic-time-warping-66e588e.txt +0 -0
  396. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/fast-fourier-transform-e9a3680.txt +0 -0
  397. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/feature-grouping-for-hybrid-gradient-boosting-tree-c3767f6.txt +0 -0
  398. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/feature-selection-29a47ef.txt +0 -0
  399. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/field-aware-factorization-machine-2e30885.txt +0 -0
  400. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/forecast-accuracy-measures-568723f.txt +0 -0
  401. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/fp-growth-9495128.txt +0 -0
  402. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/garch-f71f400.txt +0 -0
  403. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/gaussian-mixture-model-gmm-3054f47.txt +0 -0
  404. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/generalised-linear-models-1e4e0a6.txt +0 -0
  405. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/geometry-dbscan-66fab6f.txt +0 -0
  406. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-related-documents-7c0a97b.txt +0 -0
  407. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-related-documents-multi.txt +0 -0
  408. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-related-terms-0eebec7.txt +0 -0
  409. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-related-terms-multi.txt +0 -0
  410. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-relevant-documents-ea0b7cd.txt +0 -0
  411. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-relevant-documents-multi.txt +0 -0
  412. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-relevant-terms-bb2018a.txt +0 -0
  413. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-relevant-terms-multi.txt +0 -0
  414. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-suggested-terms-ceaf49e.txt +0 -0
  415. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/get-suggested-terms-multi.txt +0 -0
  416. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/grubbs-test-32ccab0.txt +0 -0
  417. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/hierarchical-forecast-384e8e7.txt +0 -0
  418. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/histogram-splitting-method-for-hybrid-gradient-boosting-tree-7216cbe.txt +0 -0
  419. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/hull-white.txt +0 -0
  420. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/hybrid-gradient-boosting-tree-ca5106c.txt +0 -0
  421. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/inter-quartile-range-3e322ad.txt +0 -0
  422. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/intermittent-time-series-forecast-itsf-e0ac689.txt +0 -0
  423. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/interval-quality-cf9e45d.txt +0 -0
  424. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/isolation-forest-11345d9.txt +0 -0
  425. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/k-means-53e6908.txt +0 -0
  426. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/k-medians-91dc75c.txt +0 -0
  427. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/k-medoids-0ba6f4b.txt +0 -0
  428. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/k-optimal-rule-discovery-kord-598818b.txt +0 -0
  429. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/kaplan-meier-survival-analysis-b1e7a3c.txt +0 -0
  430. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/kernel-density-18d0510.txt +0 -0
  431. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/kolmogorov-smirnov-test-1aab0c6.txt +0 -0
  432. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/latent-dirichlet-allocation-866928f.txt +0 -0
  433. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/linear-discriminant-analysis-a2b984a.txt +0 -0
  434. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/linear-regression-with-damped-trend-and-seasonal-adjust-d5f360d.txt +0 -0
  435. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/link-prediction-9f3dc84.txt +0 -0
  436. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/local-interpretability-of-models-c330665.txt +0 -0
  437. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/local-interpretability-of-models-cb71249.txt +0 -0
  438. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/local-interpretability-of-models-e25b17e.txt +0 -0
  439. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/local-interpretability-of-models-e576c27.txt +0 -0
  440. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/logistic-regression-with-elastic-net-regularization-46effe5.txt +0 -0
  441. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/long-short-term-memory-3c2fc78.txt +0 -0
  442. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/long-term-series-forecasting-060735d.txt +0 -0
  443. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/mcmc-sampling-b492ef9.txt +0 -0
  444. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/methods-to-get-residual-in-outlier-detection-eadb4d4.txt +0 -0
  445. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/missing-value-handling-3b26f67.txt +0 -0
  446. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/missing-value-handling-40aa336.txt +0 -0
  447. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/missing-value-handling-41174ae.txt +0 -0
  448. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/missing-value-handling-594ba55.txt +0 -0
  449. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-6b8be39.txt +0 -0
  450. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-825e28e.txt +0 -0
  451. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-c77c002.txt +0 -0
  452. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-ea71174.txt +0 -0
  453. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-ee6b28e.txt +0 -0
  454. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-compression-fc7f18b.txt +0 -0
  455. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-0f7e441.txt +0 -0
  456. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-73bbec0.txt +0 -0
  457. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-7a36df4.txt +0 -0
  458. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-adf189b.txt +0 -0
  459. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-and-parameter-selection-602e54b.txt +0 -0
  460. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-evaluation-and-parameter-selection-c7cf1f6.txt +0 -0
  461. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/model-visualization-174c46c.txt +0 -0
  462. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multi-class-logistic-regression-bc5fe09.txt +0 -0
  463. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multidimensional-scaling-mds-75a1c5a.txt +0 -0
  464. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multilayer-perceptron-ddd236d.txt +0 -0
  465. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multiple-linear-regression-eedc909.txt +0 -0
  466. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/multivariate-analysis-e872de9.txt +0 -0
  467. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/naive-bayes-4fdc40e.txt +0 -0
  468. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/one-sample-median-test-c7e9654.txt +0 -0
  469. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/online-arima-1027f8a.txt +0 -0
  470. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/online-bayesian-change-point-detection-1398751.txt +0 -0
  471. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/online-linear-regression-ffbfa5a.txt +0 -0
  472. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/online-multi-class-logistic-regression-efe794e.txt +0 -0
  473. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/outlier-detection-17253b4.txt +0 -0
  474. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/pagerank-27a10e6.txt +0 -0
  475. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/parameter-tables-6c931c4.txt +0 -0
  476. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/parameter-tables-94a8d3b.txt +0 -0
  477. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/partition-af41e5f.txt +0 -0
  478. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/periodogram-b9253c7.txt +0 -0
  479. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/permutation-importance-e36d4e1.txt +0 -0
  480. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/permutation-importance-ff18019.txt +0 -0
  481. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/pipeline-de96493.txt +0 -0
  482. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/pipeline-operator-fd58a3f.txt +0 -0
  483. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/polynomial-regression-daf62ae.txt +0 -0
  484. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/power-transform-3bc0528.txt +0 -0
  485. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/precomputed-distance-matrix-as-input-data-49f9b46.txt +0 -0
  486. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/precomputed-distance-matrix-as-input-data-c627694.txt +0 -0
  487. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/prediction-intervals-and-confidence-intervals-d854b8c.txt +0 -0
  488. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/prediction-intervals-and-confidence-intervals-f157449.txt +0 -0
  489. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/principal-component-analysis-pca-dbf2eae.txt +0 -0
  490. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/random-decision-trees-9ad576a.txt +0 -0
  491. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/random-distribution-sampling-031e35e.txt +0 -0
  492. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/restricting-cpu-and-memory-usage-874883c.txt +0 -0
  493. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/rocket-07c9a8c.txt +0 -0
  494. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/sampling-282550b.txt +0 -0
  495. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scale-e3f29fa.txt +0 -0
  496. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scale-with-model-f8d480e.txt +0 -0
  497. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scenario-analyze-the-cash-flow-of-an-investment-on-a-new-product-a2f8380.txt +0 -0
  498. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scenario-predict-segmentation-of-new-customers-for-a-supermarket-e1acc4e.txt +0 -0
  499. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/scenario-survival-analysis-51b366d.txt +0 -0
  500. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/seasonality-test-d990dc7.txt +0 -0
  501. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/self-organizing-maps-8e000f8.txt +0 -0
  502. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/sequential-pattern-mining-860ec4a.txt +0 -0
  503. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/single-exponential-smoothing-ba4bb85.txt +0 -0
  504. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/slight-silhouette-bd6fa5c.txt +0 -0
  505. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/smote-1bef6c3.txt +0 -0
  506. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/smotetomek-343b849.txt +0 -0
  507. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/spectral-clustering-d540a57.txt +0 -0
  508. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/state-enabled-real-time-scoring-functions-b88b433.txt +0 -0
  509. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/stationarity-test-1d85b07.txt +0 -0
  510. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/successive-halving-and-hyperband-for-model-evaluation-and-parameter-selection-734113f.txt +0 -0
  511. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/support-vector-machine-901a10d.txt +0 -0
  512. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/switching-between-the-pal-algorithms-with-the-same-dataset-3879837.txt +0 -0
  513. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/t-distributed-stochastic-neighbour-embedding-3de9095.txt +0 -0
  514. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/t-test-431ffa3.txt +0 -0
  515. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/term-analysis-0dd1876.txt +0 -0
  516. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/text-classification-6425747.txt +0 -0
  517. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/text-classification-predict.txt +0 -0
  518. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/text-classification-train.txt +0 -0
  519. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/tf-idf-calculation-ef2bad0.txt +0 -0
  520. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/time-series-missing-value-handling-368f755.txt +0 -0
  521. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/tomek-s-links-aad0816.txt +0 -0
  522. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/trend-test-88f9cdd.txt +0 -0
  523. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/triple-exponential-smoothing-a25b1de.txt +0 -0
  524. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/tutorial-dataset-f9e32f5.txt +0 -0
  525. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-classification-8bd88cf.txt +0 -0
  526. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-classification-with-pivoted-input-data-5f37c0a.txt +0 -0
  527. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-clustering-6870a0c.txt +0 -0
  528. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-clustering-with-pivoted-input-data-baa7174.txt +0 -0
  529. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-exponential-smoothing-0d3683e.txt +0 -0
  530. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-exponential-smoothing-with-pivoted-input-data-f54758e.txt +0 -0
  531. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-regression-736b679.txt +0 -0
  532. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/unified-regression-with-pivoted-input-data-3fdd715.txt +0 -0
  533. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/univariate-analysis-a1fac59.txt +0 -0
  534. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/variance-test-08cb673.txt +0 -0
  535. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/varma-19e206e.txt +0 -0
  536. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/weighted-score-table-a72289c.txt +0 -0
  537. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/white-noise-test-9536698.txt +0 -0
  538. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/knowledge_base/sql_knowledge/wilcox-signed-rank-test-e4d3416.txt +0 -0
  539. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai/vectorstore/union_vector_stores.py +0 -0
  540. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai.egg-info/dependency_links.txt +0 -0
  541. {hana_ai-1.0.25063000 → hana_ai-1.0.25070201}/src/hana_ai.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hana_ai
3
- Version: 1.0.25063000
3
+ Version: 1.0.25070201
4
4
  Summary: Generative AI Toolkit for SAP HANA Cloud
5
5
  Author: SAP
6
6
  License: Apache-2.0
@@ -13,7 +13,7 @@ Requires-Python: >=3.0
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
15
  Requires-Dist: langchain
16
- Requires-Dist: numpy<2.0
16
+ Requires-Dist: numpy
17
17
  Requires-Dist: pandas
18
18
  Requires-Dist: hana-ml>=2.25.25062301
19
19
  Requires-Dist: langchain-community
@@ -23,7 +23,9 @@ Requires-Dist: langchain-text-splitters
23
23
  Requires-Dist: pydantic
24
24
  Requires-Dist: pydantic-core
25
25
  Requires-Dist: cryptography
26
- Requires-Dist: ipython<9.0
26
+ Requires-Dist: ipython
27
+ Requires-Dist: sentence_transformers
28
+ Requires-Dist: deprecated
27
29
  Dynamic: license-file
28
30
 
29
31
  [![REUSE status](https://api.reuse.software/badge/github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud)](https://api.reuse.software/info/github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hana_ai"
7
- version = "1.0.25063000"
7
+ version = "1.0.25070201"
8
8
  authors = [
9
9
  {name = "SAP"}
10
10
  ]
@@ -1,5 +1,5 @@
1
1
  langchain
2
- numpy<2.0
2
+ numpy
3
3
  pandas
4
4
  hana-ml>=2.25.25062301
5
5
  langchain-community
@@ -9,4 +9,6 @@ langchain-text-splitters
9
9
  pydantic
10
10
  pydantic-core
11
11
  cryptography
12
- ipython<9.0
12
+ ipython
13
+ sentence_transformers
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.25063000"
5
+ __version__ = "1.0.25070201"
@@ -11,6 +11,7 @@ The following class is available:
11
11
  import json
12
12
  import inspect
13
13
  import logging
14
+ from deprecated import deprecated
14
15
  import pandas as pd
15
16
  from pydantic import ValidationError
16
17
  from langchain.agents import initialize_agent, AgentType, Tool
@@ -124,6 +125,8 @@ def _get_pandas_meta(df):
124
125
  columns = df.columns.tolist()
125
126
  return json.dumps({"columns": columns})
126
127
  return ''
128
+
129
+ @deprecated(version="1.0.25070200", reason="Use HANAMLRagAgent instead")
127
130
  class HANAMLAgentWithMemory(object):
128
131
  """
129
132
  A chatbot that can remember the chat history and use it to generate responses.
@@ -0,0 +1,402 @@
1
+ """
2
+ A chatbot that can remember the short term and long term chat history and use it to generate responses.
3
+
4
+ The following class is available:
5
+
6
+ * :class `HANAMLRAGAgent`
7
+ """
8
+
9
+ import re
10
+ from typing import Dict, List, Any, Optional, Tuple, Union
11
+ from datetime import datetime
12
+ import logging
13
+ import pandas as pd
14
+ from langchain_text_splitters import RecursiveCharacterTextSplitter
15
+ from langchain.agents import Tool, AgentExecutor, create_openai_functions_agent
16
+ from langchain.memory import ConversationBufferWindowMemory
17
+ from langchain.prompts import ChatPromptTemplate, MessagesPlaceholder, HumanMessagePromptTemplate
18
+ from langchain.schema import SystemMessage, HumanMessage, AIMessage, AgentAction, AgentFinish
19
+ from langchain_core.callbacks.manager import CallbackManagerForChainRun
20
+ from langchain_core.tools import BaseTool
21
+ from langchain_community.chat_message_histories import SQLChatMessageHistory
22
+ from langchain_community.vectorstores import FAISS
23
+
24
+ from sentence_transformers import CrossEncoder
25
+ from hana_ai.vectorstore.embedding_service import GenAIHubEmbeddings
26
+
27
+ # Configure logging
28
+ logging.basicConfig(level=logging.INFO)
29
+ logger = logging.getLogger(__name__)
30
+
31
+
32
+ class FormatSafeAgentExecutor(AgentExecutor):
33
+ """
34
+ An AgentExecutor that safely formats the output of the agent to ensure
35
+ that the observation is always a list of objects, even if it was originally
36
+ a string. This is useful for ensuring compatibility with downstream
37
+ components that expect a specific format.
38
+ """
39
+ def _take_next_step(
40
+ self,
41
+ name_to_tool_map: Dict[str, BaseTool],
42
+ color_mapping: Dict[str, str],
43
+ inputs: Dict[str, str],
44
+ intermediate_steps: List[Tuple[AgentAction, str]],
45
+ run_manager: Optional[CallbackManagerForChainRun] = None,
46
+ ) -> Union[AgentFinish, List[Tuple[AgentAction, str]]]:
47
+ # 调用原始逻辑获取下一步动作
48
+ next_step = super()._take_next_step(
49
+ name_to_tool_map, color_mapping, inputs, intermediate_steps, run_manager
50
+ )
51
+
52
+ # 仅处理AgentAction(工具调用结果)
53
+ if isinstance(next_step, list):
54
+ formatted_steps = []
55
+ for action, observation in next_step:
56
+ # 关键转换:将字符串observation转为对象数组
57
+ if isinstance(observation, str):
58
+ formatted_obs = [{"type": "text", "text": observation}]
59
+ formatted_steps.append((action, formatted_obs))
60
+ else:
61
+ formatted_steps.append((action, observation))
62
+ return formatted_steps
63
+
64
+ return next_step # AgentFinish直接返回
65
+
66
+ class HANAMLRAGAgent:
67
+ """
68
+ A chatbot that integrates short-term and long-term memory systems using RAG (Retrieval-Augmented Generation).
69
+ """
70
+ def __init__(self,
71
+ tools: List[Tool],
72
+ llm: Any,
73
+ vectorstore_path: str = "chat_history_vectorstore",
74
+ memory_window: int = 10,
75
+ long_term_db: str = "sqlite:///chat_history.db",
76
+ long_term_memory_limit: int = 1000,
77
+ skip_large_data_threshold: int = 1000,
78
+ chunk_size: int = 500,
79
+ chunk_overlap: int = 50,
80
+ forget_percentage: float = 0.1,
81
+ max_iterations: int = 10,
82
+ cross_encoder: CrossEncoder = CrossEncoder('cross-encoder/ms-marco-MiniLM-L-6-v2'),
83
+ rerank_k: int = 10,
84
+ score_threshold: float = 0.5,
85
+ verbose: bool = False):
86
+ """
87
+ Initialize the chatbot with integrated tools and memory systems.
88
+
89
+ Parameters
90
+ ----------
91
+ tools : List[Tool]
92
+ List of LangChain tools to be used by the agent.
93
+ llm : Any
94
+ Language model instance to be used for generating responses.
95
+ vectorstore_path : str
96
+ Path to store the vectorstore for long-term memory.
97
+ memory_window : int
98
+ Number of recent conversations to keep in short-term memory.
99
+
100
+ Defaults to 10.
101
+ long_term_db : str
102
+ Connection string for long-term memory storage.
103
+
104
+ Defaults to "sqlite:///chat_history.db".
105
+ long_term_memory_limit : int
106
+ Maximum number of long-term memory entries to retain.
107
+
108
+ Defaults to 1000.
109
+ skip_large_data_threshold : int
110
+ Skip storing texts longer than this threshold.
111
+
112
+ Defaults to 1000.
113
+ chunk_size : int
114
+ Text chunk size for embeddings.
115
+
116
+ Defaults to 500.
117
+ chunk_overlap : int
118
+ Text chunk overlap for embeddings.
119
+
120
+ Defaults to 50.
121
+ forget_percentage : float
122
+ Percentage of oldest memories to forget when long-term memory limit is reached.
123
+
124
+ Defaults to 0.1 (10%).
125
+ max_iterations : int
126
+ Maximum number of iterations for agent execution.
127
+
128
+ Defaults to 10.
129
+ cross_encoder : CrossEncoder
130
+ Cross-encoder model for reranking retrieved documents.
131
+
132
+ Defaults to a pre-trained cross-encoder model 'cross-encoder/ms-marco-MiniLM-L-6-v2'.
133
+ rerank_k : int
134
+ Number of documents to retrieve for reranking.
135
+
136
+ Defaults to 10.
137
+ score_threshold : float
138
+ Similarity score threshold for retrieval.
139
+
140
+ Defaults to 0.5.
141
+ verbose : bool
142
+ Whether to enable verbose logging.
143
+
144
+ Defaults to False.
145
+ """
146
+ self.llm = llm
147
+ self.tools = tools
148
+ self.vectorstore_path = vectorstore_path
149
+ self.long_term_db = long_term_db
150
+ self.long_term_memory_limit = long_term_memory_limit
151
+ self.memory_window = memory_window
152
+ self.skip_large_data_threshold = skip_large_data_threshold
153
+ self.chunk_size = chunk_size
154
+ self.chunk_overlap = chunk_overlap
155
+ self.forget_percentage = forget_percentage
156
+ self.max_iterations = max_iterations
157
+ self.rerank_k = rerank_k
158
+ self.score_threshold = score_threshold
159
+ self.verbose = verbose
160
+ self.cross_encoder = cross_encoder
161
+
162
+ # Initialize memory systems
163
+ self._initialize_memory()
164
+
165
+ # Initialize agent with tool integration
166
+ self._initialize_agent()
167
+
168
+ def _initialize_memory(self):
169
+ """Initialize short-term and long-term memory systems"""
170
+ # Short-term memory (recent conversations)
171
+ self.short_term_memory = ConversationBufferWindowMemory(
172
+ memory_key="chat_history",
173
+ k=self.memory_window,
174
+ return_messages=True
175
+ )
176
+ # Long-term memory storage
177
+ self.long_term_store = SQLChatMessageHistory(
178
+ connection_string=self.long_term_db,
179
+ session_id="global_session"
180
+ )
181
+ # Initialize RAG vectorstore
182
+ self._initialize_vectorstore()
183
+
184
+ def _initialize_vectorstore(self):
185
+ """Initialize or load FAISS vectorstore for long-term memory"""
186
+ # Create embeddings service
187
+ self.embeddings = GenAIHubEmbeddings()
188
+
189
+ # Try loading existing vectorstore
190
+ try:
191
+ self.vectorstore = FAISS.load_local(
192
+ self.vectorstore_path,
193
+ self.embeddings,
194
+ allow_dangerous_deserialization=True
195
+ )
196
+ logger.info("Loaded existing vectorstore from %s", self.vectorstore_path)
197
+ except:
198
+ # Initialize new vectorstore if loading fails
199
+ self.vectorstore = FAISS.from_texts(
200
+ texts=["Initialization text"],
201
+ embedding=self.embeddings
202
+ )
203
+ self.vectorstore.save_local(self.vectorstore_path)
204
+ logger.info("Created new vectorstore at %s", self.vectorstore_path)
205
+
206
+ def _should_store(self, text: str) -> bool:
207
+ """Determine if text should be stored in memory"""
208
+ # Skip DataFrame conversions
209
+ if isinstance(text, pd.DataFrame):
210
+ return False
211
+
212
+ # Skip large texts
213
+ if isinstance(text, str) and len(text) > self.skip_large_data_threshold:
214
+ return False
215
+
216
+ # Skip Markdown tables
217
+ if isinstance(text, str) and re.search(r'\|\s*.*\s*\|.*\n(\|\s*:?[-]+\s*:?\|\s*)+\n', text):
218
+ return False
219
+
220
+ return True
221
+
222
+ def _update_long_term_memory(self, user_input: str, response: Any):
223
+ """Update long-term memory with new conversation"""
224
+ if not self._should_store(response):
225
+ logger.debug("Skipping memory storage for large or special content")
226
+ return
227
+
228
+ response_str = str(response)
229
+ current_time = datetime.now().isoformat()
230
+
231
+ # Add messages with metadata
232
+ self.long_term_store.add_messages([
233
+ HumanMessage(content=[{"type": "text", "text": user_input}], metadata={"timestamp": current_time}),
234
+ AIMessage(content=[{"type": "text", "text": str(response)}], metadata={"timestamp": current_time})
235
+ ])
236
+
237
+ # Create documents for vector store
238
+ splitter = RecursiveCharacterTextSplitter(
239
+ chunk_size=self.chunk_size,
240
+ chunk_overlap=self.chunk_overlap,
241
+ )
242
+
243
+ documents = splitter.create_documents(
244
+ texts=[f"User: {user_input}\nAssistant: {response_str}"],
245
+ metadatas=[{"timestamp": current_time}]
246
+ )
247
+
248
+ # Update vector store
249
+ self.vectorstore.add_documents(documents)
250
+ self.vectorstore.save_local(self.vectorstore_path)
251
+
252
+ # Clean up oldest memories if needed
253
+ self._forget_old_memories()
254
+
255
+ def _forget_old_memories(self):
256
+ """Remove oldest memories when storage limit is exceeded"""
257
+ if len(self.long_term_store.messages) > self.long_term_memory_limit:
258
+ # Calculate number of oldest messages to remove
259
+ num_to_remove = int(self.long_term_memory_limit * self.forget_percentage)
260
+
261
+ # Implement actual deletion logic here
262
+ # This is placeholder for actual database deletion
263
+ logger.info("Should remove %d oldest memories", num_to_remove)
264
+ # In practice: Delete oldest records from database
265
+
266
+ def _retrieve_relevant_memories(self, query: str) -> List[str]:
267
+ """Retrieve relevant memories using RAG with reranking"""
268
+ # Retrieve candidate documents
269
+ candidate_docs = self.vectorstore.similarity_search_with_score(
270
+ query=query,
271
+ k=self.rerank_k,
272
+ score_threshold=self.score_threshold
273
+ )
274
+
275
+ if not candidate_docs:
276
+ return []
277
+
278
+ # Prioritize recent documents
279
+ candidate_docs.sort(
280
+ key=lambda x: x[0].metadata.get('timestamp', '1970-01-01'),
281
+ reverse=True
282
+ )
283
+
284
+ # Rerank with cross-encoder
285
+ doc_contents = [doc[0].page_content for doc in candidate_docs]
286
+ rerank_scores = self.cross_encoder.predict([(query, content) for content in doc_contents])
287
+
288
+ # Combine and select top documents
289
+ combined = list(zip(doc_contents, rerank_scores))
290
+ combined.sort(key=lambda x: x[1], reverse=True)
291
+
292
+ return [content for content, _ in combined[:3]]
293
+
294
+ def _build_context(self, user_input: str) -> SystemMessage:
295
+ # 获取短时记忆并转换格式
296
+ short_term_history = self.short_term_memory.load_memory_variables({})["chat_history"]
297
+ formatted_history = []
298
+ for msg in short_term_history:
299
+ if isinstance(msg, (HumanMessage, AIMessage)):
300
+ formatted_history.append({"type": "text", "text": f"{msg.type}: {msg.content}"})
301
+
302
+ # 获取长时记忆
303
+ long_term_context = self._retrieve_relevant_memories(user_input)
304
+ long_term_str = "\n".join(long_term_context) if long_term_context else ""
305
+
306
+ # 构建内容块
307
+ context_content = [
308
+ {"type": "text", "text": "CONVERSATION CONTEXT:"},
309
+ {"type": "text", "text": "Recent Chat History:"},
310
+ *formatted_history,
311
+ {"type": "text", "text": f"Relevant Long-term Memories: {long_term_str}"},
312
+ {"type": "text", "text": "GUIDELINES:\n1. Prioritize tool usage..."}
313
+ ]
314
+ return SystemMessage(content=context_content)
315
+
316
+ def _initialize_agent(self):
317
+ """Initialize agent with tool integration and context handling"""
318
+ # Create the prompt template
319
+ prompt = ChatPromptTemplate.from_messages([
320
+ SystemMessage(content="You are a helpful assistant with access to tools. Always use tools when appropriate."),
321
+ MessagesPlaceholder(variable_name="chat_history"),
322
+ HumanMessagePromptTemplate.from_template("{input}"),
323
+ MessagesPlaceholder(variable_name="agent_scratchpad")
324
+ ])
325
+
326
+ # Create the agent with tool bindings
327
+ self.agent = create_openai_functions_agent(self.llm, self.tools, prompt)
328
+
329
+ # Create executor with memory integration
330
+ self.executor = FormatSafeAgentExecutor(
331
+ agent=self.agent,
332
+ tools=self.tools,
333
+ max_iterations=self.max_iterations,
334
+ verbose=self.verbose,
335
+ memory=self.short_term_memory,
336
+ handle_parsing_errors=True
337
+ )
338
+
339
+ def _format_dataframe(self, df: pd.DataFrame) -> str:
340
+ """Convert DataFrame to Markdown table"""
341
+ try:
342
+ return df.to_markdown(index=False)
343
+ except Exception as e:
344
+ logger.error("DataFrame conversion failed: %s", str(e))
345
+ return "Data output could not be formatted"
346
+
347
+ def _build_long_term_context(self, user_input: str) -> str:
348
+ long_term_context = self._retrieve_relevant_memories(user_input)
349
+ return "\n".join(long_term_context) if long_term_context else ""
350
+
351
+ def clear_long_term_memory(self):
352
+ """
353
+ Safely clear long-term memory by clearing the vectorstore and database.
354
+ Avoids index errors in SQLChatMessageHistory implementation.
355
+ """
356
+ try:
357
+ # 安全清空SQL存储(避免索引越界)
358
+ self.long_term_store.clear()
359
+ logger.debug("SQL long-term store cleared")
360
+ except IndexError:
361
+ # 捕获索引越界异常(空存储时可能发生)
362
+ logger.warning("IndexError during clear (likely empty store)")
363
+ except Exception as e:
364
+ logger.error("Unexpected error clearing SQL store: %s", str(e))
365
+
366
+ # 重建空向量库(无需前置检查)
367
+ self.vectorstore = FAISS.from_texts([""], embedding=self.embeddings) # 空文本占位
368
+ self.vectorstore.save_local(self.vectorstore_path)
369
+ logger.info("Long-term memory cleared and vectorstore reset.")
370
+
371
+ def clear_short_term_memory(self):
372
+ """
373
+ Clear short-term memory by resetting the conversation history.
374
+ This is a placeholder for actual implementation.
375
+ """
376
+ self.short_term_memory.clear()
377
+ logger.info("Short-term memory cleared.")
378
+
379
+ def chat(self, user_input: str) -> str:
380
+ """
381
+ Main chat method to handle user input and return response.
382
+
383
+ Parameters
384
+ ----------
385
+ user_input : str
386
+ The input question or statement from the user.
387
+ """
388
+ if user_input.startswith("!clear_long_term_memory"):
389
+ self.clear_long_term_memory()
390
+ return "Long-term memory has been cleared."
391
+ elif user_input.startswith("!clear_short_term_memory"):
392
+ self.clear_short_term_memory()
393
+ return "Short-term memory has been cleared."
394
+ context_str = self._build_long_term_context(user_input) # Returns string
395
+ agent_input = {
396
+ "input": [{
397
+ "type": "text",
398
+ "text": f"Context:\n{context_str}\n\nQuestion: {user_input}"
399
+ }]
400
+ }
401
+ response = self.executor.invoke(agent_input)
402
+ return response['output']
@@ -20,7 +20,7 @@ import sys
20
20
  try:
21
21
  from gen_ai_hub.proxy.langchain import init_embedding_model as gen_ai_hub_embedding_model
22
22
  except ImportError:
23
- subprocess.check_call([sys.executable, "-m", "pip", "install", "generative-ai-hub-sdk[all]"])
23
+ subprocess.check_call([sys.executable, "-m", "pip", "install", "sap-ai-sdk-gen[all]"])
24
24
  from gen_ai_hub.proxy.langchain import init_embedding_model as gen_ai_hub_embedding_model
25
25
 
26
26
  import pandas as pd
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hana_ai
3
- Version: 1.0.25063000
3
+ Version: 1.0.25070201
4
4
  Summary: Generative AI Toolkit for SAP HANA Cloud
5
5
  Author: SAP
6
6
  License: Apache-2.0
@@ -13,7 +13,7 @@ Requires-Python: >=3.0
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
15
  Requires-Dist: langchain
16
- Requires-Dist: numpy<2.0
16
+ Requires-Dist: numpy
17
17
  Requires-Dist: pandas
18
18
  Requires-Dist: hana-ml>=2.25.25062301
19
19
  Requires-Dist: langchain-community
@@ -23,7 +23,9 @@ Requires-Dist: langchain-text-splitters
23
23
  Requires-Dist: pydantic
24
24
  Requires-Dist: pydantic-core
25
25
  Requires-Dist: cryptography
26
- Requires-Dist: ipython<9.0
26
+ Requires-Dist: ipython
27
+ Requires-Dist: sentence_transformers
28
+ Requires-Dist: deprecated
27
29
  Dynamic: license-file
28
30
 
29
31
  [![REUSE status](https://api.reuse.software/badge/github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud)](https://api.reuse.software/info/github.com/SAP/generative-ai-toolkit-for-sap-hana-cloud)
@@ -32,6 +32,7 @@ src/hana_ai/agents/hana_dataframe_agent.py
32
32
  src/hana_ai/agents/hana_dataframe_prompt.py
33
33
  src/hana_ai/agents/hana_sql_agent.py
34
34
  src/hana_ai/agents/hanaml_agent_with_memory.py
35
+ src/hana_ai/agents/hanaml_rag_agent.py
35
36
  src/hana_ai/tools/__init__.py
36
37
  src/hana_ai/tools/agent_as_a_tool.py
37
38
  src/hana_ai/tools/code_template_tools.py
@@ -1,5 +1,5 @@
1
1
  langchain
2
- numpy<2.0
2
+ numpy
3
3
  pandas
4
4
  hana-ml>=2.25.25062301
5
5
  langchain-community
@@ -9,4 +9,6 @@ langchain-text-splitters
9
9
  pydantic
10
10
  pydantic-core
11
11
  cryptography
12
- ipython<9.0
12
+ ipython
13
+ sentence_transformers
14
+ deprecated
File without changes
File without changes
File without changes