At the workspace level, we should enable a document to be found by the following search params:
exact text search - reads JSON files for exact text match
semantic search - uses OpenAI
metadata key - requires specific format of [key]:[value]
vector id
Searching should execute on user's click and will render results in the document viewer to show the document(s) which match the search.
At the workspace level, we should enable a document to be found by the following search params:
exact text search
- reads JSON files for exact text matchsemantic search
- uses OpenAImetadata key
- requires specific format of [key]:[value]vector id
Searching should execute on user's click and will render results in the document viewer to show the document(s) which match the search.