@maxim_mazurok/gapi.client.firebaseml-v2beta
Advanced tools
Comparing version 0.0.20240422 to 0.0.20240425
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Firebase ML API v2beta 0.0 */ | ||
// Generated from: https://firebaseml.googleapis.com/$discovery/rest?version=v2beta | ||
// Revision: 20240422 | ||
// Revision: 20240425 | ||
@@ -211,2 +211,8 @@ /// <reference types="gapi.client" /> | ||
} | ||
interface RagResource { | ||
/** Optional. RagCorpora resource name. Format: `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` */ | ||
ragCorpus?: string; | ||
/** Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field. */ | ||
ragFileIds?: string[]; | ||
} | ||
interface Retrieval { | ||
@@ -312,4 +318,6 @@ /** Optional. Disable using the result from this tool in detecting grounding attribution. This does not affect how the result is given to the model for generation. */ | ||
interface VertexRagStore { | ||
/** Required. Vertex RAG Store corpus resource name: `projects/{project}/locations/{location}/ragCorpora/{ragCorpus}` Currently only one corpus is allowed. In the future we may open up multiple corpora support. However, they should be from the same project and location. */ | ||
/** Optional. Deprecated. Please use rag_resources instead. */ | ||
ragCorpora?: string[]; | ||
/** Optional. The representation of the rag source. It can be used to specify corpus only or ragfiles. Currently only support one corpus or multiple files from one corpus. In the future we may open up multiple corpora support. */ | ||
ragResources?: RagResource[]; | ||
/** Optional. Number of top k results to return from the selected corpora. */ | ||
@@ -316,0 +324,0 @@ similarityTopK?: number; |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta", | ||
"version": "0.0.20240422", | ||
"version": "0.0.20240425", | ||
"description": "TypeScript typings for Firebase ML API v2beta", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
29570
518