Docs.rs
rag-0.1.1
rag 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
yingkitw
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
clap ^4.4
normal
dashmap ^5.5
normal
lopdf ^0.32
normal
md5 ^0.7
normal
reqwest ^0.11
normal
rmcp ^1.6
normal
schemars ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1.35
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
urlencoding ^2.1
normal
uuid ^1.6
normal
walkdir ^2.5
normal
tempfile ^3.8
dev
Versions
19.81%
of the crate is documented
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
content_jaccard
rag
0.1.1
In rag::
dedup
rag
::
dedup
Function
content_
jaccard
Copy item path
Source
pub fn content_jaccard(a: &
str
, b: &
str
) ->
f32
Expand description
Jaccard similarity between token bags (words).