Build LangChain Applications using Vertex AI: チャレンジラボ のレビュー
429 件のレビュー
Ipsale Maurizio · 1年以上前にレビュー済み
Huang He · 1年以上前にレビュー済み
Johnson Alan · 1年以上前にレビュー済み
Ahmed Salman · 1年以上前にレビュー済み
Saroj Vikas · 1年以上前にレビュー済み
Rutrich Michal · 1年以上前にレビュー済み
Dharane S Narendra · 1年以上前にレビュー済み
MITRA PADMA · 1年以上前にレビュー済み
Waikar Ashish · 1年以上前にレビュー済み
Himbar Buana Muhammad · 1年以上前にレビュー済み
Jain Lakshit · 1年以上前にレビュー済み
Working by marcodelmart.com
Delgado Martinez Marco Flavio · 1年以上前にレビュー済み
Thanks
Hadji Seydou Nourou DIA El · 1年以上前にレビュー済み
jupyter labs keep locking up and it took almost to the end of the timer to get this to finish
Gagliardo Joey · 1年以上前にレビュー済み
GOOGLEUSER Seakingretsu · 1年以上前にレビュー済み
Dandu Raghu · 1年以上前にレビュー済み
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)}")
Gir Yoha · 1年以上前にレビュー済み
Gaspar Martins Carlos · 1年以上前にレビュー済み
Verma Malvika · 1年以上前にレビュー済み
Dadure Sameer · 1年以上前にレビュー済み
sharma vaibhav · 1年以上前にレビュー済み
Borkar Saish · 1年以上前にレビュー済み
Sorgowicki Jacek · 1年以上前にレビュー済み
Aikath Shuvro · 1年以上前にレビュー済み
07 ShinChan · 1年以上前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。