Skip to content

Releases: andreaschandra/kb-chatbot

v2.1.0

06 Jul 08:03

Choose a tag to compare

  • add MemorySaver to maintain chat history
  • add pre-commit
  • add CI/CD
  • add langfuse for LLM observability

v2.0.0

03 Jul 14:12

Choose a tag to compare

  • langgraph for chatbot flow
  • tool calling whether the user input about the document
  • dockerfile for container application

v1.0.0

28 Jun 10:59

Choose a tag to compare

  • Streamlit as chat interface
  • Anthropic as LLM
  • Chroma as Vector DB
  • RecursiveCharacterTextSplitter is used to generate chunk
  • sentence-transformers/all-mpnet-base-v2 model is used to generate chunk embedding
  • ConversationBufferMemory for chat history
  • PyPDF as pdf parser