Skip to content

v0.1.3

Choose a tag to compare

@srtab srtab released this 20 May 22:59
· 202 commits to main since this release
eb5ef85

Added

  • Added mapping for yaml language for .yaml and .yml extensions.

Fixed

  • Temperature is being sent on o4-mini model, which is not supported.
  • Large chunks were being indexed, causing errors on the embedding process. Now it will skip chunks that are too large (more than 2x the chunk size). #378