Skip to content

Commit c3303ac

Browse files
Update README with badges
1 parent e1837a0 commit c3303ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
## ChromaDB PHP
22

3-
**A PHP library for interacting with ChromaDB vector database seamlessly.**
3+
**A PHP library for interacting with [Chroma](https://github.com/chroma-core/chroma) vector database seamlessly.**
44

55
[![MIT Licensed](https://img.shields.io/badge/license-mit-blue.svg)](https://github.com/CodeWithKyrian/chromadb-php/blob/main/LICENSE)
6-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/CodeWithKyrian/chromadb-php/Tests?label=tests)](https://github.com/CodeWithKyrian/chromadb-php/actions/workflows/test.yml)
6+
[![GitHub Tests Action Status](https://github.com/CodeWithKyrian/chromadb-php/actions/workflows/test.yml/badge.svg)](https://github.com/CodeWithKyrian/chromadb-php/actions/workflows/test.yml)
7+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/codewithkyrian/chromadb-php.svg)](https://packagist.org/packages/codewithkyrian/chromadb-php)
78

89
## Description
910

10-
Chroma is an open-source vector database that allows you to store, search, and analyze high-dimensional data at scale.
11+
[Chroma](https://www.trychroma.com/) is an open-source vector database that allows you to store, search, and analyze high-dimensional data at scale.
1112
It is designed to be fast, scalable, and reliable. It makes it easy to build LLM (Large Language Model) applications and
1213
services that require high-dimensional vector search.
1314

0 commit comments

Comments
 (0)