Modify the workshop app


For example this app, how can I modify the left relevant chunks? I want to display 7 chunks instead of three.

Hi @ziy829. To understand your question better, is this your application you would like to adjust or do you want to create something that looks a-like this?

If latter you have multiple options depending on the nature of your task you want to realize.

  • if your goal is to realize a navigation e.g. from a landing page with a static selection I like to use metric cards and wire those with “switch page” events. Metric cards have the benefit that you can add use the secondary metric as further description. (Will share screenshot tomorrow)
  • if your task at hand is more dynamic of nature, then you can use an object list or the looped layout. In the looped layout you would use the same object set as for the object list but have all flexibility to design the looped modules. The pdf chunks in your example are most likely pipeline or function-backed objects visualized through one of the above.

Feel free to share more details on your task at hand so that I can think of a more specific help.

1 Like

Its also depends on the object set data that you are passing to this Wizard input.

Not sure if I missed something new on the platform, but what Wizard input are you speaking of @VenkatPolimera?

It is a semantic chunking app I found in the marketplace. I want to modify the workshop. In the original app, it only displays 3 outputs based on the input text. I want to modify the relevant chunks to let them show 5 outputs.

Does the object set variable have an option to set K nearest neighbors to five instead of three?

Hi @ziy829 - thanks for using our Semantic Search Example!

As Joel mentioned above, you can bump the K Value in the Object set, as seen in the screenshot below.

So for the full steps:

  1. Open Workshop Module in edit mode.
  2. Click on the Semantic search object list
  3. Open the Search Results Object Set attached to the module
  4. Change the K Value from 3 to 7.

Hope that helps!

3 Likes

Apologies.. I was late..

ssiraj navigated already.. please see below if still in need.

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.