Skip to content

Releases: semantic-systems/nfdi-search-engine-chatbot

v1.1.0

15 Dec 16:55
40a0670
Compare
Choose a tag to compare

New retrieval models:

  • TFIDF Retrieval
  • Ensemble Retrieval which consists of TFIDF and KNN retrieval models. KNN model uses SPECTER sentence-bert transformers.

v1.0.0

29 Sep 13:43
Compare
Choose a tag to compare

The first version of NFDI4DS Chatbot project has the following features

  • SVM retriever
  • VicunnaLLM as LLM
  • Conversational Retrieval Chain
  • Conversational memory to preserve the chat history
  • Demo uses toy example with streamlit UI