You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add browse pre-built metrics button for Ipython environments when listing example metrics for Gen AI Evaluation (58ba55e)
Add compatibility for RagRetrievalConfig in rag_store and rag_retrieval (c52e3e4)
Add deprecation warnings for use of similarity_top_k, vector_search_alpha, and vector_distance_threshold in retrieval_query, use RagRetrievalConfig instead. (c52e3e4)
Add FeatureMonitorJob Create,Get,List in Vertex AI SDK (03eb735)
Add List FeatureMonitor function to FeatureGroup in Vertex AI SDK (21bc83b)
Add sdk support to inference timeout on cloud-based endpoints (dedicated or PSC). (f917269)
Add support for Document AI Layout Parser as a RAG import option (565c800)
Add support for ranking field in rag_retrieval_config for rag_store creation. (6faa1d0)
Add vector_similarity_threshold support within RagRetrievalConfig in rag_store and rag_retrieval GA and preview versions (9402b3d)
Support RagFileTransformationConfig in upload_file function in V1 sdk (88ac48c)
Update v1 sdk to use new RagCorpus, RagVectorDbConfig, & RagEmbeddingModelConfig proto (47a5a6d)
Update v1 sdk to use new RagFileTransformationConfig proto (c23c62d)
Update v1beta1 sdk for RagFileTransformationConfig and Ranking protos (ffe3230)
Update v1beta1 sdk for RagVectorDbConfig & RagCorpus protos. Backward compatible with older fields. (216a30f)
Bug Fixes
get_default_run method in Experiment class (9388fc9)
Add MatchingEngineIndexConfig enums to proto value converters (e6d3df8)
RAG Fix v1 rag_store compatibility with generative_models Tool by changing back to v1beta1 (e220312)
Remove redundant progress bar update commands within runnable inference (598c931)
Update upperbounds on pydantic version to < 2.10 to mitigate version comparison checks (c13b6a8)
Documentation
A comment for field api_key_config in message .google.cloud.aiplatform.v1beta1.JiraSource is changed (d7dff72)
A comment for field class_method in message .google.cloud.aiplatform.v1beta1.StreamQueryReasoningEngineRequest is changed (from steam_query to stream_query) (b7f9492)
Updated example usage in docstring for rag_retrieval preview and GA (a1f8bc2)
Updated example usage in docstring for rag_store preview and GA (a1f8bc2)