Find answers from the community

Updated last year

anyone know a good embeddings to import

At a glance
anyone know a good embeddings to import and use to send docs to local api endpoint?
W
M
3 comments
Not sure If I get it right but you want to find a good embedding model?
no the add-on's that you: import from llama_index as "" im looking for something to replace my "hugging face instruct embeddings" from langchain BUT i want to call my own local api "swiss army llama" but i need to pas a couple args with the text...... i dont know any better way to explain im way out of my comfort zone lol
Oh so you want to use your own embedding model. You can use custom embedding class to use your your own model.

You can define the API call and pass the args in there to the API call.

https://docs.llamaindex.ai/en/stable/examples/embeddings/custom_embeddings.html#custom-embeddings
Add a reply
Sign up and join the conversation on Discord