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

[Feature] Consider to add Google Search #7

Open
GreyDGL opened this issue Apr 10, 2023 · 6 comments
Open

[Feature] Consider to add Google Search #7

GreyDGL opened this issue Apr 10, 2023 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@GreyDGL
Copy link
Owner

GreyDGL commented Apr 10, 2023

No description provided.

@GreyDGL
Copy link
Owner Author

GreyDGL commented Apr 14, 2023

Create a new branch to work on this.

@GreyDGL GreyDGL self-assigned this Apr 14, 2023
@GreyDGL GreyDGL added the enhancement New feature or request label Apr 14, 2023
@GreyDGL
Copy link
Owner Author

GreyDGL commented Apr 15, 2023

General design:

  1. Allow user to google search in the process of testing.
  2. Google search embedded reasoning: use google search to improve reasoning process.
    • This part is very tricky, because the keywords are not likely to be found.
    • Some functions that may help in practice:
      1. search based on the test result: check if the machine walkthrough is available online (need a toggle).
      2. check what can do for a specific service.
  3. Google search embedded test generation: check the ways to scan a specific item (images, files, etc.)

@GreyDGL
Copy link
Owner Author

GreyDGL commented Apr 22, 2023

Basic google search function added. Consider to add parsers for detailed usage.

@SATUNIX
Copy link

SATUNIX commented Sep 16, 2023

Would it be beneficial to add a vector DB search to gather relevant and readily available data to feed into the LLM of choice?
This would save unique Google APIs and web scraping. Already working on the vectorDB (ChromaDB)with someone if that helps:) Could put the implementation into a PR. OR There could be additional discuss options incuding browser output and the prompt for the LLM to search and expand for itself.... idk though...

@GreyDGL
Copy link
Owner Author

GreyDGL commented Sep 17, 2023

@SATUNIX Yes the vector DB implementation is on the dev plan. Will integrate into the current implementation, but need some further tests to ensure its performance.

@GreyDGL
Copy link
Owner Author

GreyDGL commented Mar 19, 2024

Adding the basics of Google search feature. Will do further implementations to complete the logic.

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

No branches or pull requests

2 participants