
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Backend of a system to explore RAG operations.
To install: pip install raglab
IMPORTANT NOTE: This is work-in-progress and shouldn't be used, yet.
raglab
is meant to be a medley of interoperable functionalities around retrieval
(or "search") and generation (with LLMs).
It's architecture is structured so that operations can be done in python,
at the command line, through a web service (or any OpenAPI language binders) or from a
GUI, where each layer's interface is mapped from the other in a consistent
(and usually automatic) manner.
Some functionalities/operations can simply be described as (1) a set of operations (2) over a kind of data
We'll sometimes lazily say CRUD for the "set of operations", but we don't always mean Create-Read-Update-Delete. In fact, most of the time we don't mean those four operations. Instead, since python is our backend language and we aim at using base interfaces as much as possible, our "set of operations" will often be inspired from python's Collections Abstract Base Classes.
So many concrete use cases of this abstraction are parametrized by
Further, by making the interface consistent (for example, and preferably, with the interfaces of Collections Abstract Base Classes), it makes it possible to automate how the python interface maps to a REST API interface (see Mapping python collections builtin methods to REST API patterns) and/or a UI interface (see Collections Operations UI Design Patterns).
permissions
(keyed by users, groups of users, projects etc.)datasets
(again keyed by users etc.)prompt_templates
embedders
dataset_query_results
query_results_aggregators
query_results_aggregates
tag
: For example tag, dataset
, tag, group_of_datasets
, tag, anything_really
. Note that tagging, or annotating can be applied to any kind of data, and is a dual of "grouping", and subsumes hierarchical organization. See Persisting groups of items (tagging stuff) for designs regarding this.FAQs
Backend of a system to explore RAG operations
We found that raglab demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.