Skip to content

Releases: 2aronS/docbot

Release list

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@2aronS 2aronS released this 19 May 12:40
  • added support for markdown tables in documentation parsing
  • improved answer accuracy with context window expansion to 8k tokens
  • fixed crash when processing empty code blocks
  • streaming responses now enabled by default
  • refactored embedding pipeline to reduce memory usage by ~40%

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@2aronS 2aronS released this 19 May 12:40
  • initial release of docbot with support for markdown and text documentation
  • added semantic search using embeddings to find relevant context
  • cli tool can now index local directories and answer questions
  • fixed token counting for long documents that exceed context window
  • refactored document chunking to preserve code blocks across splits