mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[GH-ISSUE #44] Make alwrity AI web search multilingual #372
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#372
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AJaySi on GitHub (Apr 19, 2024).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/44
Originally assigned to: @AJaySi on GitHub.
Our search apis have some options for language. Given the language in main_config, the gpt_online_researcher code should be modified to do search in that language and that locale.
@AJaySi commented on GitHub (Apr 23, 2024):
@klotzjesse @DikshaDisciplines
1). Added config params in main_config.
Note: Test with keyword to blog option and only for long form content.
I will soon add the same for normal form content.
Examples are us for United States, in for India, fr for france, cn for china etc
geo_location = us
Example: en for english, zn-cn for chinese, de for german, hi for hindi etc
search_language: en
num_results: Default 10 - Number of google search results to fetch.
num_results = 10
time_range: Acceptable values, past day, past week, past month, past year
This limits the search results for given time duration, from today.
time_range = anytime
include_domains (Give Full URLs, separate by comma): A list of domains to specifically include in the search results.
Default is None, which includes all domains. Example: https://wikipedia.com,https://stackoverflow.com,google schalor,reddit etc
include_domains =
similar_url : A single URL, this will instruct search engines to give results similar to the given URL.
similar_url =
@AJaySi commented on GitHub (Apr 23, 2024):
Made changes in Serper.dev, but exa and tavily dont have option for locale/language and default to english.
Closing with changes committed.