diff --git a/README.md b/README.md index 58d0db12..97a7c719 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Ask questions to your documents without an internet connection, using the power Built with [LangChain](https://github.com/hwchase17/langchain) and [GPT4All](https://github.com/nomic-ai/gpt4all) +demo + # Environment Setup In order to set your environment up to run the code here, first install all requirements: @@ -61,4 +63,4 @@ Selecting the right local models and the power of `LangChain` you can run the en - `gpt4all_j.py` is a wrapper to support `GPT4All-J` models within LangChain. It was created given such support didn't exist at the moment of creation of this project (only `GPT4All` models where supported). It will be proposed as a contribution to the official `LangChain` repo soon. # Disclaimer -This is a test project to validate the feasibility of a fully private solution for question answering using LLMs and Vector embeddings. It is not production ready, and it is not meant to be used in production. The models selection is not optimized for performance, but for privacy; but it is possible to use different models and vectorstores to improve performance. \ No newline at end of file +This is a test project to validate the feasibility of a fully private solution for question answering using LLMs and Vector embeddings. It is not production ready, and it is not meant to be used in production. The models selection is not optimized for performance, but for privacy; but it is possible to use different models and vectorstores to improve performance.