If I only ever plan on using pre-computed embeddings, setting Settings.embed_model = None gives me an error about an OpenAI key? Is there a way to set embed_model to None like there is with Settings.llm?
When I call .retrieve() I get a NodeWIthScore() object, but the embedding is always None. How can I return the embedding in the NodeWithScore object as well?
@kapa.ai When I call .retrieve() I get a NodeWIthScore() object, but the embedding is always None. How can I return the embedding in the NodeWithScore object as well?