cz-base / debug.py
james-d-taboola's picture
refactor: refactor to support appName with different config
3d24947
raw
history blame contribute delete
536 Bytes
from assistant_util import test, create_assistant, list_assistants, create_vector_store, print_vector_store_details, update_assistant, delete_assistant
# You can call this function to test it
if __name__ == "__main__":
# test()
# create_assistant()
# create_vector_store("SEL-Coach-Chat-Vector-Store", "~/taboola/test/vector_store")
# print_vector_store_details("vs_67e11690d1548191a21eeb15c317dc61")
# update_assistant("asst_KK2FVo3Qe57mjvRiRDZaBM4l")
# delete_assistant("assistant_id")
list_assistants()