Manage documents and perform semantic search via the Datasphere API. Documents
are stored with vector embeddings, enabling natural-language search across your
knowledge base. The documents sub-resource provides full CRUD plus search and
chunk-level operations.
Access via client.datasphere.documents on a RestClient instance.
List documents in the project.
Upload a new document.
Retrieve a specific document.
Update a document.
Delete a document and all its chunks.
Perform a semantic search across all documents.
List chunks belonging to a document.
Retrieve a specific chunk from a document.
Delete a specific chunk from a document.