- 27 Jun, 2024 1 commit
-
-
Timothy J. Baek authored
-
- 22 Jun, 2024 2 commits
-
-
Timothy J. Baek authored
-
Yash-1511 authored
-
- 19 Jun, 2024 1 commit
-
-
Que Nguyen authored
-
- 18 Jun, 2024 3 commits
-
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
- 17 Jun, 2024 10 commits
-
-
Timothy J. Baek authored
-
Que Nguyen authored
-
Que Nguyen authored
-
Que Nguyen authored
-
Que Nguyen authored
-
Que Nguyen authored
Renamed function get_filtered_results
-
Que Nguyen authored
-
Que Nguyen authored
-
Que Nguyen authored
-
Que Nguyen authored
Rename RAG_WEB_SEARCH_WHITE_LIST_DOMAINS to RAG_WEB_SEARCH_DOMAIN_FILTER_LIST
-
- 14 Jun, 2024 1 commit
-
-
Yash-1511 authored
-
- 13 Jun, 2024 1 commit
-
-
Que Nguyen authored
-
- 12 Jun, 2024 6 commits
-
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Que Nguyen authored
Configure searxng with language param set to auto and add "safesearch": 1 (moderate) for safer web results.
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Que Nguyen authored
- The check for private IP addresses often did not yield the expected results, especially with errors like: `[Errno -2] Name or service not known`. - Removed the check for private IP addresses in the URL validation process. - Simplified the `validate_url` function to focus on validating the URL format and checking the existence of the URL using a HEAD request.
-
- 11 Jun, 2024 3 commits
-
-
Que Nguyen authored
To address the unresolved issue in the LangChain library where a single URL error disrupts the data loading process, the lazy_load method in the WebBaseLoader class has been modified. The enhanced method now handles exceptions appropriately, logging errors and continuing with the remaining URLs.
-
Yash-1511 authored
-
Timothy J. Baek authored
-
- 10 Jun, 2024 2 commits
-
-
Timothy J. Baek authored
-
teampen authored
-
- 09 Jun, 2024 1 commit
-
-
Timothy J. Baek authored
-
- 08 Jun, 2024 2 commits
- 04 Jun, 2024 3 commits
-
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
- 03 Jun, 2024 3 commits
-
-
Jun Siang Cheah authored
-
Lyuboslav Petrov authored
-
Lyuboslav Petrov authored
Accept additional parameters such as language, time_range, and categories to tailor the search results. Raise an exception if a request error occurs during the search process. Use params argument to construct the query string Sort by relevance Expand docstring
-
- 02 Jun, 2024 1 commit
-
-
Jun Siang Cheah authored
-