Skip to content

1avishek/chromadb-nosql-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChromaDB Examples for NoSQL Course

These files are meant to be used with a NoSQL course.

Setting up the Environment

Update apt

sudo apt update

Install venv

sudo apt install python3-venv -y

Run the setup script. This will create a virtual environment, install the requirements and source the session from the virtual environment.

source setup.bash

If you want to leave the virtual environment you can use:

deactivate

To source the session from the virtual environment again run:

source .venv/bin/activate

Image Source

Images located in folders db_images and find_images have been created using the Adobe Firefly 2 model.

About

ChromaDB vector database examples: text search, image similarity, and custom embeddings for a NoSQL course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors