Skip to content

v0.11.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 09:29

0.11.9 (2024-09-20)

High level features

  • Firecrawl doc searcher

Features

Cleanup

  • better CSS scoping for search component (87e847a)
  • change default prompt such that LLM does not provide citations by default (6878f85)
  • fix 2x typos of 'likeclickthrough' (4041788)
  • improve pypi page for python sdk client (cd20b77)
  • move towards html output from firecrawl (56f5c2b)
  • properly handle fallback types for redis for Rust '24 version (6e14d18)
  • put port back (1f21b1e)
  • remove extra file (56da639)
  • remove tooltip and globe icons (5831b53)
  • update docker compose .env to include firecrawl (5404c91)
  • update readme (aa46afb)

Bug Fixes

  • add better margins to headings (868bc7c)
  • add delete invitation to openapi spec (7a2b4c0)
  • add get invitations to openapi spec (5f33336)
  • auth edge cases (73b888d)
  • concate short chunks to next one (d4dd68d)
  • dataset warning for chat (82b8f21)
  • ensure that dataset that is scrape to is the new dataset that is created (366380b)
  • fill empty dates in rag usage chart (2537a6d)
  • firecrawl scraping logic next behavior solve (c5103ab)
  • fix copy feature to allow for plain text in chat (f4f2a2c)
  • fix user cache flashing org select (505b5d8)
  • no datasets warning for chat (04a7775)
  • only open modal when there are results (d93b9ef)
  • openapi schema issues w/ dup def for /invitation/{foo} (67af1f8)
  • remove fake delay from testing (ead31c4)
  • remove TR-Dataset requirement for create dataset (790c3a9)
  • set topic list to empty if dataset is invalid (b958ed6)
  • show all info in the no results table (36c948e)
  • wait for firecrawl if scraping (bf4f298)

Docs

  • fix getting started README docs (6410745)
  • improve start services and add tmuxp to README local Dev guide (2473c0a)