Skip to content

FMCV GenAI Llama3 8B Nvidia ChatQA RAG finetuned

License

Notifications You must be signed in to change notification settings

cyysky/RAGGenAI

Repository files navigation

RAGGenAI

FMCV GenAI Llama3 8B Nvidia ChatQA RAG finetuned screenshoot

PDF Knownledge base

put some pdf according your computer RAM size in "Docs" folder, then it saved text into list in "RAG_dict.json" for the first time
you can start query to your document and retrieval engine search the related chunk of text and rank it
take the first few chuck automatically as context 4k token size
then the LLM reply with answer

Instruction

firstly setup you python environment

pip install pytorch transformers streamlit pypdf2

add anothers package didn't mention here if missed document it

streamlit run example_RAG.py

About

FMCV GenAI Llama3 8B Nvidia ChatQA RAG finetuned

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published