Replies: 3 comments
-
Yea I'm seeing this problem too - looking the repository the file doesn't exist as well. |
Beta Was this translation helpful? Give feedback.
-
I'm seeing this problem too. ChatGPTRetrievalPluginIndex has been probably removed, but document is still existing here https://github.com/jerryjliu/llama_index/blob/main/docs/community/integrations/chatgpt_plugins.md#chatgpt-retrieval-plugin-index. |
Beta Was this translation helpful? Give feedback.
-
🤖 Hello, Thank you for reaching out. The You should be able to import the from llama_index.indices.vector_store import ChatGPTRetrievalPluginIndex If you're still having issues, please ensure that your PYTHONPATH is set correctly and that the LlamaIndex package is properly installed. In a similar issue, a user was unable to import the python -m venv venv
source venv/bin/activate
pip install llama-index Also, check the path on which llama-index is getting installed to ensure it is accessible by your current access. You can use I hope this helps! If you have any other questions or if the issue persists, please let me know. Best, Sources
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
-
Question Validation
Question
https://gpt-index.readthedocs.io/en/latest/how_to/integrations/chatgpt_plugins.html#chatgpt-retrieval-plugin-index
I followed the example in the article above and it says that ChatGPTRetrievalPluginIndex is not found.
Has ChatGPTRetrievalPluginIndex been removed?
Beta Was this translation helpful? Give feedback.
All reactions