Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Apr 19, 2024
1 parent b3c7c00 commit c009904
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/01_bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ body:
- Docker (remote machine)
- Local development
- AnythingLLM desktop app
- All versions
- Not listed
default: 0
validations:
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</p>

<p align="center">
<b>AnythingLLM: A private ChatGPT to chat with <i>anything!</i></b>. <br />
An efficient, customizable, and open-source enterprise-ready document chatbot solution.
<b>AnythingLLM: The all-in-one AI app you were looking for.<br />
Chat with your docs, use AI Agents, hyper-configurable, multi-user, & no fustrating set up required.
</p>

<p align="center">
Expand All @@ -25,7 +25,7 @@
</p>

<p align="center">
👉 AnythingLLM for desktop is in <b>public beta</b>! <a href="https://useanything.com/download" target="_blank"> Download Now</a>
👉 AnythingLLM for desktop (Mac, Windows, & Linux)! <a href="https://useanything.com/download" target="_blank"> Download Now</a>
</p>

A full-stack application that enables you to turn any document, resource, or piece of content into context that any LLM can use as references during chatting. This application allows you to pick and choose which LLM or Vector Database you want to use as well as supporting multi-user management and permissions.
Expand All @@ -48,7 +48,8 @@ AnythingLLM divides your documents into objects called `workspaces`. A Workspace
Some cool features of AnythingLLM

- **Multi-user instance support and permissioning**
- **_New_** [Custom Embeddable Chat widget for your website](./embed/README.md)
- Agents inside your workspace (browse the web, run code, etc)
- [Custom Embeddable Chat widget for your website](./embed/README.md)
- Multiple document type support (PDF, TXT, DOCX, etc)
- Manage documents in your vector database from a simple UI
- Two chat modes `conversation` and `query`. Conversation retains previous questions and amendments. Query is simple QA against your documents
Expand Down Expand Up @@ -82,9 +83,9 @@ Some cool features of AnythingLLM
- [AnythingLLM Native Embedder](/server/storage/models/README.md) (default)
- [OpenAI](https://openai.com)
- [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service)
- [LM Studio (all)](https://lmstudio.ai)
- [LocalAi (all)](https://localai.io/)
- [Ollama (all)](https://ollama.ai/)
<!-- - [LM Studio (all)](https://lmstudio.ai) -->

**Supported Transcription models:**

Expand Down
4 changes: 2 additions & 2 deletions pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ resolves #xxx

### What is in this change?

Describe the changes in this PR that are impactful to the repo.
<!-- Describe the changes in this PR that are impactful to the repo. -->


### Additional Information

Add any other context about the Pull Request here that was not captured above.
<!-- Add any other context about the Pull Request here that was not captured above. -->

### Developer Validations

Expand Down

0 comments on commit c009904

Please sign in to comment.