Commit graph

3735 commits

Author SHA1 Message Date
wiley
9793f08d07
Update search_engine.py BING="bing" 2024-03-27 21:57:24 +08:00
wiley
3d555cabc1
Update test_search_engine.py BING="bing" 2024-03-27 21:54:34 +08:00
wiley
b828f9d8ed
Update __init__.py. BING="bing" 2024-03-27 21:53:51 +08:00
wiley
54d718a950
Merge branch 'geekan:main' into main 2024-03-27 17:07:44 +08:00
wiley
ba6fa497a9 Add bing search engine 2024-03-27 15:38:16 +08:00
Alexander Wu
6450a09d3b
Merge pull request #1114 from better629/feat_memory
Feat rag add more features
2024-03-27 15:26:30 +08:00
wiley
695ffca5fa Add bing search engine 2024-03-27 14:42:44 +08:00
seehi
90e1b62934 rm unnecessary comment 2024-03-27 11:28:23 +08:00
seehi
8d98ce34e5 fix by cr 2024-03-27 11:15:10 +08:00
better629
d7968fdc20
Merge branch 'main' into feat_memory 2024-03-27 10:48:31 +08:00
seehi
1eb141a45f add object ranker 2024-03-26 16:40:10 +08:00
seehi
a22d7d8983 add object ranker 2024-03-26 16:36:45 +08:00
Guess
643450388a
Merge pull request #648 from eukub/concat-to-fstrings
сhanged concatenation of strings to f-strings to improve readability
2024-03-26 11:21:59 +08:00
Alexander Wu
2cb780584a
Merge pull request #1105 from iorisa/fixbug/issue/1100
fixbug: #1100
2024-03-26 11:01:18 +08:00
Alexander Wu
5ac481d11b
Merge pull request #1108 from geekan/skip_test
skip rebuild seq view
2024-03-26 10:26:51 +08:00
Alexander Wu
db7aebaedf
Merge pull request #1107 from better629/main
fix provider failed ut
2024-03-26 10:26:11 +08:00
geekan
b2fd960829 skip rebuild seq view 2024-03-26 10:22:32 +08:00
better629
4bd80c5e7d fix provider failed ut 2024-03-26 10:22:00 +08:00
莘权 马
b403f2b209 fixbug: #1100 2024-03-25 22:56:18 +08:00
Alexander Wu
12948a5482
Merge pull request #1098 from orange-crow/update_pandas_version
fix issue 868
2024-03-25 17:53:32 +08:00
刘棒棒
d0dc2674ca fix #868 2024-03-25 16:30:53 +08:00
garylin2099
4d8234763c
Merge pull request #1090 from luxiangtaoya/main
updata di example and change the location of the .ipynb locations
2024-03-25 12:07:06 +08:00
luxiangtao
82ca12f4da pre-commit 2024-03-25 11:24:02 +08:00
luxiangtao
37fcabfc3c remove di example's uselsee codes 2024-03-24 15:04:42 +08:00
luxiangtao
83e5eb133a updata di example and Change the location of the .ipynb locations 2024-03-24 15:01:45 +08:00
Alexander Wu
893501fd35
Merge pull request #1082 from iorisa/fixbug/0.7/issue/958
fixbug: #958
2024-03-23 18:00:25 +08:00
Alexander Wu
2fbb15422e
Merge pull request #1081 from shenchucheng/feature-browser-engine-ut
Replace *.deepwisdom.ai with a local server for scraping
2024-03-23 17:59:16 +08:00
莘权 马
a988d9c4f3 fixbug: proxy 2024-03-23 17:57:10 +08:00
shenchucheng
d53cfd39f7 replace *.deepwisdom.ai for scraping by local server 2024-03-23 17:29:36 +08:00
Alexander Wu
ac755e7668
Merge pull request #1080 from iorisa/fixbug/issue/1076
fixbug: #1076
2024-03-23 17:08:04 +08:00
莘权 马
89b263a2fb fixbug: #1076 2024-03-23 13:24:23 +08:00
seehi
aaae00441b use Literal to restrict vector_store_query_mode of ElasticsearchKeywordRetrieverConfig 2024-03-22 18:05:32 +08:00
seehi
092ef26425 support elasticsearch text only 2024-03-22 17:30:35 +08:00
seehi
34a3c1ad07 upgrade llama-index-vector-stores-elasticsearch 2024-03-22 15:58:59 +08:00
Alexander Wu
933a242370
Merge pull request #1072 from geekan/fix_typo
fix minecraft typo
2024-03-22 12:09:45 +08:00
geekan
82fa7f487c fix minecraft typo 2024-03-22 11:55:14 +08:00
Alexander Wu
334149bb5d
Merge branch 'main' into fix_typo 2024-03-22 11:53:54 +08:00
geekan
bf44a69958 fix minecraft typo 2024-03-22 11:25:22 +08:00
Alexander Wu
e85c667cc1
Merge pull request #1070 from seehi/feat-update-setup
make the rag module optional
2024-03-22 11:21:29 +08:00
Alexander Wu
2e571e9289
Merge pull request #1071 from geekan/add_di_custom_tool
add custom tool example
2024-03-22 11:20:04 +08:00
geekan
0c27be629b add custom tool example 2024-03-22 11:19:20 +08:00
seehi
aea06852ba make the rag module optional 2024-03-22 11:15:31 +08:00
geekan
bac81ee64b add custom tool example 2024-03-22 10:58:22 +08:00
seehi
e88aa63bf0 make the rag module optional 2024-03-22 10:28:11 +08:00
Alexander Wu
fdf53ac555
Merge pull request #1061 from iorisa/feature/repo_to_markdown
feat: repo to markdown
2024-03-21 22:44:58 +08:00
Alexander Wu
0e2a578e37
Merge pull request #1060 from iorisa/fixbug/issues/1059
fixbug: llm.timeout not working
2024-03-21 22:36:35 +08:00
莘权 马
c6b9e234bf feat: merge geekan:main 2024-03-21 22:08:13 +08:00
Alexander Wu
0958cc333e
Merge pull request #1069 from better629/main
fix state value extract for issues/1067
2024-03-21 22:01:29 +08:00
better629
12551ab60c fix state value extract for https://github.com/geekan/MetaGPT/issues/1067 2024-03-21 21:57:59 +08:00
seehi
7c1c4b2a35 update comment 2024-03-21 17:14:22 +08:00