Skip to content

Commit 6a7b3b1

Browse files
committed
Add raghilda to software catalog
Adds raghilda as a new software entry with logo, description, and metadata from github-repos.toml.
1 parent 658823c commit 6a7b3b1

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
github: posit-dev/raghilda
3+
title: raghilda
4+
description: A Python framework for building RAG (Retrieval-Augmented Generation) systems with smart chunking, hybrid retrieval, and multiple storage backends.
5+
website: https://posit-dev.github.io/raghilda/
6+
image: raghilda.png
7+
languages:
8+
- Python
9+
people:
10+
- Daniel Falbel
11+
- Tomasz Kalinowski
12+
tags:
13+
- AI
14+
15+
external: # updated automatically, do not edit
16+
description: ''
17+
first_commit: '2025-09-03T00:53:58+00:00'
18+
forks: 0
19+
languages:
20+
- Python
21+
last_updated: '2026-03-20T10:27:15.553400+00:00'
22+
license: ''
23+
people: []
24+
repo: posit-dev/raghilda
25+
stars: 3
26+
title: raghilda
27+
website: https://posit-dev.github.io/raghilda/
28+
---
29+
30+
raghilda is a Python framework for building RAG (Retrieval-Augmented Generation) solutions. It handles the full retrieval pipeline — from document ingestion and smart chunking to hybrid search combining semantic similarity, BM25 keyword matching, and attribute filters. It supports multiple storage backends including DuckDB, ChromaDB, and OpenAI Vector Stores, with opinionated defaults that are fully customizable.
1.27 MB
Loading

0 commit comments

Comments
 (0)