Skip to content

Releases: arkapatra31/LangChain

v1.1.2

22 Jan 17:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

19 Jan 10:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Nov 16:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.1.0

What's Changed

Full Changelog: v1.0.9...v1.1.0

v1.0.9

24 Sep 20:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

Features Committed ~ PR Messages

➡️Understanding of Langchain Experimental Tools PKG
➡️Using the PythonREPL tool from Langchain
➡️Using the tool to write Python code
➡️Saving the reponse generated from the code
➡️Creating a CSV Agent to answer questions related to CSV file
➡️Creating a router agent to switch out to different agents based on the input prompt
➡️Create a Tool Calling Agent
➡️Bind Tools directly to a LLM
➡️Create Tool Calling Agent on 2 LLM Providers - OpenAI and Groq

v1.0.8

22 Sep 20:18
3a11b0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

1.0.8
  • Beautiful Soup Integration to manually scrape doc URLs
  • Using OpenAIEmbeddings for text-embedding-3-small model
  • Using RecursiveUrlLoader lib from Langchain to read docs from URL
  • Splitting and chunking data
  • Initialising the vector store using split documents and embeddings
  • Chat Retrieval QA Chain Creation
  • Streamlit Chat Components in UI/li>
  • Chat History / Context Addition to ChatLLM
  • Using Rephrase Prompt with History Aware Retriever to hold Chat History
  • Using FireCrawl to scrape and crawl websites and index them to Pinecone index
  • What's Changed

    Full Changelog: v1.0.7...v1.0.8

    v1.0.7

    25 Aug 13:22
    Compare
    Choose a tag to compare

    What's Changed

    Full Changelog: v1.0.6...v1.0.7

    *** Updates :
    ➡️Uploading and Reading PDF Data
    ➡️Chunking of PDF Data to list of Documents / Text
    ➡️Implementation of both predefined and custom chat prompts
    ➡️ Pinecone Integration as Vector Store
    ➡️FAISS Integration as Local Vector Store
    ➡️Retrieval Chain implementation to retrieve data from both cloud and local vector store
    ➡️Implementation of Runnable Passthrough in order to avoid extra formatting of inputs to LLMs

    v1.0.6

    23 Aug 21:49
    Compare
    Choose a tag to compare

    What's Changed

    Full Changelog: v1.0.5...v1.0.6

    v1.0.5

    21 Aug 19:33
    Compare
    Choose a tag to compare

    What's Changed

    Full Changelog: v1.0.4...v1.0.5

    v1.0.4

    12 Aug 18:53
    c6f8f73
    Compare
    Choose a tag to compare

    What's Changed

    Full Changelog: v1.0.3...v1.0.4

    v1.0.3

    08 Aug 19:54
    cce7ca8
    Compare
    Choose a tag to compare

    Full Changelog: v1.0.2...v1.0.3