Anush008 / chromadb-rs

Rust client library for ChromaDB
https://www.trychroma.com/
MIT License
26 stars 4 forks source link

Having trouble importing openai embeddings #5

Closed Kylescottw closed 6 months ago

Kylescottw commented 6 months ago

use chromadb::v1::embeddings::openai::OpenAIEmbeddings; ^^^^^^ could not find openai in embeddings

Kylescottw commented 6 months ago

Oops, rust is new to me. Just found that I need to enable the feature flag (: Closing....