Releases: DS4SD/deepsearch-toolkit
Releases · DS4SD/deepsearch-toolkit
v0.44.0
Feature
ℹ️ Breaking changes
CorpusRAGQuery
andDocumentRAGQuery
replaced byRAGQuery
CorpusSemanticQuery
andDocumentSemanticQuery
replaced bySemanticQuery
semantic_ingest
,RAGQuery
, andSemanticQuery
all require adata_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 ofapi.tasks.wait_for
should be updated accordingly — to sth likeapi.tasks.wait_for(EXPLICIT_PROJ_KEY, task.task_id)
RAGResult
/SearchResult
:passage
renamed tochunk
path_in_doc
replaced bymain_path
(+path_group
)RAGGroundingInfo.items
renamed toRAGGroundingInfo.retr_items