apocas / restai

RESTai is an AIaaS (AI as a Service) open-source platform. Built on top of LlamaIndex & Langchain. Supports any public LLM supported by LlamaIndex and any local LLM suported by Ollama/vLLM/etc. Precise embeddings usage and tuning. Built-in image generation (Dall-E, SD, Flux) and dynamic loading generators.
https://apocas.github.io/restai/
Apache License 2.0
388 stars 75 forks source link

Agentic RAG and Advanced Retrieval Strategies #82

Open aicoder001 opened 7 months ago

aicoder001 commented 7 months ago

One of the growing and important discussions in the RAG Community now is Agent. It would be great to see Agent Implementation in this project and also some advanced Retrieval like Automerging Retrieval in llama index.