You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by clfkenny August 17, 2024
Hi there, I noticed the visualize_hierarchy method has a custom_labels parameter. Is there anything similar to this for the get_topic_tree method? I use the LLM generated labels as the custom labels so the hierarchy tree is much easier to interpret. Thanks!
This seems like a good first issue for someone wanting to contribute to this repository. It has a very similar structure to the visualize_hierarchy functionality, so I believe it should be straightforward to implement. Unfortunately, I have a large backlog and cannot prioritize this, so if anyone wants to help out then that would be great!
The text was updated successfully, but these errors were encountered:
@PriyaDCosta Thank you for helping out! I believe there is already an open PR at #2125 that is currently tackling this. If I'm not mistaken, a few small changes are needed over there before we can proceed.
Discussed in #2122
Originally posted by clfkenny August 17, 2024
Hi there, I noticed the
visualize_hierarchy
method has acustom_labels
parameter. Is there anything similar to this for theget_topic_tree
method? I use the LLM generated labels as the custom labels so the hierarchy tree is much easier to interpret. Thanks!This seems like a good first issue for someone wanting to contribute to this repository. It has a very similar structure to the
visualize_hierarchy
functionality, so I believe it should be straightforward to implement. Unfortunately, I have a large backlog and cannot prioritize this, so if anyone wants to help out then that would be great!The text was updated successfully, but these errors were encountered: