Docs.rs
dragon_db-0.10.1
dragon_db 0.10.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
spikecodes
Dependencies
anyhow ^1.0.71
normal
chrono ^0.4.26
normal
csv ^1.3.0
normal
docx-rs ^0.4.17
normal
dotenv ^0.15.0
normal
fastembed ^3.9.1
normal
lazy_static ^1.5.0
normal
lopdf ^0.33.0
normal
once_cell ^1.19.0
normal
pgvector ^0.4.0
normal
postgresql_embedded ^0.14.2
normal
reqwest ^0.12.5
normal
rocket ^0.5.1
normal
semver ^1.0.23
normal
serde ^1.0.165
normal
serde_json ^1.0.99
normal
sqlx ^0.8.0
normal
tempfile ^3.2
normal
text-splitter ^0.14.1
normal
thiserror ^1.0.40
normal
tiktoken-rs ^0.5.9
normal
tokio ^1.39.1
normal
tracing ^0.1.37
normal
tracing-subscriber ^0.3.17
normal
utoipa ^4.2.3
normal
utoipa-scalar ^0.1
normal
uuid ^1.10.0
normal
zip-extract ^0.1.3
normal
Versions
17.67%
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
dragon_
db
0.10.1
In dragon_
db::
embedding
dragon_db
::
embedding
Function
embed
Copy item path
Source
pub async fn embed( texts:
Vec
<
String
>, model_type: &
EmbeddingModelType
, ) ->
Result
<
Vec
<
Vec
<
f32
>>>