Skip to content

Releases: DS4SD/deepsearch-toolkit

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

v0.42.0

05 Mar 13:27
Compare
Choose a tag to compare

Feature

v0.41.0

04 Mar 11:30
Compare
Choose a tag to compare

Feature

  • Enable control over chunking of URL lists (#170) (536666e)

v0.40.0

16 Feb 18:25
Compare
Choose a tag to compare

Feature

v0.39.2

09 Feb 10:27
Compare
Choose a tag to compare

Fix

v0.39.1

07 Feb 07:56
Compare
Choose a tag to compare

Fix

  • Align records type with API validation (#163) (8d0f7be)

v0.39.0

31 Jan 14:30
Compare
Choose a tag to compare

Feature

  • Expose search results to RAG, update types (#161) (49ec255)

v0.38.1

24 Jan 07:47
Compare
Choose a tag to compare

Fix

v0.38.0

22 Jan 15:08
Compare
Choose a tag to compare

Feature

  • Expose sem. params, default to hybrid search (#159) (5fa0963)