/chromadb-tutorial

This repo is a beginner's guide to using Chroma. It covers all the major features including adding data, querying collections, updating and deleting data, and using different embedding functions. Each topic has its own dedicated folder with a detailed README and corresponding Python scripts for a practical understanding.

Primary LanguagePython

Welcome to the easypeasy ChromaDB Tutorial!

This repository provides a friendly and beginner's guide to ChromaDB's python client, a Python library that helps you manage collections of embeddings. Each directory in this repository corresponds to a specific topic, complete with its own README and Python scripts for a hands-on understanding.

Table of Contents

  1. Introduction
  2. Collections
  3. Adding Data
  4. Querying a Collection
  5. Updating Data in a Collection
  6. Deleting Data in a Collection
  7. Using Embedding Functions

I hope you find this repository helpful in your journey with ChromaDB. Happy coding!