Anirban Chakraborty
Results
1
issues of
Anirban Chakraborty
In the Notebook https://github.com/GoogleCloudPlatform/generative-ai/blob/main/language/use-cases/document-qa/question_answering_documents_langchain_matching_engine.ipynb, the below code is adding the metadata(`document_name` for example) at the time of embedding. ``` texts = [doc.page_content for doc in doc_splits] metadatas = [ [...