@langchain/google-vertexai
Advanced tools
Comparing version 0.0.27 to 0.1.0
@@ -290,4 +290,5 @@ import { type ChatGoogleInput, ChatGoogle } from "@langchain/google-gauth"; | ||
export declare class ChatVertexAI extends ChatGoogle { | ||
lc_namespace: string[]; | ||
static lc_name(): string; | ||
constructor(fields?: ChatVertexAIInput); | ||
} |
@@ -293,3 +293,9 @@ import { ChatGoogle } from "@langchain/google-gauth"; | ||
}); | ||
Object.defineProperty(this, "lc_namespace", { | ||
enumerable: true, | ||
configurable: true, | ||
writable: true, | ||
value: ["langchain", "chat_models", "vertexai"] | ||
}); | ||
} | ||
} |
@@ -12,4 +12,5 @@ import { type GoogleLLMInput, GoogleLLM } from "@langchain/google-gauth"; | ||
export declare class VertexAI extends GoogleLLM { | ||
lc_namespace: string[]; | ||
static lc_name(): string; | ||
constructor(fields?: VertexAIInput); | ||
} |
@@ -15,3 +15,9 @@ import { GoogleLLM } from "@langchain/google-gauth"; | ||
}); | ||
Object.defineProperty(this, "lc_namespace", { | ||
enumerable: true, | ||
configurable: true, | ||
writable: true, | ||
value: ["langchain", "llms", "vertexai"] | ||
}); | ||
} | ||
} |
{ | ||
"name": "@langchain/google-vertexai", | ||
"version": "0.0.27", | ||
"version": "0.1.0", | ||
"description": "LangChain.js support for Google Vertex AI", | ||
@@ -35,8 +35,11 @@ "type": "module", | ||
"dependencies": { | ||
"@langchain/core": ">=0.2.21 <0.3.0", | ||
"@langchain/google-gauth": "~0.0.27" | ||
"@langchain/google-gauth": "~0.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@langchain/core": ">=0.2.21 <0.4.0" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.5.0", | ||
"@langchain/google-common": "^0.0.27", | ||
"@langchain/core": "workspace:*", | ||
"@langchain/google-common": "^0.1.0", | ||
"@langchain/scripts": ">=0.1.0 <0.2.0", | ||
@@ -43,0 +46,0 @@ "@langchain/standard-tests": "0.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35743
1073
26
+ Added@cfworker/json-schema@4.0.3(transitive)
+ Added@langchain/core@0.3.23(transitive)
+ Added@langchain/google-common@0.1.4(transitive)
+ Added@langchain/google-gauth@0.1.4(transitive)
+ Addedlangsmith@0.2.13(transitive)
- Removed@langchain/core@>=0.2.21 <0.3.0
- Removed@langchain/core@0.2.36(transitive)
- Removed@langchain/google-common@0.0.27(transitive)
- Removed@langchain/google-gauth@0.0.27(transitive)
- Removedlangsmith@0.1.68(transitive)