terminusdb / terminusdb-dashboard

Dashboard for TerminusDB
Apache License 2.0
6 stars 5 forks source link

Unable to search documents after running vector index #283

Closed geoffwhittington closed 1 year ago

geoffwhittington commented 1 year ago

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.

image

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:

image

and looking at one of the index requests, it appears to be successful as well:

image

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:

image

This search issue may be related to #282

Francesca-Bit commented 1 year ago

We fixed this