Fukuhara
Advisor
Advisor
Member since ‎02-14-2018

User Statistics

  • 79 Posts
  • 1 Solutions
  • 9 Kudos given
  • 139 Kudos received

User Activity

I am composing this blog to check the performance of HANA Vector Store, with particular emphasis on the following aspects:The quantum of memory utilized to store embeddings as well as to conduct a search.The duration required to perform a search.Summ...
I am crafting this blog to deliver an illustrative example of implementing Python RAG using the SAP HANA Cloud Vector Engine, SAP AI Core, and Python on Google Colab.The contents is based on an official tutorial "Retrieval Augmented Generation using ...
EnvironmentHere is environment I tested.TypeVersionPython3.10.2hana_ml2.20.24031902HANA Cloud4.00.000.00.1710841718 (fa/CE2024.2)CodeJust a simple code snippet for define, insert and select with join tables.  from hana_ml.dataframe import ConnectionC...
I am writing this blog to show training with APL using python package hana_ml.  With APL, you can automate preprocessing to some extent. Environment Environment is as below. Python: 3.7.14(Google Colaboratory) HANA: Cloud Edition 2022.16 APL:...
I am writing this blog to show basic Auto ML classification training procedures using python package hana_ml.  Wtih class AutomaticClassification, you don't need to consider the both preprocessing and classification algorithms.  AutoML finds the best...