Update screenshots of new UI
Update README to point to updated YT video
27
README.md
@@ -3,8 +3,8 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<b>AnythingLLM: A business-compliant document chatbot</b>. <br />
|
||||
A hyper-efficient and open-source enterprise-ready document chatbot solution for all.
|
||||
<b>AnythingLLM: A document chatbot to chat with <i>anything!</i></b>. <br />
|
||||
An efficient, customizable, and open-source enterprise-ready document chatbot solution.
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
@@ -22,15 +22,14 @@
|
||||
</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. 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)
|
||||
|
||||
### Watch the demo!
|
||||
|
||||
[](https://youtu.be/0vZ69AIP_hM)
|
||||
[](https://youtu.be/f95rGD9trL0)
|
||||
|
||||
|
||||
### Product Overview
|
||||
@@ -47,10 +46,24 @@ Some cool features of AnythingLLM
|
||||
- Each chat response contains a citation that is linked to the original content
|
||||
- Simple technology stack for fast iteration
|
||||
- 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.
|
||||
- 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
|
||||
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.
|
||||
|
||||
BIN
images/promo.png
|
Before Width: | Height: | Size: 484 KiB After Width: | Height: | Size: 482 KiB |
@@ -4,11 +4,15 @@
|
||||

|
||||
|
||||
### 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
|
||||

|
||||

|
||||
|
Before Width: | Height: | Size: 320 KiB |
BIN
images/screenshots/chatting.gif
Normal file
|
After Width: | Height: | Size: 8.6 MiB |
|
Before Width: | Height: | Size: 766 KiB After Width: | Height: | Size: 527 KiB |
|
Before Width: | Height: | Size: 575 KiB After Width: | Height: | Size: 595 KiB |
|
Before Width: | Height: | Size: 515 KiB |
BIN
images/screenshots/llm_selection.png
Normal file
|
After Width: | Height: | Size: 519 KiB |
BIN
images/screenshots/uploading_doc.gif
Normal file
|
After Width: | Height: | Size: 6.9 MiB |
BIN
images/screenshots/vector_databases.png
Normal file
|
After Width: | Height: | Size: 582 KiB |