welcome to onyx

This commit is contained in:
pablodanswer
2024-12-13 09:48:43 -08:00
parent 54dcbfa288
commit 21ec5ed795
813 changed files with 7021 additions and 6824 deletions

View File

@ -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()