- Issue created by @eme
- 🇬🇧United Kingdom scott_euser
Can you provide more details/screenshots please? In particular not sure what this means:
The select list vector database does not reference Pinecone.
- 🇫🇷France eme
Sorry for that.
Attached screenshot :
-> I've configured the pinecone at admin/config/ai/vdb_providers/pinecone
-> When I create a server backend at admin/config/search/search-api/add-server I do not see the Pinecode option (I see the Milvius option as I installed also this backend). - 🇬🇧United Kingdom scott_euser
Hmmm I just tried on dev and was able to select from my indexes fine. If you go to the Pinecone config form and (re)save, it will run the validation there again and possibly give you one of the warnings from here: https://git.drupalcode.org/project/ai/-/blob/1.0.x/modules/vdb_providers...
Then the Search API form to create a new server just calls this 'isSetup()' https://git.drupalcode.org/project/ai/-/blob/1.0.x/modules/vdb_providers... to check that there is a configured API key, and ignores Vector Database backends that don't have one set.
So assuming you have the above both working fine, Pinecone DB should show up in the 'Vector Database' field.
- 🇫🇷France eme
Well, I uninstalled the module and reinstalled it and indeed it works now. So mark as fix !
Automatically closed - issue fixed for 2 weeks with no activity.