Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
expressapi
/
chroma
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chroma
/
rust
/
worker
/
src
/
index
/
mod.rs
badalsahani
feat: chroma initial deploy
287a0bc
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
101 Bytes
mod
hnsw;
mod
types;
mod
utils;
// Re-export types
pub
(
crate
)
use
hnsw::*;
pub
(
crate
)
use
types::*;