raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.01k stars 2.74k forks source link

[Ollama AI] Add Web Search Data on Context Window #11444

Closed sagarpalsapure closed 2 days ago

sagarpalsapure commented 3 months ago

Extension

https://www.raycast.com/massimiliano_pasquini/raycast-ollama

Description

This feature would allow users to conduct web searches using embedding models like nomic-embed-text

Who will benefit from this feature?

This feature would benefit individuals who use Raycast Ollama AI extension for web content research, valuable to have a search function with embedding support available.

Anything else?

No response

raycastbot commented 3 months ago

Thank you for opening this issue!

🔔 @MassimilianoPasquini97 you might want to have a look.

💡 Author and Contributors commands The author and contributors of `massimiliano_pasquini/raycast-ollama` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopen the issue.
MassimilianoPasquini97 commented 3 months ago

@raycastbot rename this issue to "[Ollama AI] Add Web Search Data on Context Window"

MassimilianoPasquini97 commented 3 months ago

Hi @sagarpalsapure, as I have implemented querying text and pdf document with /file tag I was looking at doing the same but with web result maybe with a /web tag. At the time I was evaluating Google Search API or Bing API for the Search Engine part but neither of those offere a decent free personal use plan so implementing this feature with one of the major web search engine is out of the question.

Brave Search API could be an alternative solution. It offer a decent free personal use plan with 1 query/second and 2000 query/month. Obviously the user will need to generate it's own token. An other advantage is that is Brave Search API is already implemented on langchain library (only on python for now) that I'm already using for the document query feature.

Nowadays I have very little time to spend for implementing new feature on this extension but when I will have it I will certainly looking for implementing this feature.

MassimilianoPasquini97 commented 2 months ago

@raycastbot assign me

raycastbot commented 1 week ago

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

raycastbot commented 2 days ago

This issue has been automatically closed due to inactivity.

Feel free to comment in the thread when you're ready to continue working on it 🙂

You can also catch us in Slack if you want to discuss this.