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
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
-
# Netec Large Language Models
1
+
# Hybrid Search Retriever
2
2
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.
3
+
A Python [OpenAI](https://openai.com/) / [LangChain](https://www.langchain.com/) / [Pinecone](https://docs.pinecone.io/docs/python-client) proof of concept Retrieval Augmented Generation (RAG) model using PDF documents as the embeddings data source.
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