Hugging Face
Models
Datasets
Spaces
Posts
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
/
ingest
/
config.rs
badalsahani
feat: chroma initial deploy
287a0bc
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
use
serde::Deserialize;
#[derive(Deserialize)]
pub
(
crate
)
struct
IngestConfig
{
pub
(
crate
) queue_size:
usize
,
}