-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pinecone free plan workaround not clear #200
Comments
Hey dude, I found the line that they are referencing there. its in SuperAGI\SuperAGI\Jobs\Agent_executor.py
|
Ah thanks! Probably needs an update in the readme.md |
Thanks we'll update this in the readme.md! |
It might be worth checking the format of that part of readme.md while you're there. Currently, it displays as a wall of small text, like the legal disclaimers you see on websites that nobody reads. The actual setup instructions are buried among the developer credits. I'm guessing an HTML tag got deleted. |
@TsundokuJim Sure we will have a look, you can also raise a PR for the same we can review the same. |
We have solved this issue. Thus closing this. |
The readme.md says:
"If you're on the Pinecone free plan, you only have 1 pod and 1 index available. As a workaround, change the index name used in test.py where memory is defined: memory = VectorFactory.get_vector_storage("PineCone", "my-current-indexname", OpenAiEmbedding())"
However test.py does not seem to contain a line where memory is defined.
There is a line in the agent_config_values where "memory_window":10 is stated, but that seems different from what the above suggests. Any ideas?
The text was updated successfully, but these errors were encountered: