mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Require explicit switch to enable operator locally for now
Operator is still early in development. To enable it: - Set KHOJ_OPERATOR_ENABLE environment variable to true - Run any one of the commands below: - `pip install khoj[local]' - `pip install khoj[dev]' - `pip install playwright'
This commit is contained in:
@@ -93,7 +93,6 @@ dependencies = [
|
||||
"resend == 1.0.1",
|
||||
"email-validator == 2.2.0",
|
||||
"e2b-code-interpreter ~= 1.0.0",
|
||||
"playwright >= 1.49.0",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
@@ -114,6 +113,7 @@ prod = [
|
||||
]
|
||||
local = [
|
||||
"pgserver == 0.1.4",
|
||||
"playwright >= 1.49.0",
|
||||
]
|
||||
dev = [
|
||||
"khoj[prod,local]",
|
||||
|
||||
Reference in New Issue
Block a user