Support non-file retrieval #5

Open
opened 2025-10-17 03:44:35 +00:00 by khird · 0 comments
Member

The SDK at present only supports retrieving the JSON-LD output of the extraction process to a filepath. In CleverBrag's use case, the output is immediately parsed into entity and relationship objects, and each is stored separately without ever dumping the raw response onto the filesystem. Ideally the SDK would provide a method that simply returns the output instead of requiring a filepath.

Definition of done:

  • the SDK provides a retrieval method where the knowledge graph in JSON-LD form is simply a return value, and no filepath need be passed in
The SDK at present only supports retrieving the JSON-LD output of the extraction process [to a filepath](https://git.cleverthis.com/cleverlibre/cleverswarm-python-client/src/commit/cd808dc3dd2beb77b661fc0dda65fd2082596b66/src/cleverswarm_python_client/libs/cleverswarm_client.py#L803). In CleverBrag's use case, the output is immediately parsed into entity and relationship objects, and each is stored separately without ever dumping the raw response onto the filesystem. Ideally the SDK would provide a method that simply returns the output instead of requiring a filepath. Definition of done: - the SDK provides a retrieval method where the knowledge graph in JSON-LD form is simply a return value, and no filepath need be passed in
khird added the
State
Unverified
Type
Feature
labels 2025-10-17 03:44:35 +00:00
CoreRasurae added
State
Verified
Points
3
Priority
High
and removed
State
Unverified
labels 2025-10-27 16:04:24 +00:00
CoreRasurae added this to the v0.1 milestone 2025-10-27 16:04:31 +00:00
CoreRasurae added this to the Sprint 0ct 15-28th project 2025-10-27 16:04:37 +00:00
CoreRasurae added
Priority
Backlog
and removed
Priority
High
labels 2025-10-29 22:01:33 +00:00
CoreRasurae removed this from the Sprint 0ct 15-28th project 2025-10-29 22:01:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cleverlibre/cleverswarm-python-client#5