momegas commited on
Commit
63081bb
β€’
1 Parent(s): 88782c9

πŸ“ Prettier readme

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -8,15 +8,21 @@
8
  - πŸ‘‰ Join us on Discord: https://discord.gg/zkqDWk5S7P
9
  - ✈️ Work is managed in this project: https://github.com/users/momegas/projects/5/views/2
10
 
11
- The Megabots library can be used to create bots that:
12
 
13
  - ⌚️ are production ready, in minutes
14
  - πŸ—‚οΈ can answer questions over documents
15
- - πŸ§‘β€βš•οΈ can act as personal assistants and use tools (Coming soon)
16
- - πŸ—£οΈ can accept voice as an input (Coming soon)
17
- - πŸ‘ validate and correct the outputs of large language models using [guardrails](https://github.com/ShreyaR/guardrails) (Coming soon)
18
- - πŸ’° semanticly cache LLM Queries and reduce your LLM API Costs by 10x using (Coming soon)
19
- - πŸ‹οΈ are mega-easily to train (Coming soon)
 
 
 
 
 
 
20
 
21
  πŸ€– Megabots is backed by some of the most famous tools for productionalising AI. It uses [LangChain](https://docs.langchain.com/docs/) for managing LLM chains, [FastAPI](https://fastapi.tiangolo.com/) to create a production ready API, [Gradio](https://gradio.app/) to create a UI. At the moment it uses [OpenAI](https://openai.com/) to generate answers, but we plan to support other LLMs in the future.
22
 
 
8
  - πŸ‘‰ Join us on Discord: https://discord.gg/zkqDWk5S7P
9
  - ✈️ Work is managed in this project: https://github.com/users/momegas/projects/5/views/2
10
 
11
+ **The Megabots library can be used to create bots that:**
12
 
13
  - ⌚️ are production ready, in minutes
14
  - πŸ—‚οΈ can answer questions over documents
15
+ - πŸ’Ύ can connect to vector databases
16
+ - πŸŽ–οΈ automatically expose the bot as a rebust API using FastAPI (early release)
17
+ - πŸ“ automatically expose the bot as a UI using Gradio
18
+
19
+ **Coming soon:**
20
+
21
+ - πŸ—£οΈ accept voice as an input using [whisper](https://github.com/openai/whisper)
22
+ - πŸ‘ validate and correct the outputs of LLMs using [guardrails](https://github.com/ShreyaR/guardrails)
23
+ - πŸ’° semanticly cache LLM Queries and reduce Costs by 10x using [GPTCache](https://github.com/zilliztech/GPTCache)
24
+ - πŸ‹οΈ mega-easy LLM training
25
+ - πŸš€ mega-easy deployment
26
 
27
  πŸ€– Megabots is backed by some of the most famous tools for productionalising AI. It uses [LangChain](https://docs.langchain.com/docs/) for managing LLM chains, [FastAPI](https://fastapi.tiangolo.com/) to create a production ready API, [Gradio](https://gradio.app/) to create a UI. At the moment it uses [OpenAI](https://openai.com/) to generate answers, but we plan to support other LLMs in the future.
28