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
For the details of each command (options and arguments), run deposium <command> --help.