Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 478b5a9

Browse files
committed
docs: Updated JS Client docs with auth config.
- Added sub-section on client setup Refs: chroma-core/chroma#1026
1 parent d71d869 commit 478b5a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/usage-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,8 @@ client.list_collections() # this is a protected endpoint and requires authentic
777777
</TabItem>
778778
<TabItem value="js" label="JavaScript">
779779

780+
#### Client Setup
781+
780782
```js
781783
import { ChromaClient } from 'chromadb'
782784

0 commit comments

Comments
 (0)