...
Create the following field definitions
MapField
namedDynamic.EmbeddingsPoc
VectorField
namedDynamic.EmbeddingsPoc.OpenAI
with dimensions =1536
andindex = true
Publish them
Enable the module
SEMANTIC_SEARCH_OPEN_AI_POC
for the customer’s organisation. See the REST document for information on how to do that.Obtain the Open AI API key for this environment. The development Open AI API key is stored in LastPass.
Update the plugin
SEMANTIC_SEARCH_OPEN_AI_EMBEDDINGS_POC
for the propertySecret
with the above Open AI API key. See Postman “Update secret for plugin”
...