mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-04-27 03:11:11 +00:00
docs: update repo links, citations (#1990)
* docs: update project links ... * docs: update citation
This commit is contained in:
parent
187bc9320e
commit
15f73dbc48
17
CITATION.cff
17
CITATION.cff
@ -8,18 +8,9 @@ message: >-
|
||||
metadata from this file.
|
||||
type: software
|
||||
authors:
|
||||
- given-names: Iván
|
||||
family-names: Martínez Toro
|
||||
email: ivanmartit@gmail.com
|
||||
orcid: 'https://orcid.org/0009-0004-5065-2311'
|
||||
- family-names: Gallego Vico
|
||||
given-names: Daniel
|
||||
email: danielgallegovico@gmail.com
|
||||
orcid: 'https://orcid.org/0009-0006-8582-4384'
|
||||
- given-names: Pablo
|
||||
family-names: Orgaz
|
||||
email: pabloogc+gh@gmail.com
|
||||
orcid: 'https://orcid.org/0009-0008-0080-1437'
|
||||
repository-code: 'https://github.com/imartinez/privateGPT'
|
||||
- name: Zylon by PrivateGPT
|
||||
address: hello@zylon.ai
|
||||
website: 'https://www.zylon.ai/'
|
||||
repository-code: 'https://github.com/zylon-ai/private-gpt'
|
||||
license: Apache-2.0
|
||||
date-released: '2023-05-02'
|
||||
|
16
README.md
16
README.md
@ -1,6 +1,6 @@
|
||||
# 🔒 PrivateGPT 📑
|
||||
|
||||
[](https://github.com/imartinez/privateGPT/actions/workflows/tests.yml?query=branch%3Amain)
|
||||
[](https://github.com/zylon-ai/private-gpt/actions/workflows/tests.yml?query=branch%3Amain)
|
||||
[](https://docs.privategpt.dev/)
|
||||
|
||||
[](https://discord.gg/bK6mRVpErU)
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
> Install & usage docs: https://docs.privategpt.dev/
|
||||
>
|
||||
> Join the community: [Twitter](https://twitter.com/PrivateGPT_AI) & [Discord](https://discord.gg/bK6mRVpErU)
|
||||
> Join the community: [Twitter](https://twitter.com/ZylonPrivateGPT) & [Discord](https://discord.gg/bK6mRVpErU)
|
||||
|
||||

|
||||
|
||||
@ -62,7 +62,7 @@ thus a simpler and more educational implementation to understand the basic conce
|
||||
to build a fully local -and therefore, private- chatGPT-like tool.
|
||||
|
||||
If you want to keep experimenting with it, we have saved it in the
|
||||
[primordial branch](https://github.com/imartinez/privateGPT/tree/primordial) of the project.
|
||||
[primordial branch](https://github.com/zylon-ai/private-gpt/tree/primordial) of the project.
|
||||
|
||||
> It is strongly recommended to do a clean clone and install of this new version of
|
||||
PrivateGPT if you come from the previous, primordial version.
|
||||
@ -73,7 +73,7 @@ completions, document ingestion, RAG pipelines and other low-level building bloc
|
||||
We want to make it easier for any developer to build AI applications and experiences, as well as provide
|
||||
a suitable extensive architecture for the community to keep contributing.
|
||||
|
||||
Stay tuned to our [releases](https://github.com/imartinez/privateGPT/releases) to check out all the new features and changes included.
|
||||
Stay tuned to our [releases](https://github.com/zylon-ai/private-gpt/releases) to check out all the new features and changes included.
|
||||
|
||||
## 📄 Documentation
|
||||
Full documentation on installation, dependencies, configuration, running the server, deployment options,
|
||||
@ -132,19 +132,19 @@ Here are a couple of examples:
|
||||
|
||||
#### BibTeX
|
||||
```bibtex
|
||||
@software{Martinez_Toro_PrivateGPT_2023,
|
||||
author = {Martínez Toro, Iván and Gallego Vico, Daniel and Orgaz, Pablo},
|
||||
@software{Zylon_PrivateGPT_2023,
|
||||
author = {Zylon by PrivateGPT},
|
||||
license = {Apache-2.0},
|
||||
month = may,
|
||||
title = {{PrivateGPT}},
|
||||
url = {https://github.com/imartinez/privateGPT},
|
||||
url = {https://github.com/zylon-ai/private-gpt},
|
||||
year = {2023}
|
||||
}
|
||||
```
|
||||
|
||||
#### APA
|
||||
```
|
||||
Martínez Toro, I., Gallego Vico, D., & Orgaz, P. (2023). PrivateGPT [Computer software]. https://github.com/imartinez/privateGPT
|
||||
Zylon by PrivateGPT (2023). PrivateGPT [Computer software]. https://github.com/zylon-ai/private-gpt
|
||||
```
|
||||
|
||||
## 🤗 Partners & Supporters
|
||||
|
@ -96,7 +96,7 @@ navbar-links:
|
||||
text: Contact us
|
||||
url: "mailto:hello@zylon.ai"
|
||||
- type: github
|
||||
value: "https://github.com/imartinez/privateGPT"
|
||||
value: "https://github.com/zylon-ai/private-gpt"
|
||||
- type: primary
|
||||
text: Join the Discord
|
||||
url: https://discord.com/invite/bK6mRVpErU
|
||||
|
@ -26,12 +26,12 @@ The clients are kept up to date automatically, so we encourage you to use the la
|
||||
<Card
|
||||
title="Java - WIP"
|
||||
icon="fa-brands fa-java"
|
||||
href="https://github.com/imartinez/privateGPT-java"
|
||||
href="https://github.com/zylon-ai/private-gpt-java"
|
||||
/>
|
||||
<Card
|
||||
title="Go - WIP"
|
||||
icon="fa-brands fa-golang"
|
||||
href="https://github.com/imartinez/privateGPT-go"
|
||||
href="https://github.com/zylon-ai/private-gpt-go"
|
||||
/>
|
||||
</Cards>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user