Build LangChain Applications using Vertex AI: Challenge Lab Reviews

Build LangChain Applications using Vertex AI: Challenge Lab Reviews

396 reviews

Seakingretsu G. · Reviewed about 2 months ago

Raghu D. · Reviewed about 2 months ago

Task 2 Sose not work with; text_splitter = INSERT_CLASSNAME(chunk_size=10000, chunk_overlap=1000) docs = text_splitter.INSERT_METHOD_NAME(documents) print(f"# of documents = {len(docs)}") instead need to use text_splitter = RecursiveCharacterTextSplitter(chunk_size=10000, chunk_overlap=1000) # Assuming 'documents' contains Document objects, extract the text content text_contents = [doc.page_content for doc in documents if hasattr(doc, 'page_content')] # Split each document's text into smaller chunks docs = [] for text in text_contents: split_docs = text_splitter.create_documents([text]) # Split each document separately docs.extend(split_docs) print(f"# of documents = {len(docs)}")

Yoha G. · Reviewed about 2 months ago

Carlos G. · Reviewed about 2 months ago

Malvika V. · Reviewed about 2 months ago

Sameer D. · Reviewed about 2 months ago

vaibhav s. · Reviewed about 2 months ago

Saish B. · Reviewed about 2 months ago

Jacek S. · Reviewed about 2 months ago

Shuvro A. · Reviewed about 2 months ago

ShinChan 0. · Reviewed about 2 months ago

Wiyan Herra H. · Reviewed about 2 months ago

Kuldeep k. · Reviewed about 2 months ago

AYuSH S. · Reviewed about 2 months ago

Albertus C. · Reviewed about 2 months ago

0596_PORAWAT P. · Reviewed about 2 months ago

great lab , it was tricky but nice

Yash S. · Reviewed about 2 months ago

Cristóbal S. · Reviewed about 2 months ago

M Hendra H. · Reviewed about 2 months ago

Charly F. · Reviewed about 2 months ago

awesome

Agung P. · Reviewed about 2 months ago

0646_PUNYARUETHAI P. · Reviewed about 2 months ago

0811 ภัควิน บ. · Reviewed about 2 months ago

0156_JUTAWAN R. · Reviewed about 2 months ago

derek d. · Reviewed about 2 months ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.