Skip to content

Commit 84a9c40

Browse files
committed
docs: fixup description
1 parent 011570f commit 84a9c40

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@
1010

1111
# OpenAI Embeddings Example
1212

13-
A Hybrid Search and Augmented Generation prompting solution using Python [OpenAI](https://openai.com/) API embeddings sourced from [Pinecone](https://docs.pinecone.io/docs/python-client) vector database indexes and managed by [LangChain](https://www.langchain.com/).
13+
A Hybrid Search and Augmented Generation prompting solution using Python [OpenAI](https://openai.com/) API embeddings sourced from [Pinecone](https://docs.pinecone.io/docs/python-client) vector database indexes and managed by [LangChain](https://www.langchain.com/). Implements the following:
1414

15-
Implements the following:
16-
17-
- a command-line pdf loader program that extracts text, vectorizes, and
15+
- **PDF Loader**. a command-line pdf loader program that extracts text, vectorizes, and
1816
loads into a Pinecone dot product vector database that is dimensioned to match OpenAI embeddings.
19-
20-
- a hybrid search retriever that locates relevant documents from the vector database and includes these in OpenAI prompts.
17+
- **Retrieval Augments Generation**. A chatGPT prompt based on a hybrid search retriever that locates relevant documents from the vector database and includes these in OpenAI prompts.
2118

2219
## Installation
2320

0 commit comments

Comments
 (0)