Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: added quickstart guide for llamaindex sdk #318

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from

Conversation

twishabansal
Copy link
Contributor

No description provided.

Copy link
Contributor

github-actions bot commented Mar 6, 2025

Copy link
Contributor

github-actions bot commented Mar 6, 2025

Copy link
Contributor

github-actions bot commented Mar 6, 2025

Comment on lines 17 to 22
1. Completed setup for usage with a [LangChain chat model][lc-chat] or a [LlamaIndex LLM model][li-llms], such as:
- [`langchain-vertexai` package][install-lc-vertexai]
- [`langchain-google-genai` package][install-lc-genai]
- [`langchain-anthropic` package][install-lc-anthropic]
- [`llama-index-llms-vertex` package][install-llama-vertex]
- [`llama-index-llms-anthropic` package][install-llama-anthropic]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we put this section in a tab too?

Comment on lines -150 to -151
# Define the 5 tools we want our agent to have
# for more info on tools check out the "Resources" section of the docs
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we remove this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Directly copy pasting this tools file gave validation errors at toolbox server due to the presence of this comment.

To make it easier for the user to directly use this tools file, I've moved this comment just after the yaml.

Comment on lines 358 to 362
To learn more about agents, refer to [`langgraph agent`][langgraph-agent] or [`llamaindex agent`][llamaindex-agent]

[langgraph-agent]:https://langchain-ai.github.io/langgraph/reference/prebuilt/#langgraph.prebuilt.chat_agent_executor.create_react_agent
[langchain-hotels]: https://langchain-ai.github.io/langgraph/tutorials/customer-support/customer-support/#hotels
[llamaindex-agent]: https://docs.llamaindex.ai/en/stable/api_reference/agent/react/

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move this into a tab?

twishabansal and others added 7 commits March 7, 2025 11:32
Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
Copy link
Contributor

github-actions bot commented Mar 7, 2025

Copy link
Contributor

github-actions bot commented Mar 7, 2025

Copy link
Contributor

github-actions bot commented Mar 7, 2025

Copy link
Contributor

github-actions bot commented Mar 7, 2025

Copy link
Contributor

github-actions bot commented Mar 7, 2025

Copy link
Contributor

github-actions bot commented Mar 7, 2025

Copy link
Contributor

github-actions bot commented Mar 7, 2025

Copy link
Contributor

github-actions bot commented Mar 7, 2025

Copy link
Contributor

github-actions bot commented Mar 7, 2025

Copy link
Contributor

github-actions bot commented Mar 7, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants