C3 AI Documentation Home

Changelog for genaiPlatform Version 3.0

[3.0.0]

Added

Tools

Vector Store

Unstructured Document Processing

  • GenaiCore.Unstructured
  • GenaiCore.Mew3
    • Added support for C3-maintained mew3 document extraction library as an out-of-the-box parser/chunker.
    • Added tutorial for using mew3 with GenaiCore.Unstructured.Processor and GenaiCore.Unstructured.Job.

Observability

LLM

  • GenaiCore.Llm.Router
    • Added support for an out-of-the-box router for LLM calls.
    • GenaiCore.Llm.Router.Random routes to a randomly selected auth (or model) on the first request and then again to a randomly selected auth (or model) after any retry-able error is encountered, selecting from a user-provided list.
    • GenaiCore.Llm.Router.LinearFallback routes to a new auth (or model) when a retry-able error is encountered, selecting in order from a user-provided list.

Changed

  • py-llm and related runtimes upgraded to update the version of litellm from 1.63.11 to 1.67.1:
    • py-litellm
    • py-vertexai_litellm
    • py-bedrock_litellm
  • updated existing entity types to also be SeedData:
    • GenaiCore.Tool
    • GenaiCore.Toolkit
    • GenaiCore.VectorStore
    • GenaiCore.SessionStore.Kv
    • GenaiCore.Embedder.Hf

Fixed

Was this page helpful?