New in v6.0.0 - ✨/fetch slash command #289
olimorris
announced in
Announcements
Replies: 1 comment
-
I can honestly say from my own personal usage, this is very much needed! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new
fetch
slash command makes it super easy to add specific web pages as context to your LLM:Fetch.Slash.Command.mp4
In the example above, I'm adding the Getting Started with Rails page to the Anthropic LLM and asking it a question.
The default adapter is from Jina.ai's Reader endpoint. It takes URLs and PDFs and turns them into easier to read docs that LLMs can work with.
Potential Breaking Change
This release also includes some changes to how adapters work (0158a2c). This change allows for non-llm adapters to be included in such as I did with Jina.
Beta Was this translation helpful? Give feedback.
All reactions