Skip to content

Releases: ItzCrazyKns/Perplexica

v1.9.1

18 Oct 13:17
Compare
Choose a tag to compare

Fixes

  • Fixed rewrite not working due to duplicate message IDs
  • Fix infinite loading if no models configured (for custom OpenAI users)

v1.9.0

15 Oct 13:55
Compare
Choose a tag to compare

What's New

  • Add support for using Perplexica via an API endpoint.
  • Added URL & PDF searching capabilities.
  • Added line output parser with handling for invalid keys.
  • Handle unhandled exceptions and rejections for improved stability.
  • Added prebuilt Docker images with multi-architecture support and caching to improve build times.
  • Integrated support for Llama 3.2.
  • Added optimization modes to search agents and search API.
  • Enhanced the chat window to only send the initial message when ready.
  • Introduced a new discover feature in the app.
  • UI enhancements for the library section.
  • Added displayName property to providers for better clarity.
  • Linked config.toml as a volume in Docker Compose.

Fixes

  • Fixed infinite loading by closing socket on unmount.
  • Updated the WebSearchAgent to fix typo and optimize prompt handling.
  • Fixed issues with unresolved types across various modules.
  • Prevent WebSocket errors when not open.
  • Fixed the inability to type / in the settings dialog.
  • Added a check for empty arrays to avoid client errors on image and video displays.
  • Fixed large SearXNG settings file issues.
  • Updated build workflows to improve stability and consistency.
  • Fixed q search param not working due to WebSocket issues.

v1.9.0 RC3

25 Sep 11:36
Compare
Choose a tag to compare
v1.9.0 RC3 Pre-release
Pre-release

What's new

  • Search API to use Perplexica via an API endpoint.
  • Changed models in each provider to object; add new display name property.
  • Link config.toml file as a volume
  • Increase sources quality by using AI generated query (the variable existed but I returned the actual question instead of the AI generated question)

Fixes

  • Fix infinite loading by closing socket on unmount.
  • Prevent Web search agent from sending example links for summarization (as passed in the prompt) & cause moving disc errors; update prompt & change temperature.
  • Fix not able to type / in settings dialog.
  • Check for empty arrays on images & videos to prevent client errors

v1.9.0 RC2

28 Aug 04:31
Compare
Choose a tag to compare
v1.9.0 RC2 Pre-release
Pre-release

Fixes

  • Unresolved types at some places
  • Infinite loading in the UI
  • Large SearXNG settings file

v1.9.0 RC

30 Jul 04:48
96f67c7
Compare
Choose a tag to compare
v1.9.0 RC Pre-release
Pre-release

What's new

  • Add support for searching & summarizing links and PDFs (from links).
  • Add line output parser

Fixes

  • Fix unhandled exceptions & rejections by catching errors.

v1.8.1

25 Jul 15:33
08379fc
Compare
Choose a tag to compare

Release notes

Fixes

  • Fixes undefined model for custom OpenAI provider
  • Fixes theme for toast container.

Additions

  • Add support for Llama 3.1
  • Optimize document filtering and sorting

v1.8.0

20 Jul 04:01
c0b3a40
Compare
Choose a tag to compare

What's new

  • Added support for GPT-4 Omni mini
  • Added support for Anthropic models
  • Added Gemma2 9B
  • Separated all the providers in different files

Fixes

  • Fixes invalid provider issue
  • Fixes infinity loading & web socket connection errors
  • Fixes build errors; reverted base image back to node:slim

v1.7.1

03 Jul 15:23
8081898
Compare
Choose a tag to compare

What's changed?

  • Fixed Docker image build errors
  • Added chat not found screen
  • Added chat deletion functionality

v1.7.0

29 Jun 05:50
aeef03f
Compare
Choose a tag to compare

What's Changed

  • Implement WS error handling
  • Fix minor UI bugs
  • Add library feature
  • Add permanent data store
  • Removed unimplemented discover page

Full Changelog: v1.6.1...v1.7.0

v1.6.1

23 Jun 04:26
87cc86d
Compare
Choose a tag to compare

Changelogs

  • Fix build error due to invalid parameters