Skip to content

Commit 19cd396

Browse files
authored
Merge pull request #45 from FullStackWithLawrence/next
docs: add badges
2 parents 9ea1f33 + 30de039 commit 19cd396

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1+
# OpenAI Embeddings Example
2+
3+
🤖 Retrieval Augmented Generation and Hybrid Search 🤖
4+
15
[![FullStackWithLawrence](https://a11ybadges.com/badge?text=FullStackWithLawrence&badgeColor=orange&logo=youtube&logoColor=282828)](https://www.youtube.com/@FullStackWithLawrence)<br>
26
[![OpenAI](https://a11ybadges.com/badge?logo=openai)](https://platform.openai.com/)
37
[![LangChain](https://a11ybadges.com/badge?text=LangChain&badgeColor=0834ac)](https://www.langchain.com/)
48
[![Pinecone](https://a11ybadges.com/badge?text=Pinecone&badgeColor=000000)](https://www.pinecone.io/)
59
[![Python](https://a11ybadges.com/badge?logo=python)](https://www.python.org/)<br>
10+
[![Release Notes](https://img.shields.io/github/release/FullStackWithLawrence/openai-embeddings)](https://github.com/FullStackWithLawrence/openai-embeddings/releases)
611
![GHA pushMain Status](https://img.shields.io/github/actions/workflow/status/FullStackWithLawrence/openai-embeddings/pushMain.yml?branch=main)
712
[![AGPL License](https://img.shields.io/github/license/overhangio/tutor.svg?style=flat-square)](https://www.gnu.org/licenses/agpl-3.0.en.html)
813
[![hack.d Lawrence McDaniel](https://img.shields.io/badge/hack.d-Lawrence%20McDaniel-orange.svg)](https://lawrencemcdaniel.com)
914

10-
# OpenAI Embeddings Example
11-
1215
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:
1316

1417
- **PDF Loader**. a command-line pdf loader program that extracts text, vectorizes, and

0 commit comments

Comments
 (0)