JulsdL commited on
Commit
1d72eb0
·
1 Parent(s): 4e8b6ab

Updated CHANGELOG

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +15 -0
CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  version 0.1.1 [2024-05-13]
2
 
3
  ## Modified
 
1
+ version 0.2.0 [2024-05-14]
2
+
3
+ ## Added
4
+
5
+ - Introduced a comprehensive quiz functionality with LangGraph integration, enabling dynamic quiz generation and question answering based on Jupyter notebook content.
6
+ - Added new Python dependencies (`langgraph==0.0.48`) to support the quiz functionality and improved interaction flow.
7
+ - Implemented a new `graph.py` module to define the quiz and QA agents, along with the supervisor logic for managing conversation flow between agents.
8
+ - Enhanced the `chainlit_frontend.py` to integrate the LangGraph chain, facilitating real-time interaction with the quiz and QA functionality.
9
+ - Updated the `document_processing.py` and `retrieval.py` modules to support the new quiz functionality, including adjustments to the OpenAI model configuration and retrieval logic.
10
+
11
+ ## Modified
12
+
13
+ - Updated the OpenAI model used in `document_processing.py` from "gpt-4-turbo" to "gpt-4o" to improve the quality of document processing and retrieval.
14
+ - Refined the retrieval logic in `retrieval.py` to include a new method for initializing the RAG QA chain, enhancing the system's ability to provide accurate and contextually relevant answers.
15
+
16
  version 0.1.1 [2024-05-13]
17
 
18
  ## Modified