MCPcopy Create free account
hub / github.com/CodeBendKit/codeseek / model

Method model

rust-core/src/services/embedding_service.rs:151–153  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

149#[async_trait]
150impl EmbeddingProvider for OpenAICompatibleEmbeddingProvider {
151 fn model(&self) -> String {
152 self.model.clone()
153 }
154
155 async fn get_embedding(&self, code_block: &str) -> Result<Vec<f32>, Box<dyn std::error::Error>> {
156 if code_block.is_empty() {

Callers 1

process_file_contentMethod · 0.80

Calls 1

to_stringMethod · 0.80

Tested by

no test coverage detected