I wish I knew how to apply that ‘–pre’ flag in requirements.txt this is a VenV generated project environment. So the --pre is ignored and I get an error trying to build:
"ERROR: Could not find a version that satisfies the requirement pinecone-plugin-inference==1.1.0.* (from versions: 0.2.0, 0.2.1, 0.3.0, 0.4.0, 0.4.1, 1.0.0, 1.0.1, 1.0.2, 1.0.3.dev20240801211604, 1.0.3.dev20240801220806, 1.0.3, 1.1.0rc0)"
Not sure if you got this resolved or not @jlvanhulst. But I was running into the same issue. I had to downgrade my pinecone version to 4.1.2, then specify pinecone-plugin-inference=1.1.0rc0 install. I was running into issues using the auto-installed inference plugin with pinecone > 5. I also tried specifying inference plugin version 1.1.0rc0 after installing pinecone > 5 and that did not work either.