Skip to content

Instantly share code, notes, and snippets.

View Devanshu-17's full-sized avatar
🤗
🌟

Devanshu Mahapatra Devanshu-17

🤗
🌟
View GitHub Profile

Tutorial: Implementing GPT4All Embeddings and Chroma DB without Langchain

This tutorial demonstrates how to manually set up a workflow for loading, embedding, and storing documents using GPT4All and Chroma DB, without the need for Langchain.

Prerequisites

Ensure you have the following packages installed:

pip install gpt4all chromadb requests beautifulsoup4