Skip to content

Upgrade to search-toolkit 0.0.9#13

Merged
afoucret merged 1 commit into
mainfrom
afoucret/search-toolkit-0.0.9-compat
Jul 7, 2026
Merged

Upgrade to search-toolkit 0.0.9#13
afoucret merged 1 commit into
mainfrom
afoucret/search-toolkit-0.0.9-compat

Conversation

@afoucret

Copy link
Copy Markdown
Contributor

Summary

  • Pin mistralai-search-toolkit to ==0.0.9
  • Migrate schema creation from create_default_schema to create_schema with IndexingMode.DOCUMENT_PER_CHUNK
  • Drop deprecated id_field and schema_version params

The 0.0.9 release introduces breaking changes (new document model, indexing_mode required on schemas, create_default_schema removed). The ingestion and search entrypoints are unaffected — their public API surface hasn't changed.

Test plan

  • copier copy generates a working project
  • make deploy succeeds with the new schema
  • make ingest and make search work end-to-end

🤖 Generated with Claude Code

@afoucret
afoucret marked this pull request as ready for review July 7, 2026 11:51
@afoucret afoucret closed this Jul 7, 2026
@afoucret afoucret reopened this Jul 7, 2026
@afoucret afoucret closed this Jul 7, 2026
@afoucret afoucret reopened this Jul 7, 2026
Pin to 0.0.9 and migrate the schema from create_default_schema to
create_schema with IndexingMode.DOCUMENT_PER_CHUNK. Drop deprecated
id_field and schema_version params.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@afoucret
afoucret force-pushed the afoucret/search-toolkit-0.0.9-compat branch from b7f9a53 to a2ccc5e Compare July 7, 2026 13:17
@afoucret
afoucret merged commit cc396e4 into main Jul 7, 2026
2 checks passed
@PeriLara
PeriLara deleted the afoucret/search-toolkit-0.0.9-compat branch July 8, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants