Skip to main content
GPT4All is a free-to-use, locally running, privacy-aware chatbot. There is no GPU or internet required. It features popular models and its own models such as GPT4All Falcon, Wizard, etc. This notebook explains how to use GPT4All embeddings with LangChain.

Install GPT4All’s Python Bindings

Note: you may need to restart the kernel to use updated packages.

Embed the Textual Data

With embed_documents you can embed multiple pieces of text. You can also map these embeddings with Nomic’s Atlas to see a visual representation of your data.