Git Product home page Git Product logo

nguyentruongan / chromadb_quickstart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from johnnycode8/chromadb_quickstart

0.0 0.0 0.0 3.3 MB

Tutorials to help you get started with ChromaDB. Chroma has built-in functionality to embed text and images so you can build out your proof-of-concepts on a vector database quickly. Associated videos:

Home Page: https://www.youtube.com/playlist?list=PL58zEckBH8fA-R1ifTjTIjrdc3QKSk6hI

Python 0.31% Jupyter Notebook 99.69%

chromadb_quickstart's Introduction

This repo contains companion video explanation and code walkthrough from my YouTube channel @johnnycode. If the code and video helped you, please consider:
Buy Me A Coffee

Getting Started with ChromaDB - Text Semantic Search

ChromaDB is the Vector Database with the lowest learning curve. Start testing out Semantic Searches on a vector database within minutes. Everything works locally and is free. Don't need to sign up for a cloud account or learn Langchain first.

Code Reference:
YouTube Tutorial:

Getting Started with ChromaDB

Getting Started with ChromaDB - Multimodal (Image) Semantic Search

How to start using ChromaDB Multimodal (images) semantic searches on a vector database. We’ll load some images and query for objects in the images. We’ll also cover how to use the Where Metadata filter to limit the relevance of the search results.

Code Reference:
YouTube Tutorial:

Getting Started with ChromaDB Multimodal

Maximize Embedding Vectorization Speed in ChromaDB with NVidia CUDA GPU and Python Multiprocessing

How to vectorize embeddings into ChromaDB as fast as possible leveraging the power of your NVidia CUDA GPU along with Python's Multiprocessing capability. We'll use Multiprocessing to 1) launch a Python producer process on the CPU to handle the workload of reading and transforming the data and 2) launch a consumer process to vectorize the data into embeddings using the GPU.

Code Reference:
YouTube Tutorial:

Maximize Vectorization Speed ChromaDB

Use Gemini Pro (FREE) to Create Vector Embeddings for ChromaDB

Improve your semantic searches with vector embeddings from one of the best LLMs out there. We'll swap the ChromaDB out-of-the-box local model with the Gemini Pro embedding model with just a few code changes.

Code Reference:
YouTube Tutorial:

Getting Started with ChromaDB Multimodal

How to Work With and Persist ChromaDB Vector Database in Google Colab

Tutorial shows how to persist a ChromaDB database in Google Colab by creating the database in your Google Drive. This is part of my Recipe Database tutorial series at RecipeDB Repo.

Video Tutorial:

Get Started with ChromaDB on Colab

chromadb_quickstart's People

Contributors

johnnycode8 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.