Skip to content

Commit 4bd4d8a

Browse files
committed
regen
1 parent d021f9b commit 4bd4d8a

File tree

3 files changed

+181
-170
lines changed

3 files changed

+181
-170
lines changed

published-namespaces.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,15 @@ Google.Ads.InteractiveMedia.V3.Impl.Data
991991
Google.Ads.Mediation
992992
Google.Ads.Mediation.Admob
993993
Google.Ads.Nonagon.Util.Logging.Csi
994+
Google.AI.Edge.LocalAgents.FC
995+
Google.AI.Edge.LocalAgents.FC.ToolRetrieval
996+
Google.AI.Edge.LocalAgents.RAG.Chains
997+
Google.AI.Edge.LocalAgents.RAG.Chunking
998+
Google.AI.Edge.LocalAgents.RAG.Memory
999+
Google.AI.Edge.LocalAgents.RAG.Models
1000+
Google.AI.Edge.LocalAgents.RAG.Prompt
1001+
Google.AI.Edge.LocalAgents.RAG.Retrieval
1002+
Google.AI.Edge.LocalAgents.RAG.Shared
9941003
Google.Android.Gms.Ads
9951004
Google.Android.Gms.Ads.AdManager
9961005
Google.Android.Gms.Ads.AppOpen
@@ -1096,6 +1105,7 @@ Google.AutoValue.Extension.ToPrettyString.Processor
10961105
Google.AutoValue.Processor
10971106
Google.Cloud.Audit
10981107
Google.Cloud.Datastore.Core.Number
1108+
Google.Common.Collect
10991109
Google.Common.Util.Concurrent
11001110
Google.Common.Util.Concurrent.Internal
11011111
Google.Developers.Mobile.Targeting.Proto
@@ -1109,6 +1119,7 @@ Google.Internal.Firebase.InAppMessaging.V1
11091119
Google.Internal.Firebase.InAppMessaging.V1.SdkServing
11101120
Google.Logging.Type
11111121
Google.Longrunning
1122+
Google.MediaPipe.Tasks.GenAI.LlmInference
11121123
Google.Rpc
11131124
Google.Rpc.Context
11141125
Google.Type

source/com.google.ai.edge.localagents/localagents-rag/PublicAPI/PublicAPI.Unshipped.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Google.AI.Edge.LocalAgents.RAG.Models.MediaPipeLlmBackend.Close() -> void
114114
Google.AI.Edge.LocalAgents.RAG.Models.MediaPipeLlmBackend.GenerateResponse(Google.AI.Edge.LocalAgents.RAG.Models.LanguageModelRequest? request, Java.Util.Concurrent.IExecutor? executor) -> Google.Common.Util.Concurrent.IListenableFuture?
115115
Google.AI.Edge.LocalAgents.RAG.Models.MediaPipeLlmBackend.GenerateResponse(Google.AI.Edge.LocalAgents.RAG.Models.LanguageModelRequest? request, Java.Util.Concurrent.IExecutor? executor, Google.AI.Edge.LocalAgents.RAG.Models.IAsyncProgressListener? asyncProgressListener) -> Google.Common.Util.Concurrent.IListenableFuture?
116116
Google.AI.Edge.LocalAgents.RAG.Models.MediaPipeLlmBackend.Initialize() -> Google.Common.Util.Concurrent.IListenableFuture?
117-
Google.AI.Edge.LocalAgents.RAG.Models.MediaPipeLlmBackend.MediaPipeLlmBackend(Android.Content.Context? context, Google.Mediapipe.Tasks.Genai.Llminference.LlmInference.LlmInferenceOptions? options, Google.Mediapipe.Tasks.Genai.Llminference.LlmInferenceSession.LlmInferenceSessionOptions? sessionOptions) -> void
118-
Google.AI.Edge.LocalAgents.RAG.Models.MediaPipeLlmBackend.MediaPipeLlmBackend(Android.Content.Context? context, Google.Mediapipe.Tasks.Genai.Llminference.LlmInference.LlmInferenceOptions? options, Google.Mediapipe.Tasks.Genai.Llminference.LlmInferenceSession.LlmInferenceSessionOptions? sessionOptions, Java.Util.Concurrent.IExecutor? workerExecutor) -> void
117+
Google.AI.Edge.LocalAgents.RAG.Models.MediaPipeLlmBackend.MediaPipeLlmBackend(Android.Content.Context? context, Google.MediaPipe.Tasks.GenAI.LlmInference.LlmInference.LlmInferenceOptions? options, Google.MediaPipe.Tasks.GenAI.LlmInference.LlmInferenceSession.LlmInferenceSessionOptions? sessionOptions) -> void
118+
Google.AI.Edge.LocalAgents.RAG.Models.MediaPipeLlmBackend.MediaPipeLlmBackend(Android.Content.Context? context, Google.MediaPipe.Tasks.GenAI.LlmInference.LlmInference.LlmInferenceOptions? options, Google.MediaPipe.Tasks.GenAI.LlmInference.LlmInferenceSession.LlmInferenceSessionOptions? sessionOptions, Java.Util.Concurrent.IExecutor? workerExecutor) -> void
119119
Google.AI.Edge.LocalAgents.RAG.Prompt.PromptBuilder
120120
Google.AI.Edge.LocalAgents.RAG.Prompt.PromptBuilder.BuildPrompt(params Java.Lang.Object![]? args) -> string?
121121
Google.AI.Edge.LocalAgents.RAG.Prompt.PromptBuilder.PromptBuilder(string? promptTemplate) -> void

0 commit comments

Comments
 (0)