minds on rails parametric search and semantic search

tungnt1203

Nguyễn Thanh Tùng

Posted on October 19, 2024

minds on rails parametric search and semantic search

What is a Minds ?

Minds work similarly to large language models (LLMs) but go beyond by answering any question from any data. This is accomplished by selecting the most relevant data for an answer using parametric search, understanding the meaning and providing responses within the correct context through semantic search, and finally, delivering precise answers by analyzing data and using machine learning (ML) models.

demo: https://www.youtube.com/watch?v=art6M8lLH6M
repo: https://github.com/tungnt1203/minds_ruby_sdk

💖 💪 🙅 🚩
tungnt1203
Nguyễn Thanh Tùng

Posted on October 19, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related