mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-12 06:05:43 +02:00
welcome to onyx
This commit is contained in:
@ -10,9 +10,9 @@ from requests.exceptions import RequestException
|
||||
parent_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
sys.path.append(parent_dir)
|
||||
|
||||
from danswer.configs.app_configs import DOCUMENT_INDEX_NAME # noqa: E402
|
||||
from danswer.document_index.vespa.index import DOCUMENT_ID_ENDPOINT # noqa: E402
|
||||
from danswer.utils.logger import setup_logger # noqa: E402
|
||||
from onyx.configs.app_configs import DOCUMENT_INDEX_NAME # noqa: E402
|
||||
from onyx.document_index.vespa.index import DOCUMENT_ID_ENDPOINT # noqa: E402
|
||||
from onyx.utils.logger import setup_logger # noqa: E402
|
||||
|
||||
logger = setup_logger()
|
||||
|
||||
|
Reference in New Issue
Block a user