96 Commits

Author SHA1 Message Date
MAON
01c23c5fd7 Update dummy_agent_library.ipynb
There was issue with the brackets
2025-04-02 22:20:30 +05:00
Alejandro Garcia
dffc5a1d29 Update mail_sorting.ipynb
- Minor typo in prompt
2025-04-01 21:37:49 +02:00
Rayimpr
322ab9ac32 Update multiagent_notebook.ipynb
Fix task description typo to use cargo plane to be aligned with the code example
2025-03-25 12:13:43 -07:00
Christophe DUC
c64319047b Update monitoring-and-evaluating-agents.ipynb
GoogleSearchTool requires an API key (which is not defined in this file). It is simpler to continue using DuckDuckGoSearchTool as the search tool.
2025-03-24 18:12:36 +01:00
burtenshaw
06cc8573e7 Merge pull request #331 from peeplika/fix-import
add install command for llama_index.tools.google
2025-03-24 10:09:46 +01:00
burtenshaw
2a67432db9 Merge pull request #361 from jannikmaierhoefer/patch-2
fix: broken link in LangGraph notebook
2025-03-24 09:59:33 +01:00
burtenshaw
c78481d6a0 Merge branch 'main' into pr/309 2025-03-24 09:53:33 +01:00
Jannik Maierhöfer
5757a99e62 fix: broken link in langgraph notebook 2025-03-21 16:26:45 +01:00
Joffrey THOMAS
734df4becc new notebook 2025-03-18 14:25:48 +01:00
Joffrey THOMAS
32b913433f Merge branch 'main' into Unit_2.3_LangChain 2025-03-17 14:32:00 +01:00
unknown
68a49cf3b9 add install command for llama_index.tools.google 2025-03-17 16:55:34 +05:30
Jannik Maierhöfer
d93250fa5b add part on tracing the agent with Langfuse 2025-03-17 12:22:57 +01:00
Joffrey THOMAS
2fd309e884 notebook upload 2025-03-17 04:28:33 +01:00
Ivan Ignatiev
7e21e13f28 fix: suggest_menu docstring 2025-03-14 13:05:46 +01:00
Jannik Maierhöfer
7fd796a69f change links to images 2025-03-13 16:29:52 +01:00
Jannik Maierhöfer
60ea0a0635 updated text based on comments 2025-03-13 15:05:50 +01:00
David Berenstein
acb5d0dc66 Merge pull request #313 from connectwithprakash/patch-1
Update multi_agent_systems.mdx and multiagent_notebook.ipynb
2025-03-13 10:21:50 +01:00
David Berenstein
18443309b1 Merge pull request #289 from huggingface/unit2/notebook-fixes
Update LlamaIndex notebooks and documentation to use new HuggingFace …
2025-03-13 10:11:35 +01:00
Prakash Chaudhary
03a79bdc98 Update multi_agent_systems.mdx and multiagent_notebook.ipynb
Removed unnecessary code
2025-03-12 12:11:42 -07:00
Jannik Maierhöfer
7c7935c8f9 update image 2025-03-10 16:03:48 +01:00
Jannik Maierhöfer
cc2ca299ce update text 2025-03-10 15:42:20 +01:00
Jannik Maierhöfer
a8019bd50c update notebook 2025-03-10 14:55:47 +01:00
Jannik Maierhöfer
b3c951a7be docs: add guide on agent observability and evaluation 2025-03-07 18:24:14 +01:00
Dennis Rall
122b0741f7 fix: undo unnecessary notebook changes
This reverts commit b78d40b9c1.
2025-03-07 09:26:06 +01:00
Dennis Rall
b78d40b9c1 fix: make the loop work 2025-03-06 11:09:39 +01:00
davidberenstein1957
381bd4b7bc Update LlamaIndex notebooks and documentation to use new HuggingFace embedding import 2025-03-05 14:57:33 +01:00
burtenshaw
ae3485393c Merge pull request #255 from francisco-perez-sorrosal/fix-typo
Fix uppercase typo in code_agents.ipynb in party theme selection
2025-03-04 11:38:12 +01:00
davidberenstein1957
b4c01db679 Update LlamaIndex notebooks with model and database configuration changes
- Switch LLM in components notebook from Llama-3.2 to Qwen2.5 Coder model
- Fix Chroma database path and collection initialization in tools notebook
- Correct typo in database client variable name
2025-03-04 08:26:00 +01:00
davidberenstein1957
9134385748 Refactor LlamaIndex notebooks with code improvements and syntax updates
- Update function calls and method signatures in agents, components, tools, and workflows notebooks
- Improve parameter naming and add explicit keyword arguments
- Simplify code structure and remove unnecessary verbose settings
- Update type hints and function annotations
- Enhance code readability and consistency across notebooks
2025-03-03 06:47:40 +01:00
davidberenstein1957
01b450f3b5 Remove unnecessary workflow visualization HTML files and clean up notebook
- Delete redundant flow visualization HTML files (flow.html and workflow_all_flows.html)
- Remove empty code cell from workflows notebook
- Simplify workflow example in MDX documentation
2025-03-01 10:13:24 +01:00
davidberenstein1957
0cacd97950 Update LlamaIndex workflows notebook with advanced workflow techniques
- Migrate to Hugging Face Inference API for LLM
- Add comprehensive workflow examples with multi-step and branching logic
- Implement workflow drawing functionality using pyvis
- Update notebook with state management and multi-agent workflow demonstrations
- Enhance code with more detailed comments and type hinting
2025-03-01 10:01:52 +01:00
davidberenstein1957
fbea19af29 Enhance LlamaIndex agents notebook with comprehensive agent workflow examples
- Add dependencies installation section
- Implement basic agent initialization with multiplication tool
- Demonstrate context preservation in agent interactions
- Create RAG agent using QueryEngineTool
- Develop multi-agent system with calculator and query agents
- Update notebook metadata and kernel configuration
2025-02-28 15:12:25 +01:00
davidberenstein1957
2a0301de55 Update LlamaIndex notebooks with minor improvements and code refinements
- Enhance components and tools notebooks with more detailed code examples
- Update installation instructions and code formatting
- Add more descriptive comments and improve code readability
- Minor updates to MDX documentation to reflect notebook changes
2025-02-28 10:33:52 +01:00
davidberenstein1957
c38b15a7ee Remove deprecated LlamaHub notebook from LlamaIndex documentation 2025-02-27 16:23:22 +01:00
davidberenstein1957
097a7b7ea0 Update LlamaIndex documentation with minor improvements and fixes 2025-02-27 15:45:58 +01:00
Francisco Perez-Sorrosal
617e991b27 Fix uppercase typo in code_agents.ipynb in party theme selection
As the category parameter is converted to lowercase the original key fot theme "futuristic Gotham" was never gonna be selected.
2025-02-26 19:12:16 -08:00
meric-karadag
eeff8fba3c Fix bug in dummy agent library notebook 2025-02-26 23:19:15 +03:00
burtenshaw
181354c308 Merge pull request #237 from sergiopaniego/update-tool-calling-naming
Standardized ToolCallingAgents toctree and notebook title
2025-02-26 17:49:28 +01:00
Marc Klingen
2ac840a3fb fix: missing telemetry dependency in agent course notebook 2025-02-25 22:48:05 +01:00
sergiopaniego
514ba71f70 Updated toctree and notebook title 2025-02-25 16:24:17 +01:00
burtenshaw
6fac315696 Merge pull request #216 from huggingface/unit_2_1_smolagents
[UNIT] Final review of Unit 2.1 on smolagents - release 25/2/25
2025-02-25 16:14:08 +01:00
sergiopaniego
a3544a52c4 Added output map to notebook 2025-02-25 14:23:22 +01:00
sergiopaniego
104c6b5072 Updated multiagent section adding outputs and updated notebook 2025-02-24 18:38:56 +01:00
burtenshaw
6e3facca5a Merge pull request #227 from huayicodes/hw/typo_fix
Typo fix: bonus unit1 notebook
2025-02-24 09:55:05 +01:00
burtenshaw
5786339fc9 Merge pull request #228 from kesshijordan/unit-1-instructions-edit
Proposed adding details to HF token setup and minor typo
2025-02-24 09:54:20 +01:00
Nefa-yn
0b4fefd9e8 Update gemma-SFT-thinking-function_call.ipynb
clear typos
2025-02-23 15:38:53 -08:00
Nefa-yn
58e5eed27a Update gemma-SFT-thinking-function_call.ipynb 2025-02-23 15:37:56 -08:00
Nefa-yn
0743a79fb8 Update gemma-SFT-thinking-function_call.ipynb
# Had a problem running this notebook on a cloud because of different versions of "torch" or "transformers"

Solution:
Update Torch and transformers for various setups on a cloud
2025-02-23 15:37:03 -08:00
huayi
9d4085d77b fix: typo 2025-02-23 18:26:06 -05:00
huayi
1ba7dc7aea fix: unused variable 2025-02-23 18:24:47 -05:00