mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-24 20:48:22 +00:00
feat(docs): update documentation and fix preview-docs (#2000)
* docs: add missing configurations * docs: change HF embeddings by ollama * docs: add disclaimer about Gradio UI * docs: improve readability in concepts * docs: reorder `Fully Local Setups` * docs: improve setup instructions * docs: prevent have duplicate documentation and use table to show different options * docs: rename privateGpt to PrivateGPT * docs: update ui image * docs: remove useless header * docs: convert to alerts ingestion disclaimers * docs: add UI alternatives * docs: reference UI alternatives in disclaimers * docs: fix table * chore: update doc preview version * chore: add permissions * chore: remove useless line * docs: fixes ...
This commit is contained in:
@@ -2,7 +2,7 @@ PrivateGPT provides an **API** containing all the building blocks required to
|
||||
build **private, context-aware AI applications**.
|
||||
The API follows and extends OpenAI API standard, and supports both normal and streaming responses.
|
||||
That means that, if you can use OpenAI API in one of your tools, you can use your own PrivateGPT API instead,
|
||||
with no code changes, **and for free** if you are running privateGPT in a `local` setup.
|
||||
with no code changes, **and for free** if you are running PrivateGPT in a `local` setup.
|
||||
|
||||
Get started by understanding the [Main Concepts and Installation](/installation) and then dive into the [API Reference](/api-reference).
|
||||
|
||||
@@ -31,10 +31,4 @@ Get started by understanding the [Main Concepts and Installation](/installation)
|
||||
/>
|
||||
</Cards>
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
<Callout intent = "info">
|
||||
A working **Gradio UI client** is provided to test the API, together with a set of useful tools such as bulk
|
||||
model download script, ingestion script, documents folder watch, etc.
|
||||
</Callout>
|
||||
<br />
|
Reference in New Issue
Block a user