quelch 0.10.1

Ingest data from Jira, Confluence, and more directly into Azure AI Search
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod agent;
pub mod ai;
pub mod azure;
pub mod commands;
pub mod config;
pub mod cosmos;
pub mod dev;
pub mod ingest;
pub mod init;
pub mod mcp;
pub mod mock;
pub mod onprem;
pub mod sim;
pub mod sources;
pub mod tui;