From 53ac9227cf9d9b3bcda1d40ec2ea13e9d5fe060a Mon Sep 17 00:00:00 2001 From: PromptEngineer <134474669+PromtEngineer@users.noreply.github.com> Date: Fri, 15 Sep 2023 22:41:42 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3df2907..19a3ec8 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ By selecting the right local models and the power of `LangChain` you can run the - `run_localGPT.py` uses a local LLM to understand questions and create answers. The context for the answers is extracted from the local vector store using a similarity search to locate the right piece of context from the docs. - You can replace this local LLM with any other LLM from the HuggingFace. Make sure whatever LLM you select is in the HF format. +This project was inspired by the original [privateGPT](https://github.com/imartinez/privateGPT). + ## Built Using 🧩 - [LangChain](https://github.com/hwchase17/langchain) - [HuggingFace LLMs](https://huggingface.co/models)