|
113 | 113 | - ./examples/agent/multi_document_agents-v1.ipynb
|
114 | 114 | - ./examples/agent/multi_document_agents.ipynb
|
115 | 115 | - ./examples/agent/nvidia_agent.ipynb
|
| 116 | + - ./examples/agent/nvidia_document_research_assistant_for_blog_creation.ipynb |
116 | 117 | - ./examples/agent/nvidia_sub_question_query_engine.ipynb
|
117 | 118 | - ./examples/agent/openai_agent.ipynb
|
118 | 119 | - ./examples/agent/openai_agent_context_retrieval.ipynb
|
|
447 | 448 | - ./examples/multi_modal/multi_modal_retrieval.ipynb
|
448 | 449 | - ./examples/multi_modal/multi_modal_video_RAG.ipynb
|
449 | 450 | - ./examples/multi_modal/multi_modal_videorag_videodb.ipynb
|
| 451 | + - ./examples/multi_modal/multimodal_rag_guardrail_gemini_llmguard_llmguard.ipynb |
450 | 452 | - ./examples/multi_modal/nebius_multi_modal.ipynb
|
451 | 453 | - ./examples/multi_modal/nvidia_multi_modal.ipynb
|
452 | 454 | - ./examples/multi_modal/ollama_cookbook.ipynb
|
|
951 | 953 | - ./api_reference/evaluation/retrieval.md
|
952 | 954 | - ./api_reference/evaluation/semantic_similarity.md
|
953 | 955 | - ./api_reference/evaluation/tonic_validate.md
|
| 956 | + - Graph RAG: |
| 957 | + - ./api_reference/graph_rag/cognee.md |
954 | 958 | - Indexes:
|
955 | 959 | - ./api_reference/indices/bge_m3.md
|
956 | 960 | - ./api_reference/indices/colbert.md
|
@@ -1009,6 +1013,7 @@ nav:
|
1009 | 1013 | - ./api_reference/llms/ibm.md
|
1010 | 1014 | - ./api_reference/llms/index.md
|
1011 | 1015 | - ./api_reference/llms/ipex_llm.md
|
| 1016 | + - ./api_reference/llms/keywordsai.md |
1012 | 1017 | - ./api_reference/llms/konko.md
|
1013 | 1018 | - ./api_reference/llms/langchain.md
|
1014 | 1019 | - ./api_reference/llms/litellm.md
|
@@ -2308,6 +2313,8 @@ plugins:
|
2308 | 2313 | - ../llama-index-integrations/postprocessor/llama-index-postprocessor-bedrock-rerank
|
2309 | 2314 | - ../llama-index-integrations/postprocessor/llama-index-postprocessor-pinecone-native-rerank
|
2310 | 2315 | - ../llama-index-integrations/tools/llama-index-tools-scrapegraph
|
| 2316 | + - ../llama-index-integrations/graph_rag/llama-index-graph-rag-cognee |
| 2317 | + - ../llama-index-integrations/llms/llama-index-llms-keywordsai |
2311 | 2318 | - redirects:
|
2312 | 2319 | redirect_maps:
|
2313 | 2320 | ./api/llama_index.vector_stores.MongoDBAtlasVectorSearch.html: api_reference/storage/vector_store/mongodb.md
|
|
0 commit comments