This project demonstrates a Python-based solution π for extracting reference links from blog articles. By leveraging the Langchain framework ππ, the project integrates a custom function that extracts hyperlinks from blog content. πποΈ
Key Features:
- Reference Link Extraction ππ: Extracts all reference links from a given blog article.
- Mistral Model Integration π€π§: Binds the link extraction function as a tool to the Mistral model for seamless processing.
- Langchain Framework ππ: Uses Langchain to orchestrate the entire process, creating a chain for easy function invocation.
- Prompt-Driven βοΈπ¬: Defines a prompt to guide the model in using the extraction function for relevant blog content analysis.