Find answers from the community

Updated 2 months ago

Hi! I'm trying to run llamaindex fully

Hi! I'm trying to run llamaindex fully local using Ollama as an embedding model. Has anyone managed to do this?
W
g
2 comments
LlamaIndex currently supports these embedding platforms only and sadly Ollama isn't there.

https://docs.llamaindex.ai/en/stable/module_guides/models/embeddings.html#list-of-supported-embeddings

You can use the custom embedding class to wrap ollama embedding on your own.
https://docs.llamaindex.ai/en/stable/examples/embeddings/custom_embeddings.html#custom-embeddings
ok I’ll use the custom embeddings then, thank you!
Add a reply
Sign up and join the conversation on Discord