Skip to content

0.1.154

Compare
Choose a tag to compare
@pchalasani pchalasani released this 31 Dec 17:21
· 422 commits to main since this release

LanceDB Related:

These showcase:

  • LanceDB ingest of pandas dataframe directly
  • Langroid 2-agent setup where LanceFilterAgent decides on a filter (and retries if no answers) plus possibly rephrased query, and LanceDocChatAgent does the actual answering using RAG on the LanceDB, combining Lancedb-native filtering (via SQL conditions) vector-search, plus lexical (kw/bm25 search).

Minor:

  • Tweaks in LanceDocChatAgent prompt
  • RecipientTool: return err msg instead of raising