chore: format

This commit is contained in:
Timothy J. Baek
2024-06-17 14:32:23 -07:00
parent 20f052eb37
commit b1d83fc42c
10 changed files with 40 additions and 17 deletions

View File

@@ -903,14 +903,14 @@ RAG_WEB_SEARCH_ENGINE = PersistentConfig(
os.getenv("RAG_WEB_SEARCH_ENGINE", ""),
)
# You can provide a list of your own websites to filter after performing a web search.
# You can provide a list of your own websites to filter after performing a web search.
# This ensures the highest level of safety and reliability of the information sources.
RAG_WEB_SEARCH_DOMAIN_FILTER_LIST = PersistentConfig(
"RAG_WEB_SEARCH_DOMAIN_FILTER_LIST",
"rag.rag.web.search.domain.filter_list",
[
# "wikipedia.com",
# "wikimedia.org",
# "wikipedia.com",
# "wikimedia.org",
# "wikidata.org",
],
)