Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #7

Merged
merged 2 commits into from
Aug 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ A list of awesome AI projects built in Ruby! 🤖❤️
### API Libraries

- [anthropic](https://github.com/alexrudall/anthropic) - Anthropic API + Ruby!
- [chroma](https://github.com/mariochavez/chroma) - API wrapper for the Chroma vector search database.
- [cohere-ruby](https://github.com/andreibondarev/cohere-ruby) - Cohere API client for Ruby
- [llm client](https://github.com/mariochavez/llm_client) - LLM Server API client for Ruby.
- [midjourney](https://github.com/alexrudall/midjourney) - Midjourney API (via SlashImagine for now) + Ruby!
- [milvus](https://github.com/andreibondarev/milvus) — API wrapper for the Milvus vector search database.
- [qdrant-ruby](https://github.com/andreibondarev/qdrant-ruby) — API wrapper for the Qdrant vector search database.
Expand All @@ -16,11 +18,13 @@ A list of awesome AI projects built in Ruby! 🤖❤️

### Bot Platforms

- [LLM Server](https://github.com/mariochavez/llm_server) - Host open-source Large Language Model with llama.cpp, an have a private AI server. This server is a Rack API.
- [MagmaChat](https://github.com/magma-labs/magma-chat) - Host your own custom and extensible ChatGPT-based bot platform, written in Rails 7. Tons of cool features.
- [Monadic Chat](https://github.com/yohasebe/monadic-chat) - A highly configurable Ruby framework for creating intelligent chatbots.

### Composability Frameworks

- [Aoororachain](https://github.com/mariochavez/aoororachain) - An opinionated library to build AI application with Ruby and open-source LLMs.
- [Boxcars](https://github.com/BoxcarsAI/boxcars) - Build applications with composability and LLMs.
- [LangChain.rb](https://github.com/andreibondarev/langchainrb) - Build ML/AI-supercharged applications with Ruby's LangChain

Expand Down