derek-thomas HF staff commited on
Commit
4dc7bfa
1 Parent(s): 85c9513

Adding more details

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -48,6 +48,9 @@ This space is triggered by a webhook for changes on
48
  It then takes the updates from that dataset and get embeddings and puts the results in
49
  [https://huggingface.co/datasets/derek-thomas/reddit-bestofredditorupdates-processed](https://huggingface.co/datasets/derek-thomas/reddit-bestofredditorupdates-processed)
50
 
 
 
 
51
  ## Todo
52
  - Ignore the colors for now, I need to clean that up :)
53
  - I need to integrate with Nomic's semantic search
 
48
  It then takes the updates from that dataset and get embeddings and puts the results in
49
  [https://huggingface.co/datasets/derek-thomas/reddit-bestofredditorupdates-processed](https://huggingface.co/datasets/derek-thomas/reddit-bestofredditorupdates-processed)
50
 
51
+ These get visualized by [nomic atlas](https://docs.nomic.ai/atlas/introduction/quick-start). You can see how I process it
52
+ in [build_nomic.py](https://huggingface.co/spaces/derek-thomas/processing-bestofredditorupdates/blob/main/src/build_nomic.py)
53
+
54
  ## Todo
55
  - Ignore the colors for now, I need to clean that up :)
56
  - I need to integrate with Nomic's semantic search