Find answers from the community

Updated last year

Embeddings

I want to use already generated embeddings of a query in VectorIndexRetriever.retrieve()
L
B
3 comments
Plain Text
from llama_index import QueryBundle


retriever.retrieve(QueryBundle("query_string", embedding=[0.1, 0.1, ....]))
Then the embedding you pass there will be used
Okay thanks
Add a reply
Sign up and join the conversation on Discord