diff --git a/examples/src/guides/expression_language/runnable_history.ts b/examples/src/guides/expression_language/runnable_history.ts index afcd7aade6c2..0d3130e07ff2 100644 --- a/examples/src/guides/expression_language/runnable_history.ts +++ b/examples/src/guides/expression_language/runnable_history.ts @@ -1,5 +1,5 @@ import { ChatOpenAI } from "langchain/chat_models/openai"; -import { ChatMessageHistory } from "langchain/stores/message/in_memory"; +import { ChatMessageHistory } from "langchain/memory"; import { ChatPromptTemplate, MessagesPlaceholder } from "langchain/prompts"; import { RunnableConfig, diff --git a/examples/src/guides/expression_language/runnable_history_constructor_config.ts b/examples/src/guides/expression_language/runnable_history_constructor_config.ts index 55405ccd95c5..b04f614ec22e 100644 --- a/examples/src/guides/expression_language/runnable_history_constructor_config.ts +++ b/examples/src/guides/expression_language/runnable_history_constructor_config.ts @@ -1,5 +1,5 @@ import { ChatOpenAI } from "langchain/chat_models/openai"; -import { ChatMessageHistory } from "langchain/stores/message/in_memory"; +import { ChatMessageHistory } from "langchain/memory"; import { ChatPromptTemplate, MessagesPlaceholder } from "langchain/prompts"; import { RunnableConfig, diff --git a/langchain/package.json b/langchain/package.json index fdd088660169..de932b6b4670 100644 --- a/langchain/package.json +++ b/langchain/package.json @@ -888,72 +888,37 @@ "@aws-sdk/credential-provider-node": "^3.388.0", "@aws-sdk/types": "^3.357.0", "@azure/storage-blob": "^12.15.0", - "@clickhouse/client": "^0.2.5", - "@cloudflare/ai": "^1.0.12", "@cloudflare/workers-types": "^4.20230922.0", - "@elastic/elasticsearch": "^8.4.0", "@faker-js/faker": "^7.6.0", - "@getmetal/metal-sdk": "^4.0.0", - "@getzep/zep-js": "^0.9.0", "@gomomento/sdk": "^1.51.1", "@gomomento/sdk-core": "^1.51.1", "@google-ai/generativelanguage": "^0.2.1", "@google-cloud/storage": "^6.10.1", - "@gradientai/nodejs-sdk": "^1.2.0", - "@huggingface/inference": "^2.6.4", "@jest/globals": "^29.5.0", - "@mozilla/readability": "^0.4.4", "@notionhq/client": "^2.2.10", - "@opensearch-project/opensearch": "^2.2.0", "@pinecone-database/pinecone": "^1.1.0", - "@planetscale/database": "^1.8.0", - "@qdrant/js-client-rest": "^1.2.0", - "@raycast/api": "^1.55.2", - "@rockset/client": "^0.9.1", - "@smithy/eventstream-codec": "^2.0.5", - "@smithy/protocol-http": "^3.0.6", - "@smithy/signature-v4": "^2.0.10", - "@smithy/util-utf8": "^2.0.0", - "@supabase/postgrest-js": "^1.1.1", "@supabase/supabase-js": "^2.10.0", "@swc/core": "^1.3.90", "@swc/jest": "^0.2.29", - "@tensorflow-models/universal-sentence-encoder": "^1.3.3", "@tensorflow/tfjs-backend-cpu": "^3", - "@tensorflow/tfjs-converter": "^3.6.0", - "@tensorflow/tfjs-core": "^3.6.0", "@tsconfig/recommended": "^1.0.2", "@types/d3-dsv": "^2", "@types/decamelize": "^1.2.0", "@types/html-to-text": "^9", "@types/js-yaml": "^4", "@types/jsdom": "^21.1.1", - "@types/lodash": "^4", - "@types/mozilla-readability": "^0.2.1", "@types/pdf-parse": "^1.1.1", - "@types/pg": "^8", - "@types/pg-copy-streams": "^1.2.2", "@types/uuid": "^9", "@types/ws": "^8", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", - "@upstash/redis": "^1.20.6", "@vercel/kv": "^0.2.3", - "@vercel/postgres": "^0.5.0", - "@writerai/writer-sdk": "^0.40.2", "@xata.io/client": "^0.28.0", - "@xenova/transformers": "^2.5.4", - "@zilliz/milvus2-sdk-node": ">=2.2.11", "apify-client": "^2.7.1", "assemblyai": "^2.0.2", "axios": "^0.26.0", - "cassandra-driver": "^4.7.2", "cheerio": "^1.0.0-rc.12", "chromadb": "^1.5.3", - "closevector-common": "0.1.0-alpha.1", - "closevector-node": "0.1.0-alpha.10", - "closevector-web": "0.1.0-alpha.15", - "cohere-ai": ">=6.0.0", "convex": "^1.3.1", "d3-dsv": "^2.0.0", "dotenv": "^16.0.3", @@ -966,53 +931,36 @@ "eslint-plugin-jest": "^27.6.0", "eslint-plugin-no-instanceof": "^1.0.1", "eslint-plugin-prettier": "^4.2.1", - "faiss-node": "^0.5.1", "fast-xml-parser": "^4.2.7", - "firebase-admin": "^11.9.0", "google-auth-library": "^8.9.0", "googleapis": "^126.0.1", - "graphql": "^16.6.0", - "hnswlib-node": "^1.4.2", "html-to-text": "^9.0.5", "ignore": "^5.2.0", "ioredis": "^5.3.2", "jest": "^29.5.0", "jest-environment-node": "^29.6.4", "jsdom": "^22.1.0", - "llmonitor": "^0.5.9", - "lodash": "^4.17.21", "mammoth": "^1.5.1", "mongodb": "^5.2.0", - "mysql2": "^3.3.3", - "neo4j-driver": "^5.12.0", "node-llama-cpp": "2.7.3", "notion-to-md": "^3.1.0", "officeparser": "^4.0.4", "pdf-parse": "1.1.1", "peggy": "^3.0.2", - "pg": "^8.11.0", - "pg-copy-streams": "^6.0.5", - "pickleparser": "^0.2.1", "playwright": "^1.32.1", - "portkey-ai": "^0.1.11", "prettier": "^2.8.3", "puppeteer": "^19.7.2", "pyodide": "^0.24.1", "redis": "^4.6.6", "release-it": "^15.10.1", - "replicate": "^0.18.0", "rimraf": "^5.0.1", "rollup": "^3.19.1", "sonix-speech-recognition": "^2.1.1", - "sqlite3": "^5.1.4", "srt-parser-2": "^1.2.2", "ts-jest": "^29.1.0", "typeorm": "^0.3.12", "typescript": "~5.1.6", - "typesense": "^1.5.3", - "usearch": "^1.1.1", "vectordb": "^0.1.4", - "voy-search": "0.6.2", "weaviate-ts-client": "^1.4.0", "web-auth-library": "^1.0.3", "youtube-transcript": "^1.0.6", @@ -1024,92 +972,46 @@ "@aws-sdk/client-sfn": "^3.310.0", "@aws-sdk/credential-provider-node": "^3.388.0", "@azure/storage-blob": "^12.15.0", - "@clickhouse/client": "^0.2.5", - "@cloudflare/ai": "^1.0.12", - "@elastic/elasticsearch": "^8.4.0", - "@getmetal/metal-sdk": "*", - "@getzep/zep-js": "^0.9.0", "@gomomento/sdk": "^1.51.1", "@gomomento/sdk-core": "^1.51.1", "@gomomento/sdk-web": "^1.51.1", "@google-ai/generativelanguage": "^0.2.1", "@google-cloud/storage": "^6.10.1", - "@gradientai/nodejs-sdk": "^1.2.0", - "@huggingface/inference": "^2.6.4", - "@mozilla/readability": "*", "@notionhq/client": "^2.2.10", - "@opensearch-project/opensearch": "*", "@pinecone-database/pinecone": "^1.1.0", - "@planetscale/database": "^1.8.0", - "@qdrant/js-client-rest": "^1.2.0", - "@raycast/api": "^1.55.2", - "@rockset/client": "^0.9.1", - "@smithy/eventstream-codec": "^2.0.5", - "@smithy/protocol-http": "^3.0.6", - "@smithy/signature-v4": "^2.0.10", - "@smithy/util-utf8": "^2.0.0", - "@supabase/postgrest-js": "^1.1.1", "@supabase/supabase-js": "^2.10.0", - "@tensorflow-models/universal-sentence-encoder": "*", - "@tensorflow/tfjs-converter": "*", - "@tensorflow/tfjs-core": "*", - "@upstash/redis": "^1.20.6", "@vercel/kv": "^0.2.3", - "@vercel/postgres": "^0.5.0", - "@writerai/writer-sdk": "^0.40.2", "@xata.io/client": "^0.28.0", - "@xenova/transformers": "^2.5.4", - "@zilliz/milvus2-sdk-node": ">=2.2.7", "apify-client": "^2.7.1", "assemblyai": "^2.0.2", "axios": "*", - "cassandra-driver": "^4.7.2", "cheerio": "^1.0.0-rc.12", "chromadb": "*", - "closevector-common": "0.1.0-alpha.1", - "closevector-node": "0.1.0-alpha.10", - "closevector-web": "0.1.0-alpha.16", - "cohere-ai": ">=6.0.0", "convex": "^1.3.1", "d3-dsv": "^2.0.0", "epub2": "^3.0.1", - "faiss-node": "^0.5.1", "fast-xml-parser": "^4.2.7", - "firebase-admin": "^11.9.0", "google-auth-library": "^8.9.0", "googleapis": "^126.0.1", - "hnswlib-node": "^1.4.2", "html-to-text": "^9.0.5", "ignore": "^5.2.0", "ioredis": "^5.3.2", "jsdom": "*", - "llmonitor": "^0.5.9", - "lodash": "^4.17.21", "mammoth": "*", "mongodb": "^5.2.0", - "mysql2": "^3.3.3", - "neo4j-driver": "*", "node-llama-cpp": "*", "notion-to-md": "^3.1.0", "officeparser": "^4.0.4", "pdf-parse": "1.1.1", "peggy": "^3.0.2", - "pg": "^8.11.0", - "pg-copy-streams": "^6.0.5", - "pickleparser": "^0.2.1", "playwright": "^1.32.1", - "portkey-ai": "^0.1.11", "puppeteer": "^19.7.2", "pyodide": "^0.24.1", "redis": "^4.6.4", - "replicate": "^0.18.0", "sonix-speech-recognition": "^2.1.1", "srt-parser-2": "^1.2.2", "typeorm": "^0.3.12", - "typesense": "^1.5.3", - "usearch": "^1.1.1", "vectordb": "^0.1.4", - "voy-search": "0.6.2", "weaviate-ts-client": "^1.4.0", "web-auth-library": "^1.0.3", "ws": "^8.14.2", @@ -1132,21 +1034,6 @@ "@azure/storage-blob": { "optional": true }, - "@clickhouse/client": { - "optional": true - }, - "@cloudflare/ai": { - "optional": true - }, - "@elastic/elasticsearch": { - "optional": true - }, - "@getmetal/metal-sdk": { - "optional": true - }, - "@getzep/zep-js": { - "optional": true - }, "@gomomento/sdk": { "optional": true }, @@ -1162,84 +1049,21 @@ "@google-cloud/storage": { "optional": true }, - "@gradientai/nodejs-sdk": { - "optional": true - }, - "@huggingface/inference": { - "optional": true - }, - "@mozilla/readability": { - "optional": true - }, "@notionhq/client": { "optional": true }, - "@opensearch-project/opensearch": { - "optional": true - }, "@pinecone-database/pinecone": { "optional": true }, - "@planetscale/database": { - "optional": true - }, - "@qdrant/js-client-rest": { - "optional": true - }, - "@raycast/api": { - "optional": true - }, - "@rockset/client": { - "optional": true - }, - "@smithy/eventstream-codec": { - "optional": true - }, - "@smithy/protocol-http": { - "optional": true - }, - "@smithy/signature-v4": { - "optional": true - }, - "@smithy/util-utf8": { - "optional": true - }, - "@supabase/postgrest-js": { - "optional": true - }, "@supabase/supabase-js": { "optional": true }, - "@tensorflow-models/universal-sentence-encoder": { - "optional": true - }, - "@tensorflow/tfjs-converter": { - "optional": true - }, - "@tensorflow/tfjs-core": { - "optional": true - }, - "@upstash/redis": { - "optional": true - }, "@vercel/kv": { "optional": true }, - "@vercel/postgres": { - "optional": true - }, - "@writerai/writer-sdk": { - "optional": true - }, "@xata.io/client": { "optional": true }, - "@xenova/transformers": { - "optional": true - }, - "@zilliz/milvus2-sdk-node": { - "optional": true - }, "apify-client": { "optional": true }, @@ -1249,27 +1073,12 @@ "axios": { "optional": true }, - "cassandra-driver": { - "optional": true - }, "cheerio": { "optional": true }, "chromadb": { "optional": true }, - "closevector-common": { - "optional": true - }, - "closevector-node": { - "optional": true - }, - "closevector-web": { - "optional": true - }, - "cohere-ai": { - "optional": true - }, "convex": { "optional": true }, @@ -1285,18 +1094,12 @@ "fast-xml-parser": { "optional": true }, - "firebase-admin": { - "optional": true - }, "google-auth-library": { "optional": true }, "googleapis": { "optional": true }, - "hnswlib-node": { - "optional": true - }, "html-to-text": { "optional": true }, @@ -1309,24 +1112,12 @@ "jsdom": { "optional": true }, - "llmonitor": { - "optional": true - }, - "lodash": { - "optional": true - }, "mammoth": { "optional": true }, "mongodb": { "optional": true }, - "mysql2": { - "optional": true - }, - "neo4j-driver": { - "optional": true - }, "node-llama-cpp": { "optional": true }, @@ -1342,21 +1133,9 @@ "peggy": { "optional": true }, - "pg": { - "optional": true - }, - "pg-copy-streams": { - "optional": true - }, - "pickleparser": { - "optional": true - }, "playwright": { "optional": true }, - "portkey-ai": { - "optional": true - }, "puppeteer": { "optional": true }, @@ -1366,9 +1145,6 @@ "redis": { "optional": true }, - "replicate": { - "optional": true - }, "sonix-speech-recognition": { "optional": true }, @@ -1378,18 +1154,9 @@ "typeorm": { "optional": true }, - "typesense": { - "optional": true - }, - "usearch": { - "optional": true - }, "vectordb": { "optional": true }, - "voy-search": { - "optional": true - }, "weaviate-ts-client": { "optional": true }, diff --git a/langchain/src/llms/tests/replicate.int.test.ts b/libs/langchain-community/src/llms/tests/replicate.int.test.ts similarity index 100% rename from langchain/src/llms/tests/replicate.int.test.ts rename to libs/langchain-community/src/llms/tests/replicate.int.test.ts diff --git a/langchain/src/retrievers/tests/metal.int.test.ts b/libs/langchain-community/src/retrievers/tests/metal.int.test.ts similarity index 100% rename from langchain/src/retrievers/tests/metal.int.test.ts rename to libs/langchain-community/src/retrievers/tests/metal.int.test.ts diff --git a/langchain/src/storage/tests/upstash_redis.int.test.ts b/libs/langchain-community/src/storage/tests/upstash_redis.int.test.ts similarity index 100% rename from langchain/src/storage/tests/upstash_redis.int.test.ts rename to libs/langchain-community/src/storage/tests/upstash_redis.int.test.ts diff --git a/langchain/src/stores/tests/cassandra.int.test.ts b/libs/langchain-community/src/stores/tests/cassandra.int.test.ts similarity index 98% rename from langchain/src/stores/tests/cassandra.int.test.ts rename to libs/langchain-community/src/stores/tests/cassandra.int.test.ts index 2f3073ae90eb..27d9b174a759 100644 --- a/langchain/src/stores/tests/cassandra.int.test.ts +++ b/libs/langchain-community/src/stores/tests/cassandra.int.test.ts @@ -1,8 +1,8 @@ /* eslint-disable no-process-env */ import { test, expect, describe } from "@jest/globals"; import { Client } from "cassandra-driver"; +import { AIMessage, HumanMessage } from "@langchain/core/messages"; import { CassandraChatMessageHistory } from "../message/cassandra.js"; -import { HumanMessage, AIMessage } from "../../schema/index.js"; const cassandraConfig = { cloud: { diff --git a/yarn.lock b/yarn.lock index 30742b8bd996..a88736da8242 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23023,76 +23023,41 @@ __metadata: "@aws-sdk/credential-provider-node": ^3.388.0 "@aws-sdk/types": ^3.357.0 "@azure/storage-blob": ^12.15.0 - "@clickhouse/client": ^0.2.5 - "@cloudflare/ai": ^1.0.12 "@cloudflare/workers-types": ^4.20230922.0 - "@elastic/elasticsearch": ^8.4.0 "@faker-js/faker": ^7.6.0 - "@getmetal/metal-sdk": ^4.0.0 - "@getzep/zep-js": ^0.9.0 "@gomomento/sdk": ^1.51.1 "@gomomento/sdk-core": ^1.51.1 "@google-ai/generativelanguage": ^0.2.1 "@google-cloud/storage": ^6.10.1 - "@gradientai/nodejs-sdk": ^1.2.0 - "@huggingface/inference": ^2.6.4 "@jest/globals": ^29.5.0 "@langchain/community": ~0.0.0 "@langchain/core": ~0.0.11-rc.1 "@langchain/openai": ~0.0.2-rc.0 - "@mozilla/readability": ^0.4.4 "@notionhq/client": ^2.2.10 - "@opensearch-project/opensearch": ^2.2.0 "@pinecone-database/pinecone": ^1.1.0 - "@planetscale/database": ^1.8.0 - "@qdrant/js-client-rest": ^1.2.0 - "@raycast/api": ^1.55.2 - "@rockset/client": ^0.9.1 - "@smithy/eventstream-codec": ^2.0.5 - "@smithy/protocol-http": ^3.0.6 - "@smithy/signature-v4": ^2.0.10 - "@smithy/util-utf8": ^2.0.0 - "@supabase/postgrest-js": ^1.1.1 "@supabase/supabase-js": ^2.10.0 "@swc/core": ^1.3.90 "@swc/jest": ^0.2.29 - "@tensorflow-models/universal-sentence-encoder": ^1.3.3 "@tensorflow/tfjs-backend-cpu": ^3 - "@tensorflow/tfjs-converter": ^3.6.0 - "@tensorflow/tfjs-core": ^3.6.0 "@tsconfig/recommended": ^1.0.2 "@types/d3-dsv": ^2 "@types/decamelize": ^1.2.0 "@types/html-to-text": ^9 "@types/js-yaml": ^4 "@types/jsdom": ^21.1.1 - "@types/lodash": ^4 - "@types/mozilla-readability": ^0.2.1 "@types/pdf-parse": ^1.1.1 - "@types/pg": ^8 - "@types/pg-copy-streams": ^1.2.2 "@types/uuid": ^9 "@types/ws": ^8 "@typescript-eslint/eslint-plugin": ^5.58.0 "@typescript-eslint/parser": ^5.58.0 - "@upstash/redis": ^1.20.6 "@vercel/kv": ^0.2.3 - "@vercel/postgres": ^0.5.0 - "@writerai/writer-sdk": ^0.40.2 "@xata.io/client": ^0.28.0 - "@xenova/transformers": ^2.5.4 - "@zilliz/milvus2-sdk-node": ">=2.2.11" apify-client: ^2.7.1 assemblyai: ^2.0.2 axios: ^0.26.0 binary-extensions: ^2.2.0 - cassandra-driver: ^4.7.2 cheerio: ^1.0.0-rc.12 chromadb: ^1.5.3 - closevector-common: 0.1.0-alpha.1 - closevector-node: 0.1.0-alpha.10 - closevector-web: 0.1.0-alpha.15 - cohere-ai: ">=6.0.0" convex: ^1.3.1 d3-dsv: ^2.0.0 dotenv: ^16.0.3 @@ -23106,13 +23071,9 @@ __metadata: eslint-plugin-no-instanceof: ^1.0.1 eslint-plugin-prettier: ^4.2.1 expr-eval: ^2.0.2 - faiss-node: ^0.5.1 fast-xml-parser: ^4.2.7 - firebase-admin: ^11.9.0 google-auth-library: ^8.9.0 googleapis: ^126.0.1 - graphql: ^16.6.0 - hnswlib-node: ^1.4.2 html-to-text: ^9.0.5 ignore: ^5.2.0 ioredis: ^5.3.2 @@ -23124,13 +23085,9 @@ __metadata: jsonpointer: ^5.0.1 langchainhub: ~0.0.6 langsmith: ~0.0.48 - llmonitor: ^0.5.9 - lodash: ^4.17.21 mammoth: ^1.5.1 ml-distance: ^4.0.0 mongodb: ^5.2.0 - mysql2: ^3.3.3 - neo4j-driver: ^5.12.0 node-llama-cpp: 2.7.3 notion-to-md: ^3.1.0 officeparser: ^4.0.4 @@ -23138,30 +23095,21 @@ __metadata: p-retry: 4 pdf-parse: 1.1.1 peggy: ^3.0.2 - pg: ^8.11.0 - pg-copy-streams: ^6.0.5 - pickleparser: ^0.2.1 playwright: ^1.32.1 - portkey-ai: ^0.1.11 prettier: ^2.8.3 puppeteer: ^19.7.2 pyodide: ^0.24.1 redis: ^4.6.6 release-it: ^15.10.1 - replicate: ^0.18.0 rimraf: ^5.0.1 rollup: ^3.19.1 sonix-speech-recognition: ^2.1.1 - sqlite3: ^5.1.4 srt-parser-2: ^1.2.2 ts-jest: ^29.1.0 typeorm: ^0.3.12 typescript: ~5.1.6 - typesense: ^1.5.3 - usearch: ^1.1.1 uuid: ^9.0.0 vectordb: ^0.1.4 - voy-search: 0.6.2 weaviate-ts-client: ^1.4.0 web-auth-library: ^1.0.3 yaml: ^2.2.1 @@ -23175,92 +23123,46 @@ __metadata: "@aws-sdk/client-sfn": ^3.310.0 "@aws-sdk/credential-provider-node": ^3.388.0 "@azure/storage-blob": ^12.15.0 - "@clickhouse/client": ^0.2.5 - "@cloudflare/ai": ^1.0.12 - "@elastic/elasticsearch": ^8.4.0 - "@getmetal/metal-sdk": "*" - "@getzep/zep-js": ^0.9.0 "@gomomento/sdk": ^1.51.1 "@gomomento/sdk-core": ^1.51.1 "@gomomento/sdk-web": ^1.51.1 "@google-ai/generativelanguage": ^0.2.1 "@google-cloud/storage": ^6.10.1 - "@gradientai/nodejs-sdk": ^1.2.0 - "@huggingface/inference": ^2.6.4 - "@mozilla/readability": "*" "@notionhq/client": ^2.2.10 - "@opensearch-project/opensearch": "*" "@pinecone-database/pinecone": ^1.1.0 - "@planetscale/database": ^1.8.0 - "@qdrant/js-client-rest": ^1.2.0 - "@raycast/api": ^1.55.2 - "@rockset/client": ^0.9.1 - "@smithy/eventstream-codec": ^2.0.5 - "@smithy/protocol-http": ^3.0.6 - "@smithy/signature-v4": ^2.0.10 - "@smithy/util-utf8": ^2.0.0 - "@supabase/postgrest-js": ^1.1.1 "@supabase/supabase-js": ^2.10.0 - "@tensorflow-models/universal-sentence-encoder": "*" - "@tensorflow/tfjs-converter": "*" - "@tensorflow/tfjs-core": "*" - "@upstash/redis": ^1.20.6 "@vercel/kv": ^0.2.3 - "@vercel/postgres": ^0.5.0 - "@writerai/writer-sdk": ^0.40.2 "@xata.io/client": ^0.28.0 - "@xenova/transformers": ^2.5.4 - "@zilliz/milvus2-sdk-node": ">=2.2.7" apify-client: ^2.7.1 assemblyai: ^2.0.2 axios: "*" - cassandra-driver: ^4.7.2 cheerio: ^1.0.0-rc.12 chromadb: "*" - closevector-common: 0.1.0-alpha.1 - closevector-node: 0.1.0-alpha.10 - closevector-web: 0.1.0-alpha.16 - cohere-ai: ">=6.0.0" convex: ^1.3.1 d3-dsv: ^2.0.0 epub2: ^3.0.1 - faiss-node: ^0.5.1 fast-xml-parser: ^4.2.7 - firebase-admin: ^11.9.0 google-auth-library: ^8.9.0 googleapis: ^126.0.1 - hnswlib-node: ^1.4.2 html-to-text: ^9.0.5 ignore: ^5.2.0 ioredis: ^5.3.2 jsdom: "*" - llmonitor: ^0.5.9 - lodash: ^4.17.21 mammoth: "*" mongodb: ^5.2.0 - mysql2: ^3.3.3 - neo4j-driver: "*" node-llama-cpp: "*" notion-to-md: ^3.1.0 officeparser: ^4.0.4 pdf-parse: 1.1.1 peggy: ^3.0.2 - pg: ^8.11.0 - pg-copy-streams: ^6.0.5 - pickleparser: ^0.2.1 playwright: ^1.32.1 - portkey-ai: ^0.1.11 puppeteer: ^19.7.2 pyodide: ^0.24.1 redis: ^4.6.4 - replicate: ^0.18.0 sonix-speech-recognition: ^2.1.1 srt-parser-2: ^1.2.2 typeorm: ^0.3.12 - typesense: ^1.5.3 - usearch: ^1.1.1 vectordb: ^0.1.4 - voy-search: 0.6.2 weaviate-ts-client: ^1.4.0 web-auth-library: ^1.0.3 ws: ^8.14.2 @@ -23277,16 +23179,6 @@ __metadata: optional: true "@azure/storage-blob": optional: true - "@clickhouse/client": - optional: true - "@cloudflare/ai": - optional: true - "@elastic/elasticsearch": - optional: true - "@getmetal/metal-sdk": - optional: true - "@getzep/zep-js": - optional: true "@gomomento/sdk": optional: true "@gomomento/sdk-core": @@ -23297,78 +23189,26 @@ __metadata: optional: true "@google-cloud/storage": optional: true - "@gradientai/nodejs-sdk": - optional: true - "@huggingface/inference": - optional: true - "@mozilla/readability": - optional: true "@notionhq/client": optional: true - "@opensearch-project/opensearch": - optional: true "@pinecone-database/pinecone": optional: true - "@planetscale/database": - optional: true - "@qdrant/js-client-rest": - optional: true - "@raycast/api": - optional: true - "@rockset/client": - optional: true - "@smithy/eventstream-codec": - optional: true - "@smithy/protocol-http": - optional: true - "@smithy/signature-v4": - optional: true - "@smithy/util-utf8": - optional: true - "@supabase/postgrest-js": - optional: true "@supabase/supabase-js": optional: true - "@tensorflow-models/universal-sentence-encoder": - optional: true - "@tensorflow/tfjs-converter": - optional: true - "@tensorflow/tfjs-core": - optional: true - "@upstash/redis": - optional: true "@vercel/kv": optional: true - "@vercel/postgres": - optional: true - "@writerai/writer-sdk": - optional: true "@xata.io/client": optional: true - "@xenova/transformers": - optional: true - "@zilliz/milvus2-sdk-node": - optional: true apify-client: optional: true assemblyai: optional: true axios: optional: true - cassandra-driver: - optional: true cheerio: optional: true chromadb: optional: true - closevector-common: - optional: true - closevector-node: - optional: true - closevector-web: - optional: true - cohere-ai: - optional: true convex: optional: true d3-dsv: @@ -23379,14 +23219,10 @@ __metadata: optional: true fast-xml-parser: optional: true - firebase-admin: - optional: true google-auth-library: optional: true googleapis: optional: true - hnswlib-node: - optional: true html-to-text: optional: true ignore: @@ -23395,18 +23231,10 @@ __metadata: optional: true jsdom: optional: true - llmonitor: - optional: true - lodash: - optional: true mammoth: optional: true mongodb: optional: true - mysql2: - optional: true - neo4j-driver: - optional: true node-llama-cpp: optional: true notion-to-md: @@ -23417,38 +23245,22 @@ __metadata: optional: true peggy: optional: true - pg: - optional: true - pg-copy-streams: - optional: true - pickleparser: - optional: true playwright: optional: true - portkey-ai: - optional: true puppeteer: optional: true pyodide: optional: true redis: optional: true - replicate: - optional: true sonix-speech-recognition: optional: true srt-parser-2: optional: true typeorm: optional: true - typesense: - optional: true - usearch: - optional: true vectordb: optional: true - voy-search: - optional: true weaviate-ts-client: optional: true web-auth-library: