You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
chore: Update vertex ai in example store and rag retrieval to use proxy
PiperOrigin-RevId: 825237803
This commit is contained in:
committed by
Copybara-Service
parent
61adfcd69a
commit
1aa9bb13b3
@@ -15,4 +15,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import vertexai
|
||||
from vertexai.preview import example_stores
|
||||
from vertexai.preview import rag
|
||||
|
||||
@@ -12,10 +12,12 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from google.genai import types
|
||||
from typing_extensions import override
|
||||
from vertexai.preview import example_stores
|
||||
|
||||
from ..dependencies.vertexai import example_stores
|
||||
from .base_example_provider import BaseExampleProvider
|
||||
from .example import Example
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ from typing import TYPE_CHECKING
|
||||
|
||||
from google.genai import types
|
||||
from typing_extensions import override
|
||||
from vertexai.preview import rag
|
||||
|
||||
from ...dependencies.vertexai import rag
|
||||
from ...utils.model_name_utils import is_gemini_2_or_above
|
||||
from ..tool_context import ToolContext
|
||||
from .base_retrieval_tool import BaseRetrievalTool
|
||||
|
||||
Reference in New Issue
Block a user