-
0.5.0 Stable
released this
2025-09-05 16:31:59 +00:00 | 3 commits to main since this releaseThis release includes the following:
- Change the data type of
vector_store
to 'list', to enable the inclusion of multiple Vector Stores in thefile_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 likevector_store = ["YOUR-VECTOR-STORE-IDs-HERE","SEPARATED-BY-COMMAS"]
.
Downloads
- Change the data type of