File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
recipes/llama_api_providers Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1321
1321
" ### Create ReAct Agent using RAG QueryEngine Tools"
1322
1322
]
1323
1323
},
1324
+ {
1325
+ "cell_type" : " code" ,
1326
+ "execution_count" : null ,
1327
+ "id" : " 66ab1e60-3374-4eb9-b7dc-c28db3b47c51" ,
1328
+ "metadata" : {},
1329
+ "outputs" : [],
1330
+ "source" : [
1331
+ " drake_index = VectorStoreIndex.from_documents(docs_drake)\n " ,
1332
+ " drake_query_engine = drake_index.as_query_engine(similarity_top_k=3)\n " ,
1333
+ " \n " ,
1334
+ " kendrick_index = VectorStoreIndex.from_documents(docs_kendrick)\n " ,
1335
+ " kendrick_query_engine = kendrick_index.as_query_engine(similarity_top_k=3)"
1336
+ ]
1337
+ },
1324
1338
{
1325
1339
"cell_type" : " code" ,
1326
1340
"execution_count" : null ,
1414
1428
"mimetype" : " text/x-python" ,
1415
1429
"name" : " python" ,
1416
1430
"nbconvert_exporter" : " python" ,
1417
- "pygments_lexer" : " ipython3"
1431
+ "pygments_lexer" : " ipython3" ,
1432
+ "version" : " 3.10.8"
1418
1433
}
1419
1434
},
1420
1435
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments