1.74.0 (2024-12-04)
Features
- 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)
- Add Vertex RAG service proto to v1 (a56e4dd)
- Adding Vertex AI Search Config for RAG corpuses to SDK (d3d69d6)
- Fix file type mismatch in uploading eval results to GCS, supported types: CSV, JSON. (905c766)
- GenAI - Grounding - Released
VertexAiSearchandRetrievalto GA (0537fec) - GenAI - Release the Prompt Management feature to Public Preview (7432c2c)
- GenAI - Support
FunctionDeclaration.responseschema (4288fec) - GenAI - Tuning - Added support for BYOSA (7cbda03)
- Refactor rag_store and rag_retrieval to use v1 protos (dfe6d6c)
- Support multi-methods in SDK. (f02692d)
- Support NFS for Ray cluster creation (1ca9a05)
- 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_runmethod 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_configin message.google.cloud.aiplatform.v1beta1.JiraSourceis changed (d7dff72) - A comment for field
class_methodin message.google.cloud.aiplatform.v1beta1.StreamQueryReasoningEngineRequestis 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)