https://github.com/rabbit-hole-syndrome/open-source-embeddings
Source code for "$0 Embeddings (OpenAI vs. free & open source)" 🎥
https://github.com/rabbit-hole-syndrome/open-source-embeddings
Last synced: 17 days ago
JSON representation
Source code for "$0 Embeddings (OpenAI vs. free & open source)" 🎥
- Host: GitHub
- URL: https://github.com/rabbit-hole-syndrome/open-source-embeddings
- Owner: rabbit-hole-syndrome
- Created: 2023-06-25T09:57:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T10:02:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T09:37:17.932Z (6 months ago)
- Language: TypeScript
- Homepage: https://youtu.be/QdDoFfkVkcw
- Size: 14.6 KB
- Stars: 164
- Watchers: 7
- Forks: 61
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rabbit-hole-syndrome/open-source-embeddings - Source code for "$0 Embeddings (OpenAI vs. free & open source)" 🎥 (TypeScript)
README
# Open Source Embeddings
This is the source code for [$0 Embeddings (OpenAI vs. free & open source)](https://youtu.be/QdDoFfkVkcw).
## Projects
- **[embeddings-huggingface](./apps/embeddings-huggingface)**: Generate embeddings using Hugging Face's Inference API.
- **[embeddings-transformers](./apps/embeddings-transformers)**: Generate embeddings directly in Node.js using Transformers.js
- **[embeddings-browser](./apps/embeddings-browser)**: Generate embeddings directly in the browser using Transformers.js