ebktas commited on
Commit
7e5114f
·
verified ·
1 Parent(s): 7fe02c3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Longevity RAG Chunks
2
+
3
+ ## Dataset Summary
4
+ A collection of curated text chunks designed for retrieval-augmented
5
+ generation (RAG) in the domain of biological aging and longevity.
6
+
7
+ The chunks are intended to provide contextual scientific evidence for
8
+ language models rather than standalone answers.
9
+
10
+ ## Data Sources
11
+ - PubMed-indexed scientific literature
12
+ - Review articles and primary research in aging biology
13
+
14
+ ## Intended Use
15
+ - RAG pipelines and vector database indexing
16
+ - Evidence-grounded scientific question answering
17
+
18
+ ## Not Intended Use
19
+ - Medical or clinical decision-making
20
+ - Health or treatment recommendations
21
+
22
+ ## License
23
+ Released for research and educational use.
24
+ Users must comply with the licenses of the original source materials.