- Issue created by @seogow
- 🇬🇧United Kingdom scott_euser
Going to start with just mocking up UI changes as discussed in Slack. Something like this:
Then also trying to provide clarity as to the 3 things:
- Main content: This is the main body content. It is typically longer and needs to be broken into chunks. Queries by end-users are performed on this content.
- Contextual content: The main body on its own, when chunked, can often miss its overall context. Repeating contextual details into each chunk, such as title, summary, or authors can help provide better results for queries. This content is therefore appended to each chunk of 'Main content' and therefore queries by end-users also use this context to provide better results.
- Filterable attributes: This content is attached to the record to allow the Vector Database to pre-filter results (such as only search within a specific date range, or on a specific taxonomy term) before searching for relevant content. This allows the end-users' query to be run against a sub-set of the Vector Database only.
Main content being formerly captured by 'Embeddings' field type.
Needs an update hook to convert the old field type.
- 🇬🇧United Kingdom scott_euser
Not working, but let's review before making this function
- @scott_euser opened merge request.
- 🇬🇧United Kingdom scott_euser
Updated all the texts on the embedding strategy form to match the Field indexing configuration and put things more into lay person terms (particularly in field descriptions).
- 🇬🇧United Kingdom scott_euser
With everything having defaults, much less intimidating:
Then if you do decide to open the embedding strategy, more lay-person terminology/explainers added.
- 🇬🇧United Kingdom scott_euser
Added comments to explain the various changes so its easier to review. Ready for review now. Thanks!
-
scott_euser →
committed ed9f8644 on 1.0.x
Issue #3471759 by scott_euser, seogow, yautja_cetanu: Search API Index...
-
scott_euser →
committed ed9f8644 on 1.0.x
-
scott_euser →
committed ed9f8644 on mock-stream-response
Issue #3471759 by scott_euser, seogow, yautja_cetanu: Search API Index...
-
scott_euser →
committed ed9f8644 on mock-stream-response
Automatically closed - issue fixed for 2 weeks with no activity.