Skip to main content

Du-RAG: Durable RAG — persistent memory for AI agents

Project description

Du-RAG

Du-RAG

Durable RAG — a persistent memory layer for AI agents built on retrieval-augmented generation.

License Stars Repo Size


pip install durag
from durag import Memory

m = Memory()

m.add("Alice loves Python and open source", user_id="alice")
m.add("Alice built Du-RAG", user_id="alice")

history = m.get_all(filters={"user_id": "alice"})
print(history)

API Keys

Du-RAG requires a provider API key. Set the env var for your preferred provider before first use:

Provider Env Var Used For
OpenAI (default) OPENAI_API_KEY Embeddings + LLM
Anthropic ANTHROPIC_API_KEY LLM
Google Gemini GOOGLE_API_KEY Embeddings + LLM
DeepSeek DEEPSEEK_API_KEY LLM
Together AI TOGETHER_API_KEY Embeddings + LLM
Groq GROQ_API_KEY LLM
MiniMax MINIMAX_API_KEY LLM
Sarvam AI SARVAM_API_KEY LLM
vLLM VLLM_API_KEY LLM
export OPENAI_API_KEY="sk-..."

Features

  • Persistent memory across conversations — agents remember what they learn
  • Semantic search via vector embeddings — find the right context fast
  • Multiple backends — OpenAI, Anthropic, Gemini, DeepSeek, Ollama, vLLM, and more
  • Vector stores — FAISS (default), Qdrant, Chroma, Pinecone, Weaviate, and others

License

Apache 2.0

Project details


Download files

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

Source Distribution

durag-2.1.0.tar.gz (195.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

durag-2.1.0-py3-none-any.whl (280.7 kB view details)

Uploaded Python 3

File details

Details for the file durag-2.1.0.tar.gz.

File metadata

  • Download URL: durag-2.1.0.tar.gz
  • Upload date:
  • Size: 195.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"22.04","id":"jammy","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for durag-2.1.0.tar.gz
Algorithm Hash digest
SHA256 c18611c1a6da7e92a5d0e6359279ca6fd4070a1dd0a2bf0dc0dcb413cee9e369
MD5 fc4536f5206a3035f74604ef6fcaf057
BLAKE2b-256 46d6ba68882b20f9e4caa485668f1aee67d0cd1b652b6ada034798a63fceaafe

See more details on using hashes here.

File details

Details for the file durag-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: durag-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 280.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"22.04","id":"jammy","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for durag-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7c991992f6598e0014222005ff4f812e4bf301b34b4e28bde679ac5cb6cc5b3d
MD5 d621b20ae947c961c99b34b8a8389e3c
BLAKE2b-256 40bdbc858d0fb21ed7efe34912f473852201156c5698f2cedc8e3bd24b036c4d

See more details on using hashes here.

Supported by

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