To use our extension you need to follow a few steps:
- delete your ELS index (
console elasticsearch:index:delete
) and rebuild it (console search:setup
) - re-sync your data to ELS (
console sync:data
) - add the QueryExpanderPlugin (
\Pyz\Client\AiAnythingSearch\Plugin\Catalog\UserIntentQueryExpanderPlugin
) to\Pyz\Client\Catalog\CatalogDependencyProvider
- add the PublisherPlugin (
xx
) to\Pyz\Zed\Publisher\PublisherDependencyProvider
- add your Gemini key to the config as variable
GEMINI_API_KEY
- add your Pinecone API key to the config as variable
PINECONE_API_KEY
- add your Pinecone API Verions to the config as variable
PINECONE_API_VERSION