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

SearchGraph - Do followup search #851

Open
MeidarS opened this issue Dec 25, 2024 · 5 comments
Open

SearchGraph - Do followup search #851

MeidarS opened this issue Dec 25, 2024 · 5 comments
Labels
enhancement New feature or request feature request

Comments

@MeidarS
Copy link

MeidarS commented Dec 25, 2024

Is your feature request related to a problem? Please describe.
When trying to find several information fields about some entity the results of the search query don't always contain the required information

Describe the solution you'd like
Evaluate the information the LLM was able to extract and then come up with a follow-up search on the remaining fields and reiterate.

@SwapnilSonker
Copy link
Contributor

@MeidarS will you please provide me with some more detail?

@MeidarS
Copy link
Author

MeidarS commented Dec 30, 2024

Yea sure,
for example, if I search for the following fields of a company:

  • Name
  • Description
  • HQ location
  • Number of employees
  • Phone number

In one search the following fields can probably be found on the company's website

  • Name
  • Description
  • HQ location
  • Phone number

But Number of employees cannot be found in the same search results and needs to be searched in another iteration.

@VinciGit00
Copy link
Collaborator

@SwapnilSonker what do you think?

@SwapnilSonker
Copy link
Contributor

@VinciGit00 I have 2 , 3 different approach to reach the solution will try them for sure, and if anything unusual comes up, will see then.

@PeriniM PeriniM added enhancement New feature or request feature request labels Jan 8, 2025
@SwapnilSonker
Copy link
Contributor

Hey @MeidarS if you have the code snippet pls, attach it for the reference or the error message screenshot causse I am been brainstorming the code since quite a few days and saw that the output the site scrapes is relevant, you might be having an edge case and I want to see that.

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

No branches or pull requests

4 participants