@freehour/supabase-langchain 1.3.7 → 1.3.8
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.
package/package.json
CHANGED
|
@@ -42,7 +42,7 @@ $function$
|
|
|
42
42
|
;
|
|
43
43
|
|
|
44
44
|
CREATE OR REPLACE FUNCTION langchain.get_outdated_embeddings(bucket text)
|
|
45
|
-
RETURNS TABLE(file_id uuid, bucket_id
|
|
45
|
+
RETURNS TABLE(file_id uuid, bucket_id text, path_tokens text[])
|
|
46
46
|
LANGUAGE plpgsql
|
|
47
47
|
SET search_path TO ''
|
|
48
48
|
AS $function$
|