chromadbEasy Playground

Open-source vector database for embedding storage and retrieval

Getting started with chromadbRun locally
Install
pip install chromadb
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: chromadb)

chromadb is a third-party package. Open-source vector database for embedding storage and retrieval. Install with: pip install chromadb

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?