The post asks how to add the splade embedding model into LlamaIndex. The comments indicate that splade is an embedding model, not a language model (LLM). Community members suggest checking the code for other embedding models added to LlamaIndex and the contributing notes, as well as using the custom embedding wrapper if splade is not available on platforms supported by LlamaIndex. There is no explicitly marked answer in the comments.
Well if you wanna add splade into LlamaIndex, You can checkout other embedding model code, how they have been added and checkout the contributing notes as well.