- Issue created by @fishfree
- 🇨🇳China fishfree
This is the xdebug screenshot → . I cannot figure out why it need deleting source ids when indexing.
- 🇬🇧United Kingdom scott_euser
Looking at the error backtrace, it shows that the search_api_ai module here is using pinecone backend to call the milvus plugin.
search_api_ai/modules/pinecone/src/Plugin/search_api/backend/SearchApiPineconeBackend.php
Probably you need to resave your openai embedding settings to ensure Pinecone is not being used and Milvus is being used instead.