Releases: 2aronS/docbot
Releases · 2aronS/docbot
Release list
v0.2.0
- 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
- 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