Skip to content

Commit

Permalink
trigger change
Browse files Browse the repository at this point in the history
  • Loading branch information
rjvgupta committed Jul 17, 2024
1 parent 573ab8c commit 0c2f1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-udfs/f_titan_embedding(varchar)/function.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Purpose:
This sample function demonstrates how use lambda to call the titan embedding model to convert your text to an embedding.
2024-07-11: written by rjvgupta
2024-07-11: written by rjvgupta
*/
CREATE OR REPLACE EXTERNAL FUNCTION f_titan_embedding (varchar) RETURNS varchar(max) STABLE
LAMBDA 'f-titan-embedding-varchar' IAM_ROLE ':RedshiftRole';

0 comments on commit 0c2f1ef

Please sign in to comment.