Chenxu Cui
Chenxu Cui
Strange! It works fine when I run the demo for the first time. But when I rerun the demo, an error occurred, the text in _demo_ seems too long for...
Got the same case, have you solved it?
> @cuichenxu @fatlism Hi, I have not totally understand the case yet, but my initial guess will be during the embedding process I use the original raptor model to train...
> ``` > if n_neighbors is None: > # n_neighbors = int((len(embeddings) - 1) ** 0.5) > n_neighbors = max(2, int((len(embeddings) - 1) ** 0.5)) > ``` > > I...
二维码过期了