autopushed

This commit is contained in:
2022-10-16 20:46:22 +02:00
parent 785a00cf07
commit be43289c33
+2
View File
@@ -19,3 +19,5 @@
- should I implement a simple search algorithm myself for the purpose of understanding how to solve this?
- tokenization -> compute combinations is trivial but expensive
- [ ] -> [[bag of words]] is cheap
- this actually requires defining what is the source of truth for [[equivalence class]] and for [[proximity]] between nodes
- I've always wanted to think of Agora search as as an exploration within a certain [[radius]] of an inferred center of gravity; maybe this is distance in some embedding?