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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
A Python [LangChain](https://www.langchain.com/) - [Pinecone](https://docs.pinecone.io/docs/python-client) proof of concept Retrieval Augmented Generation (RAG) models using sales support PDF documents.
4
4
5
+
Implements the following:
6
+
7
+
- a command-line pdf loader program that extracts text, vectorizes, and
8
+
loads into a Pinecone dot product vector database that is dimensioned to match OpenAI embeddings.
9
+
10
+
- a hybrid search retriever that locates relevant documents from the vector database and includes these in OpenAI prompts.
0 commit comments