flanker / flanker/chromadb-admin
GET /api/collections... Bad Request
- Dominant language
- TypeScript
- Stars
- 282
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
installed doing
```
npm i
npm run dev
```
Trying to connect to chromadb 0.6.3 and I get this error
not sure why other than maybe the version?
```
An unexpected error occurred: Response {
status: 400,
statusText: 'Bad Request',
headers: Headers {
date: 'Thu, 27 Feb 2025 21:58:33 GMT',
server: 'uvicorn',
'content-length': '88',
'content-type': 'application/json',
'chroma-trace-id': '0'
},
body: ReadableStream { locked: false, state: 'readable', supportsBYOB: true },
bodyUsed: false,
ok: false,
redirected: false,
type: 'basic',
url: 'http://REMOTE:8000/api/v1/collections?tenant=default_tenant&database=default_database'
}
⨯ Response {
status: 400,
statusText: 'Bad Request',
headers: Headers {
date: 'Thu, 27 Feb 2025 21:58:33 GMT',
server: 'uvicorn',
'content-length': '88',
'content-type': 'application/json',
'chroma-trace-id': '0'
},
body: ReadableStream { locked: false, state: 'readable', supportsBYOB: true },
bodyUsed: false,
ok: false,
redirected: false,
type: 'basic',
url: 'http://REMOTE:8000/api/v1/collections?tenant=default_tenant&database=default_database'
}
GET /api/collections?connectionString=http://REMOTE:8000&tenant=default_tenant&database=default_database 500 in 1737ms
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.