How to use Chroma Authentication with Flowise? #2156
Unanswered
Crowdcompany
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community :-)
I have a Chroma database up and running on Railway.app and it uses a basic authentication password.
I can access it from the terminal like this:
curl -H "X-Chroma-Token: 1234567" https://chroma-production123.up.railway.app/api/v1/heartbeat
How do I pass the token 1234567 in Flowise? As it is neither an API key nor part of the URL?
Yes, there is a way to combine both services (Flowise and Chroma) in a single Railway project, but I have local instances and instances on Render.com which should also be able to use the Chroma database on Railway.
It works without authentication in the staging environment, but for productive use I would prefer more security.
Couldn't find anything related, do you have any hints for me?
Best regards from cloudy Germany,
Raimund Bauer :-)
Beta Was this translation helpful? Give feedback.
All reactions