Completed
Initializing connection to OpenAI API
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
OpenAI's New GPT 3.5 Embedding Model for Semantic Search
Automatically move to the next video in the Classroom when playback concludes
- 1 Semantic search with OpenAI GPT architecture
- 2 Getting started with OpenAI embeddings in Python
- 3 Initializing connection to OpenAI API
- 4 Creating OpenAI embeddings with ada
- 5 Initializing the Pinecone vector index
- 6 Getting dataset from Hugging Face to embed and index
- 7 Populating vector index with embeddings
- 8 Semantic search querying
- 9 Deleting the environment
- 10 Final notes