Find answers from the community

Updated 10 months ago

Embed

At a glance
i'm trying to modify the openaiembedding class to properly rate limit... but I'm not sure if this is the right module to modify:
https://github.com/run-llama/llama_index/blob/47ec97fd11776fa701a3e0e5b2865f7eaacb215a/llama-index-integrations/embeddings/llama-index-embeddings-openai/llama_index/embeddings/openai/base.py#L222
I've made changes to this, uninstalled llama-index, and done 'poetry install --with dev' but it doesn't seem to have applied the changes
L
2 comments
You'd have to install the package directly

pip install -e llama-index-integrations/embeddings/llama-index-embeddings-openai
Add a reply
Sign up and join the conversation on Discord