Skip to content

Commit 9e8157b

Browse files
committed
docs: update readme
1 parent 46c5259 commit 9e8157b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
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:
1717

1818
- **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.
2020
- **LangChain**. How to setup a project using LangChain as an alternative to vendor specific LLM PyPi packages.
2121
- **PDF Loader**. a command-line pdf loader program that extracts text, vectorizes, and
2222
loads into a Pinecone dot product vector database that is dimensioned to match OpenAI embeddings.

0 commit comments

Comments
 (0)