Find answers from the community

e
eden
Offline, last seen 2 weeks ago
Joined September 25, 2024
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?
4 comments
e
L
e
eden
·

Bm25

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?
2 comments
L
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?
12 comments
k
b
e
L
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?
7 comments
L
e
def seems like a LlamaIndex issue, LangChain works without an issue
3 comments
e
L
anyone know when the system_prompt argument was removed from the Ollama integration? and how to add one in the new implementation
6 comments
L
e
it seems like CitationQueryEngine is just a fancy prompt? is that correct?
3 comments
e
L
@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?
2 comments
k
@kapa.ai How can I print out the intermediate prompts used in TreeSummarizer?
2 comments
k
@kapa.ai Is there a way to query an index using an embedding?
16 comments
k
e