mirror of
https://github.com/Mintplex-Labs/chromadb-extended.git
synced 2026-07-01 20:44:00 -04:00
update readme
This commit is contained in:
@@ -20,6 +20,16 @@ const chroma = new ChromaClient({
|
||||
}
|
||||
});
|
||||
|
||||
// Now use as you normally would use chromadb
|
||||
|
||||
await client.reset()
|
||||
await client.heartbeat()
|
||||
await client.getOrCreateCollection({ name: "test" });
|
||||
await client.listCollections()
|
||||
const collection = await client.getCollection({ name: 'test' })
|
||||
await collection.count()
|
||||
await collection.add({ ids, embeddings, metadatas })
|
||||
// etc etc
|
||||
```
|
||||
## License
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mintplex-labs/chromadb-extended",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "A chromadb NodeJS extended client that enables you to pass custom authorization headers and options to your chromaDB instance",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user