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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
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/). Demonstrates the following:
17
17
18
18
-**System Prompting**. How do use the system prompt to modify LLM text completion behavior.
19
-
-**Templates**. How to create templates in order keep your prompt DRY.
19
+
-**Templates**. How to create templates in order keep your prompts DRY.
20
20
-**LangChain**. How to setup a project using LangChain as an alternative to vendor specific LLM PyPi packages.
21
21
-**PDF Loader**. a command-line pdf loader program that extracts text, vectorizes, and
22
22
loads into a Pinecone dot product vector database that is dimensioned to match OpenAI embeddings.
0 commit comments