Suhaib-88 commited on
Commit
b9cd590
1 Parent(s): 3ae416f

deployment

Browse files
README.md CHANGED
@@ -1,12 +1,4 @@
1
- ---
2
- title: ChatbotDeploy
3
- emoji: 😻
4
- colorFrom: yellow
5
- colorTo: indigo
6
- sdk: gradio
7
- sdk_version: 4.31.5
8
- app_file: app.py
9
- pinned: false
10
- ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ # roc-auditor
2
+
3
+ Example:
 
 
 
 
 
 
 
4
 
 
examples/c1.jpg ADDED
examples/c2.jpg ADDED
examples/c3.jpg ADDED
main.py ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import openai
3
+ import gradio as gr
4
+ from llama_index.core import (
5
+ VectorStoreIndex,
6
+ SimpleDirectoryReader,
7
+ StorageContext,
8
+ load_index_from_storage,
9
+ )
10
+
11
+ # Set OpenAI API key
12
+ os.environ["OPENAI_API_KEY"] = "sk-proj-xJs72X2tvslF5qqbIg1pT3BlbkFJ5Om15nbJuwQSB04DrYfs"
13
+ openai.api_key = 'sk-proj-xJs72X2tvslF5qqbIg1pT3BlbkFJ5Om15nbJuwQSB04DrYfs'
14
+
15
+ # Set the directory for persistent storage
16
+ PERSIST_DIR = "./storage"
17
+
18
+ # Load or create the document index
19
+ if not os.path.exists(PERSIST_DIR):
20
+ documents = SimpleDirectoryReader("docs").load_data()
21
+ index = VectorStoreIndex.from_documents(documents,show_progress=True)
22
+ index.storage_context.persist(persist_dir=PERSIST_DIR)
23
+ else:
24
+ storage_context = StorageContext.from_defaults(persist_dir=PERSIST_DIR)
25
+ index = load_index_from_storage(storage_context)
26
+
27
+ # Query engine
28
+ query_engine = index.as_query_engine()
29
+
30
+ # Define the chatbot function
31
+ def chatbot_func(query, *args, **kwargs):
32
+ response = query_engine.query(query)
33
+ return str(response)
34
+
35
+ # Replaced gr.Interface with gr.ChatInterface
36
+ iface = gr.ChatInterface(chatbot_func,chatbot=gr.Chatbot(height=800,placeholder="<strong>GPT-Based Chatbot</strong><br>Ask Me Anything"),)
37
+ iface.launch(share=True)
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ docx2txt
2
+ streamlit
3
+ openai
4
+ llama-index
5
+ nltk
6
+ gradio
storage/default__vector_store.json ADDED
The diff for this file is too large to render. See raw diff
 
storage/docstore.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"docstore/metadata": {"a7cbf136-1cb3-4671-9980-143a046f415d": {"doc_hash": "490f0a929ceb3c3b858adeb0099f7ba4fedcfed42ff65a2dd48d182e5e1befed"}, "6fcc638f-dd09-4634-b72a-295a6ad9434e": {"doc_hash": "ccc8589f5c9b41fd9f37a1f4a43eaf7c88edbd28283232df965c18c311969d80", "ref_doc_id": "a7cbf136-1cb3-4671-9980-143a046f415d"}, "ef534a58-7625-43b3-979a-e8429b086808": {"doc_hash": "6800c2af5caa03ede4fd7c09a0c4a3a829a2836f643747b2c3751d9daa085f6b", "ref_doc_id": "a7cbf136-1cb3-4671-9980-143a046f415d"}, "e228178f-4b04-46ed-a83e-e43b765cdd78": {"doc_hash": "87bfa4afd0e143b9db9b632a2a79eedfe2ae7b507009b3342f6bb9d2c38d7183", "ref_doc_id": "a7cbf136-1cb3-4671-9980-143a046f415d"}, "ce5f0761-7dca-4b5e-b434-a4706497d597": {"doc_hash": "51c19812ed22146218ee59a463ae9b818600043d167ab35361908b698e120e54", "ref_doc_id": "a7cbf136-1cb3-4671-9980-143a046f415d"}, "38ff4b8b-594f-4f6e-981c-8c3f09577c56": {"doc_hash": "07b5830251028f0dbc8f83103471f4f0bd2ad8ceb530edf7d909f5bcf62bca0a", "ref_doc_id": "a7cbf136-1cb3-4671-9980-143a046f415d"}}, "docstore/data": {"6fcc638f-dd09-4634-b72a-295a6ad9434e": {"__data__": {"id_": "6fcc638f-dd09-4634-b72a-295a6ad9434e", "embedding": null, "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "excluded_embed_metadata_keys": ["file_name", "file_type", "file_size", "creation_date", "last_modified_date", "last_accessed_date"], "excluded_llm_metadata_keys": ["file_name", "file_type", "file_size", "creation_date", "last_modified_date", "last_accessed_date"], "relationships": {"1": {"node_id": "a7cbf136-1cb3-4671-9980-143a046f415d", "node_type": "4", "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "hash": "490f0a929ceb3c3b858adeb0099f7ba4fedcfed42ff65a2dd48d182e5e1befed", "class_name": "RelatedNodeInfo"}, "3": {"node_id": "ef534a58-7625-43b3-979a-e8429b086808", "node_type": "1", "metadata": {}, "hash": "eb3ed918c6e5f2dcab1ca1305fe5d896fdaa4c2b6d5da34439862197d76b0148", "class_name": "RelatedNodeInfo"}}, "text": "Algorithms and Data Structures \u2013 CPSC-50300\n\nSyllabus\n\nSummer Semester 2023\n\n\n\n\n\n\n\nI.\tInstructor Information\n\nInstructor\u2019s name: Dr. Safwan Omari\n\nOffice: Romeoville, AS-129L\n\nOffice hours: by appointment\n\nHow to make appointments outside of office hours: via email\n\nLewis office phone number: (815) 836-5791\n\nLewis email address: omarisa@lewisu.edu\n\n\t\n\nII.\tCourse Information\n\nAlgorithms and Data Structures, CPSC-50300, 001 (online)\n\n3 credits\n\nCourse description: This course is the study of the design and analysis of computer algorithms including the data structures used in these algorithms. Topics include design techniques, such as divide-and-conquer, dynamic programming, the greedy method and backtracking, sorting, searching, graph computations, pattern matching and NP-complete problems.\n\n\n\nPrerequisites\n\nCPSC 500000 and CPSC 50100\n\n\n\nWeekly Live sessions will be on TBD (via Zoom)\n\n\n\nStudent Learning Outcomes:\n\nCourse student learning outcomes: \n\nQuantify the complexity of algorithms using Big-O notation.\n\nOrganize data in lists, trees, graphs, and maps, and identify the applications of each.\n\nApply sort and search routines to lists, trees, graphs, and maps.\n\nDescribe and write algorithms for performing pattern matching and path tracing.\n\nIdentify NP-complete problems and explain why they are NP-complete.\n\n\n\nProgram student learning outcomes:\n\nDevelop efficient programs using languages of various programming paradigms and for a variety of platforms.\n\nMake use of mathematical structures and formulations to express theoretical ideas in computer science and solve problems.\n\nIII.\tUniversity Mission Statement\t\n\nLewis University, guided by its Catholic and Lasallian heritage, provides to a diverse student population programs for a liberal and professional education grounded in the interaction of knowledge and fidelity in the search for truth.\n\n\n\nLewis promotes the development of the complete person through the pursuit of wisdom and justice. Fundamental to its Mission is a spirit of association, which fosters community in all teaching, learning and service.\n\n\n\nHow this course connects to the University Mission: \n\n\n\nThis course embraces the Mission of the University by fostering an environment in which each student is respected as an individual within a community of learners. In the spirit of Lewis University mission of promoting the complete person and lifelong learner, this course seeks to prepare students and equip them with essential skills that students will use and apply in their day to day activities in their professional work. Furthermore, knowledge that students obtain in this course outlines a framework that students can use to acquire new knowledge on a continuous basis.\n\n\n\nIV.\tRequired Course Materials\n\nTextbook(s):\n\n\tTitle: Data Structures and Algorithms in Python\n\n\tEdition: 1st edition\n\n\tAuthor: Michael T. Goodrich, Roberto Tamassia and Michael H. Goldwasser\n\n\tPublisher: Wiley\n\n\tPublication date: March 18, 2013\n\n\tISBN: ISBN-10: 1118290275, ISBN-13: 978-1118290279\n\n\tRequired or Optional: Required \n\n\n\n\n\nHardware and software requirements: \n\nGeneral-purpose laptop/desktop (Windows preferred)\n\nPython 3.7(free)\n\nPyCharm community edition (free)\n\n\n\n\n\nV.\tInstructional Methods and Activities\n\nModality of Instruction:\n\nThis section is 100% online, blackboard and email will be the primary means of communication. Lecture recordings will be made available each week, in those recordings, the weekly material will be thoroughly discussed using power point slides and Python code examples. We will also be conducting weekly live session in which main ideas are emphasized, furthermore, student can interactively ask questions. Students are expected to do the assigned weekly reading and watch lecture recording for the week before attending live sessions. Live sessions will be mostly driven by students\u2019 questions. Although attending live sessions is not mandatory, it is highly recommended. Outside of watching recordings, attending live sessions, and doing assigned readings, students are required to work on one Written Assignment and one Programming Project.\n\nVI.\tCourse Schedule", "start_char_idx": 0, "end_char_idx": 4142, "text_template": "{metadata_str}\n\n{content}", "metadata_template": "{key}: {value}", "metadata_seperator": "\n", "class_name": "TextNode"}, "__type__": "1"}, "ef534a58-7625-43b3-979a-e8429b086808": {"__data__": {"id_": "ef534a58-7625-43b3-979a-e8429b086808", "embedding": null, "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "excluded_embed_metadata_keys": ["file_name", "file_type", "file_size", "creation_date", "last_modified_date", "last_accessed_date"], "excluded_llm_metadata_keys": ["file_name", "file_type", "file_size", "creation_date", "last_modified_date", "last_accessed_date"], "relationships": {"1": {"node_id": "a7cbf136-1cb3-4671-9980-143a046f415d", "node_type": "4", "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "hash": "490f0a929ceb3c3b858adeb0099f7ba4fedcfed42ff65a2dd48d182e5e1befed", "class_name": "RelatedNodeInfo"}, "2": {"node_id": "6fcc638f-dd09-4634-b72a-295a6ad9434e", "node_type": "1", "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "hash": "ccc8589f5c9b41fd9f37a1f4a43eaf7c88edbd28283232df965c18c311969d80", "class_name": "RelatedNodeInfo"}, "3": {"node_id": "e228178f-4b04-46ed-a83e-e43b765cdd78", "node_type": "1", "metadata": {}, "hash": "bc2b48b842f520580a892840b8d56782806726f41f11ac46a1637588d362bf8d", "class_name": "RelatedNodeInfo"}}, "text": "Hardware and software requirements: \n\nGeneral-purpose laptop/desktop (Windows preferred)\n\nPython 3.7(free)\n\nPyCharm community edition (free)\n\n\n\n\n\nV.\tInstructional Methods and Activities\n\nModality of Instruction:\n\nThis section is 100% online, blackboard and email will be the primary means of communication. Lecture recordings will be made available each week, in those recordings, the weekly material will be thoroughly discussed using power point slides and Python code examples. We will also be conducting weekly live session in which main ideas are emphasized, furthermore, student can interactively ask questions. Students are expected to do the assigned weekly reading and watch lecture recording for the week before attending live sessions. Live sessions will be mostly driven by students\u2019 questions. Although attending live sessions is not mandatory, it is highly recommended. Outside of watching recordings, attending live sessions, and doing assigned readings, students are required to work on one Written Assignment and one Programming Project.\n\nVI.\tCourse Schedule\n\n\n\nWeek 1\n\nChapter 1 Python Primer\n\nChapter 2 Object-Oriented Programming\n\nWritten Assignment\n\nR1.2, R-1.4, C-1.15, C-1.17, C-1.24\n\nR-2.5, R-2.8, R-2.10\n\nProgramming Project\n\nP-1.36, P-2.39\n\nWeek 2\n\nChapter 3 Algorithm Analysis\n\nChapter 4 Recursion\n\nWritten Assignment\n\nR-3.8, C-3.35, C-3.42, P-3.57\n\nR-4.1, R-4.3, C-4.9\n\nProgramming Project\n\nP-4.23\n\nWeek 3\n\nChapter 5 Array-Based Sequences\n\nChapter 6 Stacks, Queues, and Deques\n\nWritten Assignment\n\nR-5.3, R-5.7, C-5.31\n\nR-6.1, R-6.3, R-6.5, C-6.23\n\nPrograming Project\n\nP-6.32\n\nMidterm Exam\n\nWeek 4\n\nChapter 7 Linked Lists\n\nWritten Assignment\n\nR-7.1, R-7.3, R-.6, C-7.28\n\nPrograming project\n\nP-7.44\n\nMidterm Exam\n\nWeek 5\n\nChapter 8 Trees\n\nChapter 9 Priority Queues\n\nWritten Assignment\n\nR-8.1, R-8.4, R-8.21, C-8.42\n\nR-9.3, R-9.5, R-9.21, C-9.26\n\nPrograming project\n\nP-8.65\n\nWeek 6\n\nChapter 10 Maps, Hash Tables, and Skip Lists\n\nChapter 11 Search Trees\n\nWritten Assignment\n\nR-10.1, R-10.4, R-10.9, C-10.42\n\nR-11.2, R-11.5, R-11.8, C-11.29\n\nPrograming project\n\nP-11.61\n\nWeek 7\n\nChapter12 Sorting and Selection\n\nChapter 13 Text Processing\n\nWritten Assignment\n\nR-12.4, R-12.19, C-12.26\n\nR-13.3, R-13.12, C-13.43\n\nPrograming project\n\nP-12.58\n\nWeek 8\n\nChapter 14 Graph Algorithms (Optional)\n\nFinal Exam\n\n\n\nSchedule Changes: the above schedule is tentative, the instructor reserves the right to do modifications based on student progress and feedback. Any modifications to above schedule will be discussed and communicated verbally and via blackboard announcements.\n\n\n\n\n\n\n\nGrade\n\nPercentage\n\nA\n\n\u2265 93%\n\nA-\n\n90% - 92%\n\nB+\n\n87% - 89%\n\nB\n\n83% - 86%\n\nB-\n\n80% - 82%\n\nC+\n\n77% - 79%\n\nC\n\n73% - 76%\n\nC-\n\n70% - 72%\n\nD+\n\n67% - 69%\n\nD\n\n66% - 63%\n\nD-\n\n60% - 62%\n\nF\n\n< 60%\n\nVII.\tGrading Criteria and Course Policies\n\nAssignments and Course Requirements: \n\n\n\nWritten Assignments (x7)\n\n20%\n\nProgramming projects (x7)\n\n50%\n\nMidterm\n\n15%\n\nFinal Exam\n\n15%\n\nTotal\n\n100%", "start_char_idx": 3067, "end_char_idx": 6041, "text_template": "{metadata_str}\n\n{content}", "metadata_template": "{key}: {value}", "metadata_seperator": "\n", "class_name": "TextNode"}, "__type__": "1"}, "e228178f-4b04-46ed-a83e-e43b765cdd78": {"__data__": {"id_": "e228178f-4b04-46ed-a83e-e43b765cdd78", "embedding": null, "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "excluded_embed_metadata_keys": ["file_name", "file_type", "file_size", "creation_date", "last_modified_date", "last_accessed_date"], "excluded_llm_metadata_keys": ["file_name", "file_type", "file_size", "creation_date", "last_modified_date", "last_accessed_date"], "relationships": {"1": {"node_id": "a7cbf136-1cb3-4671-9980-143a046f415d", "node_type": "4", "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "hash": "490f0a929ceb3c3b858adeb0099f7ba4fedcfed42ff65a2dd48d182e5e1befed", "class_name": "RelatedNodeInfo"}, "2": {"node_id": "ef534a58-7625-43b3-979a-e8429b086808", "node_type": "1", "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "hash": "6800c2af5caa03ede4fd7c09a0c4a3a829a2836f643747b2c3751d9daa085f6b", "class_name": "RelatedNodeInfo"}, "3": {"node_id": "ce5f0761-7dca-4b5e-b434-a4706497d597", "node_type": "1", "metadata": {}, "hash": "526e09a4983429e16fffb545773a2dcee24b7944c82ae23ba4ad35fe5db6d774", "class_name": "RelatedNodeInfo"}}, "text": "Schedule Changes: the above schedule is tentative, the instructor reserves the right to do modifications based on student progress and feedback. Any modifications to above schedule will be discussed and communicated verbally and via blackboard announcements.\n\n\n\n\n\n\n\nGrade\n\nPercentage\n\nA\n\n\u2265 93%\n\nA-\n\n90% - 92%\n\nB+\n\n87% - 89%\n\nB\n\n83% - 86%\n\nB-\n\n80% - 82%\n\nC+\n\n77% - 79%\n\nC\n\n73% - 76%\n\nC-\n\n70% - 72%\n\nD+\n\n67% - 69%\n\nD\n\n66% - 63%\n\nD-\n\n60% - 62%\n\nF\n\n< 60%\n\nVII.\tGrading Criteria and Course Policies\n\nAssignments and Course Requirements: \n\n\n\nWritten Assignments (x7)\n\n20%\n\nProgramming projects (x7)\n\n50%\n\nMidterm\n\n15%\n\nFinal Exam\n\n15%\n\nTotal\n\n100%\n\n\n\nCourse Policies: submissions will be evaluated using criteria reflecting the nature of the assignment. Your work MUST be completed and submitted by due date using dedicated links in blackboard. No late submissions will be accepted except in extreme emergency situations and with Instructor\u2019s written approval (via email).\n\nWritten Assignments: these are selected set of questions from textbook end of chapter problems, all questions in a written assignment MUST be answered. All answers MUST be put in a single word document and submitted via blackboard.\n\nProgramming Projects: the purpose of programming projects is for students to practice writing programs that are efficient and easy to read. Submitted code MUST be free of syntax errors and it MUST run successfully, before considered for grading. Source code that does not run will receive a grade of zero. Other grading criteria include addressing of all functional and non-functional (performance) requirements listed in the problem description, code readability, style and use of best programming features for the job, this includes use of classes, inheritance, appropriate data structures, meaningful variable names, etc.\n\nSubmission \u2013 put all of your source code files (.py) and a README file in one zip-file and upload it in blackboard. Instructor should be able to run your code by simply unzipping all files into a new directory, and follow instructions in the README file. Email submissions will not be graded.\n\nExams: there will be one Midterm and one Final exam, any material we cover in lectures, written assignments and programming projects may appear in the exams. Although you should not expect to be asked to write an entire program in those exam, you may/will be asked to write certain functions and code snippets. Code will be graded for correctness and efficiency, minor syntax errors are okay as long as they don\u2019t compromise instructors\u2019 ability to read and understand data structure and algorithms used in the code.\n\nCollaboration on course projects: collaborating on certain aspects of your code to resolve syntax errors, discuss programming language features, debate its performance, etc. is permitted, in fact, encouraged. A discussion forum will be available in blackboard shell to facilitate such collaboration. However, sharing/exchanging or verbatim use (i.e., copy/paste) of large portion of your code is NOT allowed (>20%). You can observe, participate in these discussions, learn from others\u2019 ideas, however, you need to write down and submit your own implementation.\n\nAttendance\n\nStudents are expected to attend and participate in all class sessions. Attendance is particularly important for the first two weeks in order for the instructor to confirm students\u2019 registration status and avoid inclusion in the NO SHOW list submitted for administrative staff.\n\n\n\nChanges to Course Assignments or Grades: any changes to above grading components or criteria will be announced during lecture and via blackboard announcements.\n\n\n\nVIII. \tInformation for Students\n\nRequests for Reasonable Accommodations\n\nLewis University is committed to providing equal access and opportunity for participation in all programs, services and activities. If you are a student with a disability who would like to request a reasonable accommodation, please speak with the Learning Access Coordinator at the Center for Academic Success and Enrichment (CASE). Please make an appointment by calling 815-836-5593 or emailing learningaccess@lewisu.edu. Since accommodations require early planning and are not provided retroactively, it is recommended that you make your request prior to or during the first week of class.\u00a0 It is not necessary to disclose the nature of your disability to your instructor. For more information about academic support services, visit the website at: www.lewisu.edu/CASE. \n\n\n\nLewis University has adopted Blackboard Ally providing alternative formats for files uploaded by instructors. Students can click the down arrow next to any file, and select Alternative Formats.", "start_char_idx": 5400, "end_char_idx": 10099, "text_template": "{metadata_str}\n\n{content}", "metadata_template": "{key}: {value}", "metadata_seperator": "\n", "class_name": "TextNode"}, "__type__": "1"}, "ce5f0761-7dca-4b5e-b434-a4706497d597": {"__data__": {"id_": "ce5f0761-7dca-4b5e-b434-a4706497d597", "embedding": null, "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "excluded_embed_metadata_keys": ["file_name", "file_type", "file_size", "creation_date", "last_modified_date", "last_accessed_date"], "excluded_llm_metadata_keys": ["file_name", "file_type", "file_size", "creation_date", "last_modified_date", "last_accessed_date"], "relationships": {"1": {"node_id": "a7cbf136-1cb3-4671-9980-143a046f415d", "node_type": "4", "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "hash": "490f0a929ceb3c3b858adeb0099f7ba4fedcfed42ff65a2dd48d182e5e1befed", "class_name": "RelatedNodeInfo"}, "2": {"node_id": "e228178f-4b04-46ed-a83e-e43b765cdd78", "node_type": "1", "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "hash": "87bfa4afd0e143b9db9b632a2a79eedfe2ae7b507009b3342f6bb9d2c38d7183", "class_name": "RelatedNodeInfo"}, "3": {"node_id": "38ff4b8b-594f-4f6e-981c-8c3f09577c56", "node_type": "1", "metadata": {}, "hash": "4d0392fcedb113a990f144e42b351aab9deaf166684672c31c28cedad54fd84f", "class_name": "RelatedNodeInfo"}}, "text": "VIII. \tInformation for Students\n\nRequests for Reasonable Accommodations\n\nLewis University is committed to providing equal access and opportunity for participation in all programs, services and activities. If you are a student with a disability who would like to request a reasonable accommodation, please speak with the Learning Access Coordinator at the Center for Academic Success and Enrichment (CASE). Please make an appointment by calling 815-836-5593 or emailing learningaccess@lewisu.edu. Since accommodations require early planning and are not provided retroactively, it is recommended that you make your request prior to or during the first week of class.\u00a0 It is not necessary to disclose the nature of your disability to your instructor. For more information about academic support services, visit the website at: www.lewisu.edu/CASE. \n\n\n\nLewis University has adopted Blackboard Ally providing alternative formats for files uploaded by instructors. Students can click the down arrow next to any file, and select Alternative Formats.\n\n\n\nSanctified Zone \n\nGuided by its Catholic and Lasallian heritage, Lewis University is firmly committed to fostering a campus atmosphere that is permeated by its Mission values of Fidelity, Wisdom, Knowledge, Justice, and Association. Accordingly, we have declared the University campus to be a Sanctified Zone, a place and a people United in Diversity. The active promotion of diversity and the opposition to all forms of prejudice and bias are a powerful and healing expression of our desire to be Signs of Faith (Signum Fidei) to each other. To learn more about the Sanctified Zone, please visit: http://www.lewisu.edu/sanctified zone\n\nAcademic Integrity\n\nScholastic integrity lies at the heart of Lewis University. Plagiarism, collusion and other forms of cheating or scholastic dishonesty are incompatible with the principles of the University. Students engaging in such activities are subject to loss of credit and expulsion from the University. Cases involving academic dishonesty are initially considered and determined at the instructor level. If the student is not satisfied with the instructor\u2019s explanation, the student may appeal at the department/program level. Appeal of the department /program decision must be made to the Dean of the college/school. The Dean reviews the appeal and makes the final decision in all cases except those in which suspension or expulsion is recommended, and in these cases the Provost makes the final decision. \n\n\n\nUniversity Student Complaint Policy \n\nThe University Student Complaint Policy can be found at lewisu.edu/studentcomplaints\t\n\n\n\nUniversity Grade Appeal Policy \n\n The University Grade Appeal Policy can be found at lewisuedu/studentcomplaints\n\n\n\nAdditional policies and handbooks for this program, department, and college and where they can be found (list policies or handbooks and where they can be found, or provide a link to the web location \u2013 delete if this does not apply)\n\n\n\nCenter for Health & Counseling Services\n\nTo support student success, all Lewis students are eligible for free health and mental health services on the Romeoville campus. This includes commuters and those living on campus, part-time and full-time students, graduate and undergraduate students, and those taking Lewis classes at other locations.\u00a0 For more information, visit the Center for Health & Counseling website at www.lewisu.edu/studentservices/health or call (815)836-5455.\u00a0 \n\n\n\n\n\nResponsiveness to Change\n\nUnderstanding that the COVID-19 pandemic could influence the course of this semester, Lewis University will be guided by our Lasallian mission and the well-being of our community of students, faculty, and staff in respond and adapting to any sudden changes or circumstances. Based on the guidance of the State of Illinois and the Centers for Disease Control, it may be necessary to change the planned modality this course.\n\n\n\nFlexibility, Accommodations, and Student Absences\n\nBecause we are committed to student success, the University community is committed to academic standards while maintaining flexibility and empathy. Absences relating to the Coronavirus crisis will be recognized as excused. Students experiencing disruptions in their lives related to the Coronavirus that impact class attendance and participation should contact their instructor and/or college Dean\u2019s Office for assistance. Students directly impacted by Coronavirus will have the ability to request alternative grading this semester. Requests will be evaluated on a case by case basis and will require documentation.\n\nStudents who require academic accommodations due to disability caused by COVID-19, or to limit risk of exposure to Coronavirus, can engage in an interactive process with the Learning Access Coordinator to explore all avenues for accommodations. Students can contact the Academic Services office at 815-836-5593 or learningaccess@lewisu.edu to request an appointment.", "start_char_idx": 9056, "end_char_idx": 14022, "text_template": "{metadata_str}\n\n{content}", "metadata_template": "{key}: {value}", "metadata_seperator": "\n", "class_name": "TextNode"}, "__type__": "1"}, "38ff4b8b-594f-4f6e-981c-8c3f09577c56": {"__data__": {"id_": "38ff4b8b-594f-4f6e-981c-8c3f09577c56", "embedding": null, "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "excluded_embed_metadata_keys": ["file_name", "file_type", "file_size", "creation_date", "last_modified_date", "last_accessed_date"], "excluded_llm_metadata_keys": ["file_name", "file_type", "file_size", "creation_date", "last_modified_date", "last_accessed_date"], "relationships": {"1": {"node_id": "a7cbf136-1cb3-4671-9980-143a046f415d", "node_type": "4", "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "hash": "490f0a929ceb3c3b858adeb0099f7ba4fedcfed42ff65a2dd48d182e5e1befed", "class_name": "RelatedNodeInfo"}, "2": {"node_id": "ce5f0761-7dca-4b5e-b434-a4706497d597", "node_type": "1", "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}, "hash": "51c19812ed22146218ee59a463ae9b818600043d167ab35361908b698e120e54", "class_name": "RelatedNodeInfo"}}, "text": "Flexibility, Accommodations, and Student Absences\n\nBecause we are committed to student success, the University community is committed to academic standards while maintaining flexibility and empathy. Absences relating to the Coronavirus crisis will be recognized as excused. Students experiencing disruptions in their lives related to the Coronavirus that impact class attendance and participation should contact their instructor and/or college Dean\u2019s Office for assistance. Students directly impacted by Coronavirus will have the ability to request alternative grading this semester. Requests will be evaluated on a case by case basis and will require documentation.\n\nStudents who require academic accommodations due to disability caused by COVID-19, or to limit risk of exposure to Coronavirus, can engage in an interactive process with the Learning Access Coordinator to explore all avenues for accommodations. Students can contact the Academic Services office at 815-836-5593 or learningaccess@lewisu.edu to request an appointment.\n\n\n\nFace Coverings, Physical Distancing, and Surface Cleaning\n\nFace coverings are required in classrooms. Students will be expected to maintain physical distancing in the classroom (6 ft minimum) and to keep their nose and mouth covered at all times. Faculty will require students without face covering to obtain a disposable mask at the nearest University office providing them. While the University will disinfect classrooms and common spaces throughout the day, cleaning supplies will be provided in classrooms and offices so that students and faculty can wipe down work surfaces before class begins.", "start_char_idx": 12983, "end_char_idx": 14628, "text_template": "{metadata_str}\n\n{content}", "metadata_template": "{key}: {value}", "metadata_seperator": "\n", "class_name": "TextNode"}, "__type__": "1"}}, "docstore/ref_doc_info": {"a7cbf136-1cb3-4671-9980-143a046f415d": {"node_ids": ["6fcc638f-dd09-4634-b72a-295a6ad9434e", "ef534a58-7625-43b3-979a-e8429b086808", "e228178f-4b04-46ed-a83e-e43b765cdd78", "ce5f0761-7dca-4b5e-b434-a4706497d597", "38ff4b8b-594f-4f6e-981c-8c3f09577c56"], "metadata": {"file_name": "CPSC-50300-001-SU23.docx", "file_path": "C:\\Users\\DELL\\mistral\\ROC1\\docs\\CPSC-50300-001-SU23.docx", "file_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_size": 40071, "creation_date": "2024-05-28", "last_modified_date": "2024-05-28"}}}}
storage/graph_store.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"graph_dict": {}}
storage/image__vector_store.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"embedding_dict": {}, "text_id_to_ref_doc_id": {}, "metadata_dict": {}}
storage/index_store.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"index_store/data": {"d42b458c-98cc-49a9-ac95-f8ad6ee5ab68": {"__type__": "vector_store", "__data__": "{\"index_id\": \"d42b458c-98cc-49a9-ac95-f8ad6ee5ab68\", \"summary\": null, \"nodes_dict\": {\"6fcc638f-dd09-4634-b72a-295a6ad9434e\": \"6fcc638f-dd09-4634-b72a-295a6ad9434e\", \"ef534a58-7625-43b3-979a-e8429b086808\": \"ef534a58-7625-43b3-979a-e8429b086808\", \"e228178f-4b04-46ed-a83e-e43b765cdd78\": \"e228178f-4b04-46ed-a83e-e43b765cdd78\", \"ce5f0761-7dca-4b5e-b434-a4706497d597\": \"ce5f0761-7dca-4b5e-b434-a4706497d597\", \"38ff4b8b-594f-4f6e-981c-8c3f09577c56\": \"38ff4b8b-594f-4f6e-981c-8c3f09577c56\"}, \"doc_id_dict\": {}, \"embeddings_dict\": {}}"}}}