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

langchain[minor]: add mintbase graph api #4991

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kurodenjiro
Copy link

  • Add Near NFT loader: "community: Load NFT near block chain using mintbase graph API"

  • PR message:

    • Description: a description of the change
    • **Twitter handle:**Kurodenjiro

Copy link

vercel bot commented Apr 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 1:10am
langchainjs-docs ✅ Ready (Inspect) Visit Preview May 13, 2024 1:10am

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features labels Apr 5, 2024
@@ -0,0 +1,165 @@
import { Document } from "@langchain/core/documents";
Copy link

Choose a reason for hiding this comment

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

Hey there! I noticed that the MintBaseLoader class now includes a new method called fetchData which uses the fetch function to make an external HTTP request to the MintBase API. I've flagged this change for your review to ensure it aligns with the project's requirements and best practices. Keep up the great work!

@jacoblee93 jacoblee93 changed the title add mintbase graph api community[minor]: add mintbase graph api Apr 6, 2024
@jacoblee93 jacoblee93 changed the title community[minor]: add mintbase graph api langchain[minor]: add mintbase graph api Apr 6, 2024
@jacoblee93
Copy link
Collaborator

Thanks for this! Could you run yarn format and yarn build from the langchain folder?

@jacoblee93 jacoblee93 added the close PRs that need one or two touch-ups to be ready label Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features close PRs that need one or two touch-ups to be ready size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants