8 Commits

Author SHA1 Message Date
eafa2c80e9 Refactor code structure for improved readability and maintainability 2026-03-12 18:06:52 +01:00
a619075c37 Refactor code structure for improved readability and maintainability 2026-03-11 12:19:33 +01:00
aabb297d4f Add TP4 about AI Agents 2026-03-04 18:26:00 +01:00
8c3d6b5f32 Add langchain-mistralai dependency and update lock file
- Added langchain-mistralai version 1.1.1 to pyproject.toml dependencies.
- Updated uv.lock to include langchain-mistralai package details and its dependencies.
2026-02-20 12:10:35 +01:00
ac389113da Add tiktoken dependency to pyproject.toml and uv.lock
- Updated pyproject.toml to include "tiktoken>=0.12.0" in dependencies.
- Modified uv.lock to reflect the addition of tiktoken in both dependencies and requires-dist sections.
2026-02-18 18:57:26 +01:00
a8e15d66f7 Refactor FAQ matching output and adjust similarity threshold
- Updated execution counts for code cells to reflect changes.
- Enhanced output formatting for matched FAQs, including clearer question and answer presentation.
- Adjusted the similarity threshold in the `match_faq` function to allow for looser matching (default set to 0.5).
- Improved documentation for the threshold parameter to clarify its usage.
2026-02-18 18:34:29 +01:00
1d926e2ed1 Implement feature X to enhance user experience and optimize performance 2026-02-18 18:28:09 +01:00
5565663cd2 Refactor code structure for improved readability and maintainability 2026-02-18 18:23:46 +01:00