munkim / monoid

Turn APIs into AI Agents
https://monoid.so
Apache License 2.0
47 stars 16 forks source link

Simple RAG #1

Open munkim opened 9 months ago

munkim commented 9 months ago

Description

Retrieval-augmented generation (RAG) is an important tool for LLMs to fetch relevant context from data sources. That's why many platforms offer a way for users to upload a file and have their Agent retrieve context from it based on user queries.

Tasks