Find answers from the community

Home
Members
rohan._.s
r
rohan._.s
Offline, last seen 2 months ago
Joined September 25, 2024
Once I have already created a Knowledge Graph Index using the "from_documents" method, how can I just load the index from the existing Neo4j knowledge graph that I've created?
24 comments
r
L
r
rohan._.s
·

Install

Does anyone know how to pip install from a specific branch of llama index? I've tried pip install git+https://github.com/rohans30/llama_index.git@prevchunks but when I checked my locally installed files I didn't see my changes reflected
4 comments
r
L
I'm trying to use RankLLM by following this guide: https://docs.llamaindex.ai/en/stable/examples/node_postprocessor/rankLLM/ , but even after pip installing all the modules I keep getting the error that there is No module named 'llama_index.postprocessor.rankLLM_rerank', and I check the directory of the important and in fact the llama_index.postprocessor module does not have a rankLLM submodule
4 comments
r
L