Komal Gupta
Komal Gupta
I have Implemented Neoguardrails in Retrieval QA chain with llama2 model but it is giving error My code: ``` MODEL_TYPE=GPT4All MODEL_PATH=r'C:\Users\komal\Desktop\mages\chatbot\llama-2-7b-chat.Q3_K_M.gguf' MODEL_N_CTX=1000 MODEL_N_BATCH=8 TARGET_SOURCE_CHUNKS=4 llm = LlamaCpp(model_path=MODEL_PATH, n_ctx=MODEL_N_CTX, n_batch=MODEL_N_BATCH, verbose=False)...
I have Tries using llama2 retrival chain with Neoguardrails but didn't work so I added **vertexai** as a main model in config.yml seems like it is not considering my llm...
Hi @mukitmomin @knihit , I am opening this issue to check if the Request body for RestAPI got updated. Not able to find it but my previous code throughs me...