Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 206 Bytes

faq.md

File metadata and controls

16 lines (11 loc) · 206 Bytes

FAQ

How do I change retriv working directory?

import retriv

retriv.set_base_path("new/working/path")

or

import os

os.environ["RETRIV_BASE_PATH"] = "new/working/path"