mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-22 13:41:08 +00:00
fix: topic model for embeddings
This commit is contained in:
parent
7807a80bbb
commit
195f8a7d4e
@ -49,4 +49,6 @@ atlas.map_embeddings(embeddings,
|
|||||||
id_field="index",
|
id_field="index",
|
||||||
name="Post Epoch 1 Embeddings",
|
name="Post Epoch 1 Embeddings",
|
||||||
colorable_fields=["source", "loss", "trained_on"],
|
colorable_fields=["source", "loss", "trained_on"],
|
||||||
|
build_topic_model=True,
|
||||||
|
topic_label_field="inputs",
|
||||||
reset_project_if_exists=True,)
|
reset_project_if_exists=True,)
|
Loading…
Reference in New Issue
Block a user