Find answers from the community

Updated last year

Splade

At a glance

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.

Useful resources
@kapa.ai How do i add splade into llamaIndex
W
J
4 comments
Sorry for asking πŸ˜… But what is splade? LLM or embedding model?
embedding model @WhiteFang_Jr
I see, Thank you.
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.

One sample here: https://github.com/run-llama/llama_index/blob/main/llama_index/embeddings/openai.py

If you wanna use Splade with LlamaIndex: If it is not present on HF or any other platform that llamaindex support then you can use the custom embedding wrapper to use the embed model directly: https://docs.llamaindex.ai/en/stable/module_guides/models/embeddings.html#custom-embedding-model
Add a reply
Sign up and join the conversation on Discord