Now run KG-RAG with flexible command line args! #11
karthiksoman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release has following features:
Added the provision to install Llama models with 'LlamaTokenizer' and 'legacy'=False option. We name this as 'method-2' in this repo.
Run KG-RAG using command line args in a flexible fashion.
(A) To run in interactive mode: -i True
Default value : False
(B) To select gpt-models : -g gpt-4
Default value : gpt-35-turbo
(C) To select method-2 to run Llama : -m method-2
Default value : method-1
Demo videos of README is updated using these updated command line args
This discussion was created from the release Now run KG-RAG with flexible command line args!.
Beta Was this translation helpful? Give feedback.
All reactions