mirror of
https://github.com/HKUDS/VideoRAG.git
synced 2025-05-11 03:54:36 +03:00
update
This commit is contained in:
@@ -8,9 +8,6 @@ import sys
|
|||||||
warnings.filterwarnings("ignore")
|
warnings.filterwarnings("ignore")
|
||||||
logging.getLogger("httpx").setLevel(logging.WARNING)
|
logging.getLogger("httpx").setLevel(logging.WARNING)
|
||||||
|
|
||||||
# Add the parent directory of 'videorag' to sys.path
|
|
||||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
parser = argparse.ArgumentParser(description="Set sub-category and CUDA device.")
|
parser = argparse.ArgumentParser(description="Set sub-category and CUDA device.")
|
||||||
parser.add_argument('--collection', type=str, default='4-rag-lecture')
|
parser.add_argument('--collection', type=str, default='4-rag-lecture')
|
||||||
|
|||||||
Reference in New Issue
Block a user