feat(tracing): Integrate Langfuse for LLM call tracing and add documentation
This commit is contained in:
parent
9670003970
commit
7b4a7a531e
17 changed files with 183 additions and 36 deletions
23
README.md
23
README.md
|
|
@ -50,10 +50,6 @@ Want to know more about its architecture and how it works? You can read it [here
|
|||
- **All Mode:** Searches the entire web to find the best results.
|
||||
- **Local Research Mode:** Research and interact with local files with citations.
|
||||
- **Chat Mode:** Have a truly creative conversation without web search.
|
||||
- **Academic Search Mode:** Finds articles and papers, ideal for academic research.
|
||||
- **YouTube Search Mode:** Finds YouTube videos based on the search query.
|
||||
- **Wolfram Alpha Search Mode:** Answers queries that need calculations or data analysis using Wolfram Alpha.
|
||||
- **Reddit Search Mode:** Searches Reddit for discussions and opinions related to the query.
|
||||
- **Current Information:** Some search tools might give you outdated info because they use data from crawling bots and convert them into embeddings and store them in a index. Unlike them, Perplexica uses SearxNG, a metasearch engine to get the results and rerank and get the most relevant source out of it, ensuring you always get the latest information without the overhead of daily data updates.
|
||||
- **API**: Integrate Perplexica into your existing applications and make use of its capibilities.
|
||||
|
||||
|
|
@ -178,22 +174,6 @@ When running Perplexica behind a reverse proxy (like Nginx, Apache, or Traefik),
|
|||
|
||||
This ensures that OpenSearch descriptions, browser integrations, and all URLs work properly when accessing Perplexica through your reverse proxy.
|
||||
|
||||
## One-Click Deployment
|
||||
|
||||
[](https://usw.sealos.io/?openapp=system-template%3FtemplateName%3Dperplexica)
|
||||
[](https://repocloud.io/details/?app_id=267)
|
||||
[](https://template.run.claw.cloud/?referralCode=U11MRQ8U9RM4&openapp=system-fastdeploy%3FtemplateName%3Dperplexica)
|
||||
|
||||
## Upcoming Features
|
||||
|
||||
- [x] Add settings page
|
||||
- [x] Adding support for local LLMs
|
||||
- [x] History Saving features
|
||||
- [x] Introducing various Focus Modes
|
||||
- [x] Adding API support
|
||||
- [x] Adding Discover
|
||||
- [ ] Finalizing Copilot Mode
|
||||
|
||||
## Fork Improvements
|
||||
|
||||
This fork adds several enhancements to the original Perplexica project:
|
||||
|
|
@ -250,6 +230,9 @@ This fork adds several enhancements to the original Perplexica project:
|
|||
- Real-time preview system to test widget output before saving
|
||||
- Automatic refresh of stale widgets when navigating to dashboard
|
||||
|
||||
- ✅ **Observability**: Built-in support for tracing and monitoring LLM calls using Langfuse or LangSmith.
|
||||
- See [Tracing LLM Calls in Perplexica](docs/installation/TRACING.md) for more details.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- ✅ Improved history rewriting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue