mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-03-13 16:16:46 +00:00
feat(app): rename to 'vane'
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Perplexica Architecture
|
||||
# Vane Architecture
|
||||
|
||||
Perplexica is a Next.js application that combines an AI chat experience with search.
|
||||
Vane is a Next.js application that combines an AI chat experience with search.
|
||||
|
||||
For a high level flow, see [WORKING.md](WORKING.md). For deeper implementation details, see [CONTRIBUTING.md](../../CONTRIBUTING.md).
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# How Perplexica Works
|
||||
# How Vane Works
|
||||
|
||||
This is a high level overview of how Perplexica answers a question.
|
||||
This is a high level overview of how Vane answers a question.
|
||||
|
||||
If you want a component level overview, see [README.md](README.md).
|
||||
|
||||
@@ -58,7 +58,7 @@ We prompt the model to cite the references it used. The UI then renders those ci
|
||||
|
||||
## Search API
|
||||
|
||||
If you are integrating Perplexica into another product, you can call `POST /api/search`.
|
||||
If you are integrating Vane into another product, you can call `POST /api/search`.
|
||||
|
||||
It returns:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user