awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Ayanami0730 avatar

Ayanami0730/arag

0
View on GitHub↗
301 stars·46 forks·Python·10 viewsagentresearchlab.org/agents/a-rag↗

Arag

If you find our project helpful, please give us a star ⭐ on GitHub!

Features

  • Advanced RAG Techniques - Agentic RAG with hierarchical retrieval interfaces for autonomous search.

Star history

Star history chart for ayanami0730/aragStar history chart for ayanami0730/arag

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Arag

Similar open-source projects, ranked by how many features they share with Arag.
  • cmavro/gnn-ragcmavro avatar

    cmavro/GNN-RAG

    435View on GitHub↗

    This is the code for GNN-RAG: Graph Neural Retrieval for Large Language Modeling Reasoning.

    Python
    View on GitHub↗435
  • ekimetrics/adaptive-chunkingekimetrics avatar

    ekimetrics/adaptive-chunking

    354View on GitHub↗

    Selecting the Best Chunking Strategy per Document for RAG

    Python
    View on GitHub↗354
  • microsoft/graphragmicrosoft avatar

    microsoft/graphrag

    33,792View on GitHub↗

    GraphRAG is a data processing pipeline and retrieval engine designed to transform unstructured text into interconnected knowledge graphs. By utilizing language models to extract entities and relationships, it builds structured representations of information that enable context-aware retrieval for downstream applications. The system distinguishes itself through hierarchical graph clustering and large-scale data synthesis, which organize massive document corpora into multi-level structures. This approach allows for both vector-based semantic searches and graph-based traversals, providing a comp

    Pythongptgpt-4gpt4
    View on GitHub↗33,792
  • vectifyai/pageindexVectifyAI avatar

    VectifyAI/PageIndex

    33,103View on GitHub↗

    PageIndex is an agent-ready knowledge engine that processes documents into hierarchical tree structures to enable reasoning-based information retrieval. By organizing content into logical trees rather than relying on traditional vector database chunking, the platform preserves the original structure and flow of complex documents. It functions as a Model Context Protocol server, allowing external AI agents to connect to and query indexed knowledge bases through standardized communication protocols. The platform distinguishes itself by using vision-language models to process raw document images

    Pythonagentagentic-aiai
    View on GitHub↗33,103
See all 6 alternatives to Arag→

Frequently asked questions

What does ayanami0730/arag do?

If you find our project helpful, please give us a star ⭐ on GitHub!

What are the main features of ayanami0730/arag?

The main features of ayanami0730/arag are: Advanced RAG Techniques.

What are some open-source alternatives to ayanami0730/arag?

Open-source alternatives to ayanami0730/arag include: cmavro/gnn-rag — This is the code for GNN-RAG: Graph Neural Retrieval for Large Language Modeling Reasoning. ekimetrics/adaptive-chunking — Selecting the Best Chunking Strategy per Document for RAG. microsoft/graphrag — GraphRAG is a data processing pipeline and retrieval engine designed to transform unstructured text into… vectifyai/pageindex — PageIndex is an agent-ready knowledge engine that processes documents into hierarchical tree structures to enable… vitali87/code-graph-rag. weizhepei/instructrag — InstructRAG.