Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 3.76 KB

File metadata and controls

45 lines (41 loc) · 3.76 KB

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!