Event Dime
Quickstart
- When:
- January 1, 1 ยท 12:00 AM
- Where:
- Qdrant
- Source:
- Qdrant
How to Generate Text Embedings with FastEmbed Install FastEmbed pip install fastembed Just for demo purposes, you will use Lists and NumPy to work with sample data. from typing import List import numpy as np Load default model In this example, you will use the default text embedding model, BAAI/bge-small-en-v1.5. from fastembed import TextEmbedding Add sample data Now, add two sample documents. Your documents must be in a list, and each document must be a string documents: List [ str ] = [ "Fast