Deposium CLI — deposium¶
The Deposium CLI brings document search, graph queries and AI workflows straight to your terminal.
Installation¶
Quick start¶
deposium auth login # authenticate
deposium search "your query" # semantic search
deposium graph "an entity" # graph query
deposium chat # chat grounded in your documents
Main commands¶
auth— login and API keyssearch— semantic and graph searchgraph— knowledge-graph explorationchat— chat grounded in your documentsfiles/upload-batch— manage and import documentsapi-keys— API key management
Full command reference
The detailed reference (all 25 commands, their options and arguments) is
generated from the CLI source and will appear here, under Command
reference, once multi-repo aggregation is enabled (SOURCES_TOKEN).