MCPcopy
hub / github.com/llmware-ai/llmware / get_library_path

Method get_library_path

llmware/configs.py:160–162  ·  view source on GitHub ↗

Get library absolute folder directory path

(cls)

Source from the content-addressed store, hash-verified

158
159 @classmethod
160 def get_library_path(cls):
161 """Get library absolute folder directory path"""
162 return os.path.join(cls._base_fp["home_path"], cls._base_fp["llmware_path_name"], cls._fp["library_path_name"])
163
164 @classmethod
165 def get_model_repo_path(cls):

Callers 10

create_new_accountMethod · 0.80
MilvusConfigClass · 0.80
SQLiteConfigClass · 0.80
ChromaDBConfigClass · 0.80
__init__Method · 0.80
create_new_libraryMethod · 0.80
load_libraryMethod · 0.80

Calls

no outgoing calls

Tested by 1