-
Once we Ingest the data into the RAG using tg-load-pdf is there a way to disable the PDF from RAG. i.e Looking for some method in restrict the scope to only the new set of document uploaded and disable the past vector/knowledge graph references |
Beta Was this translation helpful? Give feedback.
Answered by
sbmandava
Nov 1, 2024
Replies: 1 comment 4 replies
-
Nevermind, found the response in using collections. "-c" option. tg-load-pdf -c nasa data/sources/Challenger-Report-Vol1.pdf |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
cybermaggedon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind, found the response in using collections. "-c" option.
tg-load-pdf -c nasa data/sources/Challenger-Report-Vol1.pdf
tg-query-graph-rag -c nasa -q 'Give me 20 facts about the space shuttle Challenger'