Skip to main content

Module semantic

Module semantic 

Source
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§

anthropic
anthropic_oauth
openai_compat
provider

Functions§

extract_semantic
Extract semantic concepts from a document, paper, or image using an LLM.