mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-23 13:08:11 +00:00
Update screenshots of new UI
Update README to point to updated YT video
This commit is contained in:
parent
401daa9052
commit
4233d1a240
11 changed files with 29 additions and 12 deletions
27
README.md
27
README.md
|
@ -3,8 +3,8 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<b>AnythingLLM: A business-compliant document chatbot</b>. <br />
|
<b>AnythingLLM: A document chatbot to chat with <i>anything!</i></b>. <br />
|
||||||
A hyper-efficient and open-source enterprise-ready document chatbot solution for all.
|
An efficient, customizable, and open-source enterprise-ready document chatbot solution.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
@ -22,15 +22,14 @@
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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. Currently this project supports [Pinecone](https://pinecone.io), [ChromaDB](https://trychroma.com) & more for vector storage and [OpenAI](https://openai.com) for LLM/chatting.
|
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.
|
||||||
|
|
||||||
|

|
||||||

|
|
||||||
[view more screenshots](/images/screenshots/SCREENSHOTS.md)
|
[view more screenshots](/images/screenshots/SCREENSHOTS.md)
|
||||||
|
|
||||||
### Watch the demo!
|
### Watch the demo!
|
||||||
|
|
||||||
[](https://youtu.be/0vZ69AIP_hM)
|
[](https://youtu.be/f95rGD9trL0)
|
||||||
|
|
||||||
|
|
||||||
### Product Overview
|
### Product Overview
|
||||||
|
@ -47,10 +46,24 @@ Some cool features of AnythingLLM
|
||||||
- Each chat response contains a citation that is linked to the original content
|
- Each chat response contains a citation that is linked to the original content
|
||||||
- Simple technology stack for fast iteration
|
- Simple technology stack for fast iteration
|
||||||
- 100% Cloud deployment ready.
|
- 100% Cloud deployment ready.
|
||||||
- "Bring your own LLM" model. _still in progress - openai support only currently_
|
- "Bring your own LLM" model.
|
||||||
- Extremely efficient cost-saving measures for managing very large documents. You'll never pay to embed a massive document or transcript more than once. 90% more cost effective than other document chatbot solutions.
|
- Extremely efficient cost-saving measures for managing very large documents. You'll never pay to embed a massive document or transcript more than once. 90% more cost effective than other document chatbot solutions.
|
||||||
- Full Developer API for custom integrations!
|
- Full Developer API for custom integrations!
|
||||||
|
|
||||||
|
### Supported LLMs and Vector Databases
|
||||||
|
**Supported LLMs:**
|
||||||
|
- OpenAI
|
||||||
|
- Azure OpenAI
|
||||||
|
- Anthropic ClaudeV2
|
||||||
|
|
||||||
|
**Supported Vector Databases:**
|
||||||
|
- [LanceDB](https://github.com/lancedb/lancedb) (default)
|
||||||
|
- [Pinecone](https://pinecone.io)
|
||||||
|
- [Chroma](https://trychroma.com)
|
||||||
|
- [Weaviate](https://weaviate.io)
|
||||||
|
- [QDrant](https://qdrant.tech)
|
||||||
|
|
||||||
|
|
||||||
### Technical Overview
|
### Technical Overview
|
||||||
This monorepo consists of three main sections:
|
This monorepo consists of three main sections:
|
||||||
- `collector`: Python tools that enable you to quickly convert online resources or local documents into LLM useable format.
|
- `collector`: Python tools that enable you to quickly convert online resources or local documents into LLM useable format.
|
||||||
|
|
BIN
images/promo.png
BIN
images/promo.png
Binary file not shown.
Before ![]() (image error) Size: 484 KiB After ![]() (image error) Size: 482 KiB ![]() ![]() |
|
@ -4,11 +4,15 @@
|
||||||

|

|
||||||
|
|
||||||
### Document Manager
|
### Document Manager
|
||||||
⚡ means the current version of the document has been embedded before and will not cost money to convert into a vector!
|
`Cached` means the current version of the document has been embedded before and will not cost money to convert into a vector!
|
||||||

|

|
||||||
|
|
||||||
### Chatting
|
### Document Uploading & Embedding
|
||||||

|

|
||||||
|
|
||||||
### Setup check
|
### Chatting
|
||||||

|

|
||||||
|
|
||||||
|
### Settings & Configs
|
||||||
|

|
||||||
|

|
Binary file not shown.
Before ![]() (image error) Size: 320 KiB |
BIN
images/screenshots/chatting.gif
Normal file
BIN
images/screenshots/chatting.gif
Normal file
Binary file not shown.
After ![]() (image error) Size: 8.6 MiB |
Binary file not shown.
Before ![]() (image error) Size: 766 KiB After ![]() (image error) Size: 527 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 575 KiB After ![]() (image error) Size: 595 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 515 KiB |
BIN
images/screenshots/llm_selection.png
Normal file
BIN
images/screenshots/llm_selection.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 519 KiB |
BIN
images/screenshots/uploading_doc.gif
Normal file
BIN
images/screenshots/uploading_doc.gif
Normal file
Binary file not shown.
After ![]() (image error) Size: 6.9 MiB |
BIN
images/screenshots/vector_databases.png
Normal file
BIN
images/screenshots/vector_databases.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 582 KiB |
Loading…
Add table
Reference in a new issue