- Issue created by @keiserjb
- π¬π§United Kingdom scott_euser
But 1.1 here is requiring 1.1 of AI module which is where the interface change is right? So if you composer update to 1.1 here you'll get AI 1.1, and have no issue. Or if you lock to 1.0 and composer update you'll stay at AI 1.0 without the breaking change. So as long as you manage dependencies via composer you should never have any issues right?
- πΊπΈUnited States keiserjb
I somehow had 1.0 dev installed with AI dev and it didn't work.
- πΊπΈUnited States keiserjb
It was my fault but it was possible to install AI 1.1 and ai_avb_provider_pinecone 1.0.
When I matched them it worked.