sugarforever / chat-ollama

ChatOllama is an open source chatbot based on LLMs. It supports a wide range of language models, and knowledge base management.
MIT License
2.35k stars 361 forks source link

[FR] RAG整合搜索结果? #466

Open meokey opened 1 month ago

meokey commented 1 month ago

周末看到这么个API还挺有意思的,不知道能不能整合进来?

Tavily Search API is a search engine optimized for LLMs and RAG, aimed at efficient, quick and persistent search results

sugarforever commented 1 month ago

周末看到这么个API还挺有意思的,不知道能不能整合进来?

Tavily Search API is a search engine optimized for LLMs and RAG, aimed at efficient, quick and persistent search results

目前有一系列搜索API可以作为数据源引入,包括Tavily,还有传统的Google SERP API。

这可以作为新功能添加进来。我先把它加到项目的开发计划里。

sugarforever commented 1 month ago

https://github.com/sugarforever/chat-ollama/issues/496