Skip to content

Releases: DS4SD/deepsearch-toolkit

v1.1.1

17 Oct 15:36
Compare
Choose a tag to compare

Fix

v1.1.0

16 Oct 15:07
Compare
Choose a tag to compare

Feature

v1.0.1

09 Sep 17:41
Compare
Choose a tag to compare

Fix

  • Compatibility with platformdirs >= 4 (#186) (2dfbcd7)

v1.0.0

05 Aug 18:04
Compare
Choose a tag to compare

Feature

  • Release v1.0.0 with docling-core, python 3.8 removal (#183) (adf261d)

Breaking

  • Release v1.0.0 with docling-core, python 3.8 removal (#183) (adf261d)

v0.48.0

14 Jun 09:03
Compare
Choose a tag to compare

Feature

v0.47.0

06 Jun 11:48
Compare
Choose a tag to compare

Feature

v0.46.0

31 May 08:00
Compare
Choose a tag to compare

Feature

v0.45.0

22 May 08:50
Compare
Choose a tag to compare

Feature

v0.44.0

07 May 13:26
Compare
Choose a tag to compare

Feature

  • Use new sem index, gen ctx extractors (#174) (cde4183)

ℹ️ Breaking changes

  • CorpusRAGQuery and DocumentRAGQuery replaced by RAGQuery
  • CorpusSemanticQuery and DocumentSemanticQuery replaced by SemanticQuery
  • semantic_ingest, RAGQuery, and SemanticQuery all require a data_source: deepsearch.cps.client.components.documents.DataSource (check deepsearch-examples for usage samples)
  • the above now return a CPSTask which does not contain the project key, so invocations of api.tasks.wait_for should be updated accordingly — to sth like api.tasks.wait_for(EXPLICIT_PROJ_KEY, task.task_id)
  • RAGResult / SearchResult:
    • passage renamed to chunk
    • path_in_doc replaced by main_path (+ path_group)
    • RAGGroundingInfo.items renamed to RAGGroundingInfo.retr_items

v0.43.0

14 Mar 14:56
Compare
Choose a tag to compare

Feature