[Question - How to make new LlamaIndex after changing the LlamaIndex code? ]
Hi all,
I try to apply the below solution to solve rate limit issue.
https://github.com/run-llama/llama_index/issues/6398My question is how to apply this change with my LlamaIndex Python module?
Do I need to build LlamaIndex code and install it to my python moudle to apply this change?
I clone the LlamaIndex code from
https://github.com/run-llama/llama_index and follow this instraction. (
https://docs.llamaindex.ai/en/stable/getting_started/installation.html#installation-from-source )
But I dont' know now to apply my code change to apply and use the updated llamaindex with my code change in my application.
Would you please share how to develope Llamaindex with my code change to apply it?
thanks for your help.