File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3838- Updated for compatibility with JIVAS alpha.51 which introduces add_texts_with_embeddings under VectorStoreAction
3939
4040## 0.0.12
41- - Added tracked doc count for more optimal paging
41+ - Added tracked doc count for more optimal paging
42+
43+ ## 0.0.13
44+ - Removed enumeration of job entries for list_documents to improve paging response
Original file line number Diff line number Diff line change @@ -965,10 +965,9 @@ walker _list_doc_entries {
965965
966966 can on_collection with Collection entry {
967967
968- job_entries = [-->](`?JobEntry);
969-
970968 if self.total_items == 0 {
971969 # Count total doc entries if we need to
970+ job_entries = [-->](`?JobEntry);
972971 for job in job_entries {
973972 self.total_items += len(job.get_doc_entries());
974973 }
Original file line number Diff line number Diff line change 22 name : jivas/deepdoc_client_action
33 author : V75 Inc.
44 architype : DeepDocClientAction
5- version : 0.0.12
5+ version : 0.0.13
66 meta :
77 title : DeepDoc Client Action
88 description : Integrates with DeepDoc OCR and document parsing services to ingest documents into a vector store
You can’t perform that action at this time.
0 commit comments