Skip to content

Conversation

@Delacrobix
Copy link
Contributor

No description provided.

@gitnotebooks
Copy link

gitnotebooks bot commented Oct 13, 2025

@carlyrichmond
Copy link
Contributor

@llermaly is this coming from a fork? If so the PR checks won't pass. It will need to come from a branch.

@carlyrichmond
Copy link
Contributor

Can you add a README file to the folder explaining how to install and run the code?

@Delacrobix
Copy link
Contributor Author

Hi @carlyrichmond!

Added the README file!

Regarding the pull request: we’ve always opened PRs from a fork, and I created a new branch there specifically for this content. I’m not sure if there’s a new way to handle contributions, if that’s the case, please let me know.

Thanks!

}

// Node 4: Visualize results
async function visualizeResults(state: typeof VCState.State) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I would say the term visualize here is misleading as you're not presenting the data on a chart or anything. Perhaps formatResults would make more sense?

};
}

async function saveGraphImage(app: any): Promise<void> {
Copy link
Contributor

Choose a reason for hiding this comment

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

I would add a comment explaining what this function does.

const query =
"Find startups with Series A or Series B funding between $8M-$25M and monthly revenue above $500K";

// Market-focused query (emphasizes industry, geography, market positioning)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you have both uncommented and then run them one after the other and show the results? I always find commented code in examples to be really untidy.

@carlyrichmond carlyrichmond merged commit 5a139be into elastic:main Dec 3, 2025
1 check passed
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.

3 participants