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
CoreRasurae added this to the v0.1 milestone 2025-10-27 16:04:31 +00:00
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cleverlibre/cleverswarm-python-client#5
No description provided.