@freehour/supabase-langchain 1.3.8 → 1.3.9

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11932,7 +11932,7 @@ var Dm = class {
11932
11932
  async ingest(e, t) {
11933
11933
  let n = await this.storage.getFileStorageLocation(e);
11934
11934
  return this.updateEmbeddings(n, typeof t == "function" ? t(n) : t).catch((e) => {
11935
- throw new km("Failed to update embedding", {
11935
+ throw new km(`Failed to update embedding: ${e.message}`, {
11936
11936
  cause: e,
11937
11937
  location: n
11938
11938
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "displayName": "Supabase-Langchain",
5
5
  "description": "Integration package for using LangChain with Supabase",
6
- "version": "1.3.8",
6
+ "version": "1.3.9",
7
7
  "type": "module",
8
8
  "repository": {
9
9
  "type": "git",