Skip to content

Commit

Permalink
updated resources
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Nov 8, 2024
1 parent 5ecbc2e commit cc13bbc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions 08-embeddings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- πŸ“ [Understanding word vectors](https://gist.github.com/aparrish/2f562e3737544cf29aaf1af30362f469)
- πŸš‚ [What is word2vec](https://youtu.be/LSS_bos_TPI), πŸš‚ [Color Vectors](https://youtu.be/mI23bDF0VRI)
- πŸ“š [2013 paper Efficient Estimation of Word Representations in Vector Space](https://arxiv.org/abs/1301.3781)
- πŸ”’ [GloVe: Global Vectors for Word Representation](https://nlp.stanford.edu/projects/glove/)
- πŸ“š [2018 Universal Sentence Encoder paper](https://arxiv.org/abs/1803.11175)

## Embeddings
Expand All @@ -25,13 +26,11 @@

- πŸ“š [How to use retrieval augmented generation](https://replicate.com/blog/how-to-use-rag-with-chromadb-and-mistral-7b-instruct)

## Code Examples with Replicate
## Code Examples with Replicate + Transformers.js

- πŸ’» [Making your own Embeddings "Database"](https://github.com/Programming-from-A-to-Z/Save-Embeddings-JSON), uses [all-mpnet-base-v2](https://replicate.com/replicate/all-mpnet-base-v2) and [mixedbread-ai/mxbai-embed-large-v1](https://huggingface.co/mixedbread-ai/mxbai-embed-large-v1)
- πŸ”’ [All embeddings models on Replicate](https://replicate.com/collections/embedding-models), [All embeddings models for transformers.js](https://huggingface.co/models?pipeline_tag=feature-extraction&library=transformers.js&sort=trending)
- πŸ’» [Making your own Embeddings "Database"](https://github.com/Programming-from-A-to-Z/Save-Embeddings-JSON), uses [all-mpnet-base-v2](https://replicate.com/replicate/all-mpnet-base-v2) on Replicate and [mixedbread-ai/mxbai-embed-large-v1](https://huggingface.co/mixedbread-ai/mxbai-embed-large-v1) with transformers.js
- πŸ’» [Retrieval Augmented Generation (RAG) with p5.js + Replicate](https://github.com/Programming-from-A-to-Z/Example-RAG-Replicate)

## On device, in browser embeddings (no node.js required!!)

- πŸ’» [Embeddings with Transformers.js](https://github.com/Programming-from-A-to-Z/transformers-js-examples/tree/main/embeddings)

## Clustering with UMAP dimensionality reduction
Expand Down

0 comments on commit cc13bbc

Please sign in to comment.