Reducing outliers and updating topics when using OpenAI model as representation model #1780
-
Beta Was this translation helpful? Give feedback.
Answered by
MaartenGr
Feb 1, 2024
Replies: 1 comment 1 reply
-
Check the docstrings of |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
serenalotreck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check the docstrings of
.update_topics
, you will notice that you are missing some vital parameters in your code, likerepresentation_model
andvectorizer_model
.