Yaniv

Results 3 comments of Yaniv

Hey @mehrdad2000 :) you can replace the init_vector_db function in src/loader.py to this function: ``` def init_vector_db(): if not os.path.exists(cfg.DB_FAISS_PATH): os.makedirs(cfg.DB_FAISS_PATH) print(colored(f"{cfg.DB_FAISS_PATH} directory created.", 'blue')) files = [file for file...

I also facing with this issue, any updates regarding this?

make sure to install mongodb and websockio global, or if you can run this as a docker container curl -L https://github.com/IFSight/uptime/raw/master/run | sh the docker-compose file is located under /usr/local/docker-uptime,...