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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ sudo docker compose up
72
72
Obstracts can be used to cluster posts together around topics. To do this, you must build the embeddings;
73
73
74
74
```shell
75
-
python management.py build_embeddings
75
+
python manage.py build_embeddings
76
76
```
77
77
78
78
Now use the Obstracts API and run `POST v1/topics/build_clusters` with `force` = `false` to generate your first clusters. You will need indexed posts and the `CLASSIFIER_*` env files must configured in a way that match the number of posts and the types of topics being discussed in them (e.g. if you have a high min cluster size, but wide range of topics, few clusters might end up being created).
0 commit comments