Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Chromadb Admin
|
2 |
|
3 |
Admin UI for the Chroma embedding database, built with Next.js
|
@@ -59,4 +66,4 @@ docker run -p 3001:3001 chromadb-admin
|
|
59 |
|
60 |
This is NOT an official Chroma project.
|
61 |
|
62 |
-
This project is licensed under the terms of the MIT license.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
title: chromadb-admin
|
4 |
+
sdk: docker
|
5 |
+
colorFrom: red
|
6 |
+
colorTo: yellow
|
7 |
+
---
|
8 |
# Chromadb Admin
|
9 |
|
10 |
Admin UI for the Chroma embedding database, built with Next.js
|
|
|
66 |
|
67 |
This is NOT an official Chroma project.
|
68 |
|
69 |
+
This project is licensed under the terms of the MIT license.
|