Hello Team,
Greetings.
When I execute this sql "SELECT VECTOR_EMBEDDING('What is the meaning of the letters SAP?', 'QUERY', 'SAP_NEB.20240715') EMBEDDEDQUESTION FROM DUMMY;" in HC Explorer returns the list of decimals, it's fine. the list of vector was returned.
but the result from below python code doesn't look good. it is totally different from HANA DB directly result.
sql = f'''SELECT VECTOR_EMBEDDING('What is the meaning of the letters SAP?', 'QUERY', 'SAP_NEB.20240715') EMBEDDEDQUESTION FROM DUMMY;''' data_pd = conn.sql(sql).head(1).collect() data_pd
above python code works fine with hana_ml 2.26.25110400 and hdbcli 2.26.25, but after I upgrade hana_ml to the latest, it goes error.
please take a look, thank you.
Felix,
BR
Hello Team,
Greetings.
When I execute this sql "SELECT VECTOR_EMBEDDING('What is the meaning of the letters SAP?', 'QUERY', 'SAP_NEB.20240715') EMBEDDEDQUESTION FROM DUMMY;" in HC Explorer returns the list of decimals, it's fine. the list of vector was returned.
but the result from below python code doesn't look good. it is totally different from HANA DB directly result.
sql = f'''SELECT VECTOR_EMBEDDING('What is the meaning of the letters SAP?', 'QUERY', 'SAP_NEB.20240715') EMBEDDEDQUESTION FROM DUMMY;''' data_pd = conn.sql(sql).head(1).collect() data_pdabove python code works fine with hana_ml 2.26.25110400 and hdbcli 2.26.25, but after I upgrade hana_ml to the latest, it goes error.
please take a look, thank you.
Felix,
BR