-
Notifications
You must be signed in to change notification settings - Fork 56
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
base: main
Are you sure you want to change the base?
Conversation
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] |
There was a problem hiding this comment.
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?
# Define the 5 tools we want our agent to have | ||
# for more info on tools check out the "Resources" section of the docs |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
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/ | ||
|
There was a problem hiding this comment.
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?
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>
No description provided.