Spaces:
Sleeping
Sleeping
File size: 536 Bytes
3d24947 c3e0302 3d24947 c3e0302 3d24947 c3e0302 3d24947 c3e0302 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | 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()
|