Spaces:
Sleeping
Sleeping
| 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() | |