You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://lawrencemcdaniel.com)
9
14
10
-
# OpenAI Embeddings Example
11
-
12
15
A Hybrid Search and Augmented Generation prompting solution using Python [OpenAI API Embeddings](https://platform.openai.com/docs/guides/embeddings) persisted to a [Pinecone](https://docs.pinecone.io/docs/python-client) vector database index and managed by [LangChain](https://www.langchain.com/). Implements the following:
13
16
14
17
-**PDF Loader**. a command-line pdf loader program that extracts text, vectorizes, and
0 commit comments