diff options
| author | Dhravya <[email protected]> | 2024-02-28 15:36:39 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-02-28 15:36:39 -0700 |
| commit | 60012606c8745525ff2862004999185e7d927517 (patch) | |
| tree | 9bf9cf29a56056f40b355c876926dc4e720e1e38 /package.json | |
| parent | extension auth and sync working (diff) | |
| download | archived-supermemory-60012606c8745525ff2862004999185e7d927517.tar.xz archived-supermemory-60012606c8745525ff2862004999185e7d927517.zip | |
implemented AI with citations and extension flow, using openai embedder
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index f6d49013..2b40352b 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,8 @@ "dotenv-cli": "^7.3.0", "drizzle-orm": "^0.29.4", "eslint-plugin-next-on-pages": "^1.9.0", + "html-metadata": "^1.7.1", + "html-metadata-parser": "^2.0.4", "next-auth": "beta" } } |