generative-ai icon indicating copy to clipboard operation
generative-ai copied to clipboard

Json file based QA model

Open karthi7CK opened this issue 2 years ago • 1 comments

I'm trying to replicate the document based question and answering model but instead of the reading and storing the document in the chromoDB. I want to read the Json file and store it in the chromoDB. If user requested any questions then it should reply from the json file. So, the json file is the source for QA model. The size of json file is huge so I need to do chunking also.

karthi7CK avatar Aug 28 '23 07:08 karthi7CK

I think this is the notebook referenced here: https://github.com/GoogleCloudPlatform/generative-ai/blob/main/language/use-cases/document-qa/question_answering_documents_langchain.ipynb

@inardini Can you take a look?

holtskinner avatar Feb 05 '24 18:02 holtskinner