chore(rag): gitignore external clinical RAG corpus and pre-built index
Browse files- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -42,3 +42,6 @@ data/knowledge_base/*
|
|
| 42 |
|
| 43 |
# RAG built artifacts
|
| 44 |
data/processed/faiss_index/
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
# RAG built artifacts
|
| 44 |
data/processed/faiss_index/
|
| 45 |
+
|
| 46 |
+
# Plan: external-assets-integration — clinical RAG corpus and pre-built TF-IDF index
|
| 47 |
+
data/external_rag/
|