Docs.rs
code-sift-0.2.0
code-sift 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
rsarv3006
Dependencies
anyhow ^1
normal
bincode ^1
normal
candle-core ^0.8
normal
optional
candle-nn ^0.8
normal
optional
candle-transformers ^0.8
normal
optional
clap ^4
normal
hf-hub ^0.4
normal
optional
ignore ^0.4
normal
rayon ^1
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
tokenizers ^0.21
normal
optional
tree-sitter ^0.26
normal
tree-sitter-bash ^0.25
normal
tree-sitter-c ^0.23
normal
tree-sitter-cpp ^0.23
normal
tree-sitter-go ^0.25
normal
tree-sitter-java ^0.23
normal
tree-sitter-javascript ^0.25
normal
tree-sitter-python ^0.25
normal
tree-sitter-ruby ^0.23
normal
tree-sitter-rust ^0.24
normal
tree-sitter-typescript ^0.23
normal
tree-sitter-zig ^1.1
normal
Versions
6.17%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Embedder
sift
0.2.0
Embedder
Required Methods
embed
Implementors
In sift::
embed
sift
::
embed
Trait
Embedder
Copy item path
Source
pub trait Embedder { // Required method fn
embed
(&self, texts: &[&
str
]) ->
Result
<
Vec
<
Vec
<
f32
>>>; }
Required Methods
§
Source
fn
embed
(&self, texts: &[&
str
]) ->
Result
<
Vec
<
Vec
<
f32
>>>
Implementors
§
Source
§
impl
Embedder
for
ApiEmbedder
Source
§
impl
Embedder
for
AutoEmbedder