• 0.5.0 2032483e64

    0.5.0 Stable

    kikobar released this 2025-09-05 16:31:59 +00:00 | 3 commits to main since this release

    This release includes the following:

    • Change the data type of vector_store to 'list', to enable the inclusion of multiple Vector Stores in the file_search.
    • Add extraction and display of the model response's text after the creation or retrieval of a response or item.

    IMPORTANT:

    • You will need to edit your config.py to comply with the new data type 'list'. Add the [] so that the line looks like vector_store = ["YOUR-VECTOR-STORE-IDs-HERE","SEPARATED-BY-COMMAS"].
    Downloads