Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

0.6.0

Compare
Choose a tag to compare
@mhconradt mhconradt released this 13 Sep 22:55
· 12 commits to master since this release
  • Improved the default radius argument to include more semantic search results and account for difference in vector spaces.
  • Respect top k AND radius in semantic search to avoid huge result sets that overload the reranker.
  • Fix parsing of TypeScript (and JavaScript) constants. Thanks to @sridatta for reporting this issue.