Find answers from the community

Updated last year

i just tried building a couple of

i just tried building a couple of collections and checked my usage and it did not go up. Is it only there so the service context it initialized with an llm but it doesnt actually use the api key to build?
L
a
7 comments
I could have sworn that the embed_model, which defaults to openai, is used to embed your data before inserting in chroma πŸ€”
sorry I was using a custom embed model from langchain which shouldnt use openai
im also happy to provide a key I just want to double check that it is not spending money during the building process
ah gotcha, then yea it shouldn't be using openai to build! Just when initializing the LLM, it tries to validate the key I think. But the LLM is used at query time
okay thank you so much and i just want to double check i can switch the llm as in previous threads after the build
yup exactly! Only the embed model has to remain constant πŸ‘
thank you so much again you are truly so helpful!
Add a reply
Sign up and join the conversation on Discord