Skip to main content

No project description provided

Project description

# Neural RAG

Neural Rag is a LLM framework to build Vector RAG and Graph RAG knowledge base. It provides the foundation to quickly build agents.

## What is RAG?

RAG stands for Retrieval Augmented Generation.

It was introduced in the paper [Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks](https://arxiv.org/abs/2005.11401).

Each step can be roughly broken down to:

  • Retrieval - Seeking relevant information from a source given a query. For example, getting relevant passages of Wikipedia text from a database given a question.

  • Augmented - Using the relevant retrieved information to modify an input to a generative model (e.g. an LLM).

  • Generation - Generating an output given an input. For example, in the case of an LLM, generating a passage of text given an input prompt.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neural_rag-0.2.10.tar.gz (40.6 kB view details)

Uploaded Source

Built Distribution

neural_rag-0.2.10-py310-none-any.whl (53.5 kB view details)

Uploaded Python 3.10

File details

Details for the file neural_rag-0.2.10.tar.gz.

File metadata

  • Download URL: neural_rag-0.2.10.tar.gz
  • Upload date:
  • Size: 40.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for neural_rag-0.2.10.tar.gz
Algorithm Hash digest
SHA256 1e6c0dd18a8030d543bec67d5318acef3420099b9519cffe2ab13ac844d15200
MD5 4460e5ddbb2445964b092bfa6795de8b
BLAKE2b-256 136e0749e0393ff4ac6574a5fc5bc0a1e5287bbbf9cc1e30682e063a8f7e27b0

See more details on using hashes here.

File details

Details for the file neural_rag-0.2.10-py310-none-any.whl.

File metadata

File hashes

Hashes for neural_rag-0.2.10-py310-none-any.whl
Algorithm Hash digest
SHA256 88756c7b20d5659865370049af17263dba14a465d6ce0a6eb6b92cfc3c985641
MD5 3fb3657031ba34a84f8beae49da9edbf
BLAKE2b-256 dc44a9fd1a1bbf0a4a1b53a038cef49e7b70549408888b6e43a9426c0ef3e61f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page