Skip to content

embabel/stashbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stashbot

RAG-powered document chatbot with Vaadin UI.

Features

  • Lucene-based vector search for documents
  • Vaadin web interface
  • Configurable personas and objectives
  • Markdown rendering in chat responses

Running

mvn spring-boot:run

Then open http://localhost:8888 in your browser.

Configuration

Edit src/main/resources/application.yml to configure:

  • LLM model and temperature
  • Chunking parameters
  • Persona and objective

Adding Documents

Place documents in the data/ directory and they will be indexed on startup.

About

RAG-powered document assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published