v6.3.0

vectordotdev/vectorv6.3.0Nov 20, 2025by tanchongmin

AI Summary

This release focuses on enhancing LLM integration by adding StrictJSON Schema support for OpenAI and Gemini, defaulting to Pydantic model generation for structured outputs, and refactoring utility functions.

Key Highlights

  • Added support for using StrictJSON Schema for OpenAI and Gemini models
  • Default StrictJSON now focuses on generating Pydantic models for Structured Outputs
  • Refactored parse_yaml.py into separate utility files

New Features

  • StrictJSON Schema support for OpenAI and Gemini
  • Pydantic model generation for structured outputs
  • Refactored helper functions for schema conversion

Full Release Notes

- Added support for using StrictJSON Schema for OpenAI and Gemini models
- Default StrictJSON will now be focused on using StrictJSON Schema to generate Pydantic for Structured Outputs from LLM Providers
- Refactored parse_yaml.py into parse_yaml.py and helper_functions.py, where the helper_functions are the converters from StrictJSON schema to Pydantic models