Expand description
Semantic extraction via LLM APIs (Pass 2).
Supports multiple LLM providers through a dual-path architecture:
- Anthropic (Messages API + OAuth token support)
- OpenAI-compatible (Chat Completions API: OpenAI, Ollama, vLLM, etc.)
Re-exports§
pub use provider::AuthType;pub use provider::LLMConfigRaw;pub use provider::LLMProvider;pub use provider::LLMProviderConfig;
Modules§
Functions§
- extract_
semantic - Extract semantic concepts from a document, paper, or image using an LLM.