This repository was archived by the owner on May 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -718,11 +718,15 @@ await collection.delete({
718718
719719You can configure Chroma to use authentication when in server/client mode only.
720720
721- Supported authentication methods are:
722-
723- | Authentication Method | Description | Status | Server-Side Support | Client/Python | Client/JS |
724- | -----------------------| ---------------------------------------------------------------------------------------------------------------------------| ---------| ---------------------| ---------------| -----------|
725- | Basic (Pre-emptive) | [ RFC 7617] ( https://www.rfc-editor.org/rfc/rfc7617 ) Basic Auth with ` user:password ` base64-encoded ` Authorization ` header. | ` Alpha ` | ✅ ` Alpha ` | ✅ | ➖ |
721+ Supported authentication methods:
722+
723+ | Authentication Method | Basic Auth (Pre-emptive) |
724+ | -----------------------| ---------------------------------------------------------------------------------------------------------------------------|
725+ | Description | [ RFC 7617] ( https://www.rfc-editor.org/rfc/rfc7617 ) Basic Auth with ` user:password ` base64-encoded ` Authorization ` header. |
726+ | Status | ` Alpha ` |
727+ | Server-Side Support | ✅ ` Alpha ` |
728+ | Client/Python | ✅ |
729+ | Client/JS | ➖ |
726730
727731### Basic Authentication
728732
You can’t perform that action at this time.
0 commit comments