Skip to content

Commit 41efa17

Browse files
Update README.md (#473)
1 parent 47d11fd commit 41efa17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sudo docker compose up
7272
Obstracts can be used to cluster posts together around topics. To do this, you must build the embeddings;
7373

7474
```shell
75-
python management.py build_embeddings
75+
python manage.py build_embeddings
7676
```
7777

7878
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

Comments
 (0)