Python eval

Open-source Python projects categorized as eval

Top 3 Python eval Projects

  • vectorboard

    Open Source Embeddings Optimisation and Eval Framework for RAG/LLM Applications. Documentations at https://docs.vectorboard.ai/introduction

  • Project mention: Exploring Methods to Improve Text Chunking in RAG Models (and other things...) | /r/GPT3 | 2023-10-22

    Hi, about chunking, if the text is structured (markdown or html), you can take headding and paragraph as a chunking unit, but the result is also affected by the applied embeddings, which can be evaluated separately first, for standard chunking methods with different chunk lengths, for example with this tool https://github.com/VectorBoard/vectorboard.

  • evalidate

    Safe and fast evaluation of untrusted user-supplied python expressions

  • Project mention: evalidate - Safe evaluation of untrusted user-supplied python expression | /r/Python | 2023-05-30

    Here comes evalidate. Evalidate parses expression into AST-tree, and validates every node of tree. For example, you can forbid every function call (example with smartphone will still work, but os.system() will not) or you can whitelist specific safe functions like int(). It's simple to use:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • asteval

    minimalistic evaluator of python expression using ast module

  • Project mention: evalidate - Safe evaluation of untrusted user-supplied python expression | /r/Python | 2023-05-30

    There is asteval project. It makes more poweful (ans slower) virtual python interpreter which you can use to run many commands in shared context. My benchmark (100 000 runs of simple python expressions):

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python eval related posts

  • Exploring Methods to Improve Text Chunking in RAG Models (and other things...)

    1 project | /r/GPT3 | 22 Oct 2023
  • evalidate - Safe evaluation of untrusted user-supplied python expression

    2 projects | /r/Python | 30 May 2023
  • evalidate: secure eval() for python

    2 projects | dev.to | 27 Oct 2022
  • Recommendations when publishing a WASM library

    4 projects | news.ycombinator.com | 28 Mar 2022

Index

What are some of the best open-source eval projects in Python? This list will help you:

Project Stars
1 vectorboard 43
2 evalidate 21
3 asteval 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com