When using elasticsearch does metadata need to be stored in a metadata object or can the schema be any arbitrary schema? And if so how can I get LlamaIndex to work with any arbitrary schema?
Hi I wanna use the fusion rerank retriever with elastic search, but when I try to intialize the BM25 retriever I can't because the docstore is empty. I already have data ingested in elastic search. Is this still possible?
If I only ever plan on using pre-computed embeddings, setting Settings.embed_model = None gives me an error about an OpenAI key? Is there a way to set embed_model to None like there is with Settings.llm?
When I call .retrieve() I get a NodeWIthScore() object, but the embedding is always None. How can I return the embedding in the NodeWithScore object as well?
@kapa.ai When I call .retrieve() I get a NodeWIthScore() object, but the embedding is always None. How can I return the embedding in the NodeWithScore object as well?