Releases: DS4SD/deepsearch-toolkit
Releases · DS4SD/deepsearch-toolkit
v1.1.1
v1.1.0
v1.0.1
v1.0.0
v0.48.0
v0.47.0
v0.46.0
v0.45.0
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