memex
memex copied to clipboard
Install AI related dependencies
pgvector for search on embeddings and Elixir Bumblebee.
So far:
- Search is rather slow ~200-300ms, making it more useful for recommendations instead of auto complete
- Results are not great, it's hard to find a good similarity score threshold
Maybe mean_pooling needs to be implemented but testing on embedding similarities with Python didn't show good results either.
- https://github.com/elixir-nx/bumblebee/issues/100#issuecomment-1345569404