Nick Arner
Nick Arner
Do you mean forking it and manually changing that? For reference, this is how I have I set up currently ``` private var modelContainer: ModelContainer? private let modelConfig = ModelConfiguration.nomic_text_v1...
Going to update this issue to reflect that I'm seeing errors while trying to download several other embeddings models, too: - Nomic Embed Text v1 — Key weight not found...
> [@narner](https://github.com/narner) Are there at least some embedding models which worked? Yes, these ones all worked fine: * BGE Micro v2 * GTE Tiny * MiniLM L6 v2 * MiniLM...
@aPaleBlueDot yeah these are all working great. For context I'm building a Swift package for the Chroma vector database; and using this repo as a sub-dependency for leveraging some local...