-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introducing Onyx! #3439
Introducing Onyx! #3439
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
da8a21f
to
87f1293
Compare
@@ -34,7 +34,7 @@ | |||
|
|||
|
|||
# Super Users | |||
SUPER_USERS = json.loads(os.environ.get("SUPER_USERS", '["pablo@danswer.ai"]')) | |||
SUPER_USERS = json.loads(os.environ.get("SUPER_USERS", '["pablo@onyx.app"]')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOL this seems kinda suspect XD should probably just make it empty?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fair!
Some things to consider (seems like you've done a lot of these already)
On testing:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only comment i have is that some of the keys in redis start with "da_" so we could in theory change those. I'm not sure the keys even need the prefix right now so maybe we just remove the prefix.
LICENSE
Outdated
@@ -1,9 +1,9 @@ | |||
Copyright (c) 2023-present DanswerAI, Inc. | |||
Copyright (c) 2023-present OnyxAI, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one needs to remain "DanswerAI, Inc.", "OnyxAI, Inc." does not exist
5dada22
to
3bb9e4b
Compare
Description
Values which contain Danswer still
How Has This Been Tested?
[Test]
= search + chat + index documents + sync doc setsTesting
-> Downgrade ->Test
-> UpgradeAccepted Risk (provide if relevant)
N/A
Related Issue(s) (provide if relevant)
N/A
Mental Checklist:
Backporting (check the box to trigger backport action)
Note: You have to check that the action passes, otherwise resolve the conflicts manually and tag the patches.