Categories of Changes: Divide the changes into categories to make the changelog more organized. Common categories include:
- Added: New features or functionalities.
- Changed: Modifications to existing features.
- Deprecated: Features that will be removed in future versions.
- Removed: Features that have been removed.
- Fixed: Bug fixes.
- Security: Security-related changes.
Table of contents:
- understand the basics of LangChain framework
- design prompt for boulder park recommendation based on location, modularized as a function in
langchain_boulder.py
- designed a prompt to recommend routes at
location
anddifficulty
in a functionget_boulder_tables
- test run with
streamlit
to build initial UI
- refactored both function
get_boulder_tables
andget_boulder-parks
into static methods inClass LangchainBoulder