synwire 0.1.0

Convenience re-exports and reference implementations for Synwire
Documentation
1
2
3
4
5
6
7
//! Few-shot prompt templates and example selectors.

mod example_selector;
mod few_shot;

pub use example_selector::{ExampleSelector, SemanticSimilarityExampleSelector};
pub use few_shot::{FewShotChatMessagePromptTemplate, FewShotPromptTemplate};