Re-exports§
pub use type_aliases::*;
pub use crate::agent_traits::*;
pub use crate::indexing_traits::*;
pub use crate::query_traits::*;
Modules§
- This module enables the implementation of chat completion on LLM providers
- Documents are the main data structure that is retrieved via the query pipeline
- Traits in Swiftide allow for easy extendability
- Re-export of commonly used dependencies.
- Prompts templating and management
- Utility functions for Swiftide