autoreply 0.3.2

autoreply: Model Context Protocol server for Bluesky profile and post search functionality
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Embeddings module (experimental)
//!
//! This module is only available when the `experimental-sentencepiece` feature is enabled.

#![allow(dead_code)]

mod engine;
mod loader;

pub use engine::embed_text;
pub use loader::{load_embeddings, EmbeddingTable};