jgravelle / Groqqle

Groqqle is a powerful web search and content summarization tool built with Python, leveraging Groq's LLM API for advanced natural language processing. It offers customizable web and news searches, image analysis, and adaptive content summaries, making it ideal for researchers, developers, and anyone seeking enhanced information retrieval.
https://j.gravelle
103 stars 39 forks source link

Feature Request - Highlights, Cards, Auto Complete, AI Answers #1

Closed fire17 closed 2 months ago

fire17 commented 2 months ago

This looks like a nice project, Obvious next steps is to show fast info, like asking google the following:

All of which get a highlighted top card with a straight forward answer.

Next thing is to add Perplexity style llm based answers to questions

Add auto complete

Add a task-list, that future agentic ai can start a mission

And improve the styling haha Lemme know if your interested in making this into a Mac/PC app All the best!

jgravelle commented 2 months ago

Great suggestions!

I actually considered a "retro" theme that would have been a throwback to the original G**gle site... image

FWIW, the query "Weather in Sheboygan" returned: { "title": "10-Day Weather Forecast for Sheboygan, WI", "url": "https://weather.com/weather/tenday/l/Sheboygan+WI?canonicalCityId=5b5f72b00f4a96cc184f2c7c62805fb8619516eabec8c9b4de22324e5b34a3dc", "description": "Partly cloudy with late night showers or thunderstorms. A few storms may be severe. Low 72F. SW winds at less than 5 mph, increasing to 10 to 15 mph. Chance of ..." }

"height of Mt. Everest" gave me: { "title": "Mount Everest", "url": "https://en.wikipedia.org/wiki/Mount_Everest", "description": "Its elevation (snow height) of8,848.86 m(29,031 ft 8+1⁄2 in) was most recently established in 2020 by the Chinese and Nepali authorities. Mount Everest." }

... and "What is a dog?" resulted in: { "title": "Dog", "url": "https://en.wikipedia.org/wiki/Dog", "description": "The dog (Canis familiaris or Canis lupus familiaris) isa domesticated descendant of the wolf. Also called the domestic dog, it was domesticated from an ..." }

Auto-complete is totally doable but would eat tokens like I eat popcorn.

And if you want to fork this to the Mac, have at ye! You have my blessing...