I'm building off the ollama/chromadb example. The first time I call chromaStore.AddDocuments it takes a while but seems ok. ollamaLLM, err := ollama.New(ollama.WithModel("gemma:7b")) if err != nil { ...
Error adding documents to ChromaDB: Collection expecting embedding with dimension of 768, got 384 Error upserting documents to ChromaDB: Collection expecting ...