I'm unable to search documents after following the prescribed process for enabling vector search. After adding my OpenAI key, configuring the handlebar templates, and submitting a change request the expected vector index process executes.
When I open "search" (the magnifying glass under the openai logo) I see the message, "Get started with Indexing Actions
You need to index your data before you can search". This suggests that the setup is still incomplete.
The indexing seems to work, according to the API traffic:
and looking at one of the index requests, it appears to be successful as well:
When I preview the documents in the openai_configuration I get the following error for one of the types even though there should be documents of this type in the system:
I'm unable to search documents after following the prescribed process for enabling vector search. After adding my OpenAI key, configuring the handlebar templates, and submitting a change request the expected vector index process executes.
When I open "search" (the magnifying glass under the openai logo) I see the message, "Get started with Indexing Actions You need to index your data before you can search". This suggests that the setup is still incomplete.
The indexing seems to work, according to the API traffic:
and looking at one of the index requests, it appears to be successful as well:
When I preview the documents in the
openai_configuration
I get the following error for one of the types even though there should be documents of this type in the system:This search issue may be related to #282