Creating text embeddings
Este ejercicio forma parte del curso
End-to-End RAG with Weaviate
Instrucciones del ejercicio
- Embed the text string provided and view its length and the first five numbers in the embedding vector.
- Embed the strings in the
textslist in a single embedding API request, and compare the length and numbers of each embedding vector. - Embed the
textslist again, but this time, change the model output dimensions to512.
Note: If you’re running DataLab in Restricted Mode, this exercise isn’t supported yet. We’re actively working on making it available in the future.
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
Empezar ejercicio