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
langchain-ai avatar

langchain-ai/auto-evaluatorArchived

0
View on GitHub↗
780 stars·102 forks·TypeScript·12 viewsautoevaluator.langchain.com↗

Auto Evaluator

Context

Features

  • Application Services - Automated evaluation tool for framework chains.
  • Document Q&A - Automated evaluation tool for document-based Q&A systems.
  • Model Evaluation - Framework for evaluating the accuracy of question-answering pipelines.
  • Natural Language Processing - Listed in the “Natural Language Processing” section of the FunNLP awesome list.

Star history

Star history chart for langchain-ai/auto-evaluatorStar history chart for langchain-ai/auto-evaluator

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Auto Evaluator

These projects share indexed features with Auto Evaluator. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • dissorial/doc-chatbotdissorial avatar

    dissorial/doc-chatbot

    856View on GitHub↗

    Document chatbot — multiple files, topics, chat windows and chat history. Powered by GPT.

    TypeScriptchatchatbotdocument-embedding
    View on GitHub↗856
  • bhaskatripathi/pdfgptbhaskatripathi avatar

    bhaskatripathi/pdfGPT

    7,164View on GitHub↗

    pdfGPT is a retrieval augmented generation application and chatbot designed to analyze PDF documents. It functions as a document analyzer and vector search interface, using large language models to answer questions grounded in the content of uploaded files. The system implements a pipeline that extracts text from PDFs, splits content into overlapping segments, and uses vector-based semantic search to retrieve relevant context. This process allows the application to provide responses with verifiable source citations, including page number references to the original document. The project also

    Pythonchatpdfchatwithpdfpdfgpt
    View on GitHub↗7,164
  • arc53/docsgptarc53 avatar

    arc53/DocsGPT

    17,939View on GitHub↗

    DocsGPT is a retrieval-augmented generation platform and private knowledge base used to build AI agents that perform grounded search and analysis. It functions as a multi-model AI orchestrator and enterprise agent builder, allowing for the integration of various local and cloud language models to customize reasoning and text generation. The project provides a visual environment for developing automated assistants using conditional logic and third-party API connectivity. It enables the creation of private AI agents capable of performing enterprise search and detailed document analysis using pr

    Pythonagent-builderagentsai
    View on GitHub↗17,939
  • ganymedenil/document.aiGanymedeNil avatar

    GanymedeNil/document.ai

    3,671View on GitHub↗

    document.ai is a local document question-answering system and vector database search engine. It functions as a retrieval-augmented generation knowledge base that combines a vector database with language models to generate answers grounded in private local datasets. The project features a domain-specific embedding pipeline and a fine-tuned language model framework. These tools allow for the use of specialized embedding models and mathematical theme extraction to improve retrieval accuracy for professional terminology and technical subject areas. The system covers vector-based semantic retriev

    Python
    View on GitHub↗3,671
Compare all 30 related projects→

Frequently asked questions

What does langchain-ai/auto-evaluator do?

Context

What are the main features of langchain-ai/auto-evaluator?

The main features of langchain-ai/auto-evaluator are: Application Services, Document Q&A, Model Evaluation, Natural Language Processing.

Which projects share features with langchain-ai/auto-evaluator?

Projects with overlapping indexed features include: open-compass/opencompass — OpenCompass is an open-source framework for standardized benchmarking of large language models. It provides a… ganymedenil/document.ai — document.ai is a local document question-answering system and vector database search engine. It functions as a… bhaskatripathi/pdfgpt — pdfGPT is a retrieval augmented generation application and chatbot designed to analyze PDF documents. It functions as… arc53/docsgpt — DocsGPT is a retrieval-augmented generation platform and private knowledge base used to build AI agents that perform… dissorial/doc-chatbot — Document chatbot — multiple files, topics, chat windows and chat history. Powered by GPT. openai/chatgpt-retrieval-plugin — This project is a retrieval-augmented generation pipeline designed for building custom ChatGPT plugins that allow…