Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AITECHPRODUCTS
/
chromadb
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
naughtondale
commited on
Sep 1, 2023
Commit
71a030d
·
1 Parent(s):
a76f2da
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import asyncio
2
-
from
chromadb
import ChromaClient, TransformersEmbeddingFunction
3
4
async def main():
5
1
import asyncio
2
+
from
chroma
import ChromaClient, TransformersEmbeddingFunction
3
4
async def main():
5