文件历史

提交图

47 次代码提交

作者 SHA1 备注 提交日期
shaoyijia 115a062487 Merge branch 'main' into dev-chinese 2024-10-27 19:26:52 -07:00
Yijia Shao 18d025853a Merge pull request #198 from dfusion-dev/main
[New RM] Add AzureAISearch
2024-10-19 11:14:30 -07:00
Hagen Hübel 3b2e5a0106 Fixing Typo "reogranize" -> "reorganize" 2024-10-09 22:31:52 +03:00
patrick@cryptolock.ai db59481dbe Add Azure AI Search Support 2024-10-07 10:45:51 -07:00
shaoyijia f9e2140867 Example of modifying STORM for Chinese. 2024-10-05 16:20:27 -07:00
Yucheng-Jiang c0418df37a Merge pull request #189 from xiaobeicn/main
fix encoder documentation; add costorm-runner instance dumping in the example script
2024-09-27 09:11:27 -07:00
xiaobeicn 4b091714cc fix and add 2024-09-27 11:35:43 +08:00
evidencebp 5b7e00b918 Merge branch 'main' into 174-Pylint-alerts-corrections 2024-09-26 12:42:59 +03:00
Yijia Shao 4c16d2e9e1 Update run_costorm_gpt.py 2024-09-25 10:10:07 -07:00
Yucheng-Jiang 54409910f6 restructure examples directory; remove dirty hack of relative import code 2024-09-25 00:31:26 -07:00
evidencebp bf18d7db3d A too long readable line in a comment 2024-09-23 15:53:01 +03:00
zenith110 1902903f5e Added tavily code 2024-08-23 12:00:48 -04:00
Yijia Shao 36f92aa9b2 Merge branch 'main' into users/zenith110/duckduckgo 2024-08-22 21:09:12 -07:00
ndehouche 529988ecff Change name of Groq class to GroqModel and added example with link to get Groq API key in run_storm_wiki_groq.py 2024-08-20 00:03:01 +07:00
zenith110 525e660362 Updated to pull latest changes from main 2024-08-19 12:58:03 -04:00
Yijia Shao 231c34bf51 Merge branch 'main' into feature/add-support-for-searxng 2024-08-18 23:22:20 -07:00
zenith110 c57425d38b Updated comment on keys to include or as part of the last key 2024-08-17 11:37:24 -04:00
zenith110 932adfc4e2 Updated duckduckgo retrievers to be parsed 2024-08-17 11:33:27 -04:00
zenith110 0a5a319177 Updated examples + rm to use duckduckgo 2024-08-15 23:24:49 -04:00
Kevin Jiang 457ed9ef2f support brave search 2024-08-08 22:09:47 +08:00
Kevin Jiang f74b91ca8d support brave search 2024-08-08 08:32:10 +08:00
Yijia Shao cbb38daed6 Merge pull request #128 from amrpyt/dev-gemini
Support Gemini model.
2024-08-04 17:00:27 -07:00
amr 255b6080c4 chore: Update Gemini models in STORM Wiki pipeline 2024-08-04 19:40:16 +03:00
AMMAS1 aad6ec0337 fixed vectorRM requiring embedding model in the example. 2024-08-04 04:06:15 -07:00
AMMAS1 db03f3ec12 fixed the naming of the class in the example script 2024-08-02 16:47:58 -07:00
AMMAS1 42dfbbb695 fixed typo in example readme 2024-08-02 04:28:54 -07:00
AMMAS1 498aa64278 moved the function that creates the vector store from rm.py to utils.py 2024-08-02 04:28:08 -07:00
AMMAS1 6f7e1ca445 updated the examples readme 2024-08-02 03:09:39 -07:00
AMMAS1 26fa01cd28 patched the update-vector-store command 2024-08-02 03:08:40 -07:00
Hanly De Los Santos fa45507b4f Merge remote-tracking branch 'origin/main' into feature/add-support-for-searxng
# Conflicts:
#	knowledge_storm/rm.py
2024-07-31 20:16:50 -04:00
Hanly De Los Santos 4f2714f9b2 Adding support for SearXNG 2024-07-30 22:36:19 -04:00
zenith110 84de632450 Updated ollama and mistral 2024-07-28 11:34:51 -04:00
zenith110 89be9743e9 Manually updated all examples except serper to follow the same style as main branch 2024-07-28 11:29:57 -04:00
shaoyijia 34d38dea3a Support Gemini model. 2024-07-28 23:14:44 +08:00
zenith110 0b5a56342a Added serper 2024-07-27 17:09:28 -04:00
Ray 04a44ce0f2 Support deepseek 2024-07-19 03:35:51 -04:00
Ray f0705792b6 Reset to upstream, add support for DeepSeek 2024-07-19 03:06:28 -04:00
shaoyijia 29f21f64f2 Merge branch 'main' into dev-python-pkg 2024-07-17 19:46:53 +08:00
zhou jian bd3710a55d Add support ollama 2024-07-17 12:43:10 +08:00
shaoyijia 708fc04fdd Update example scripts. 2024-07-15 22:59:48 +08:00
AMMAS1 e31dcf1a0c Require users to provide unique urls when using VectorRM. 2024-07-07 15:02:56 -07:00
AMMAS1 df8912d08b add scripts and documentation to support customize retrieval source 2024-07-06 08:48:59 -07:00
shaoyijia 1f8ac2ddb4 Update example scripts to support BingSearch. 2024-05-19 20:54:08 -07:00
shaoyijia 5c21acfe42 Add example script to run STORMWiki with claude. 2024-04-25 22:30:04 -07:00
shaoyijia 03fda6c312 Fix examples: args.max_thread_num is not passed into STORMRunnerArguments. 2024-04-25 22:27:38 -07:00
shaoyijia 7487b909d2 --max_thread_num -> '--max-thread-num' 2024-04-25 22:11:43 -07:00
Yucheng-Jiang a1deeaa42a sync examples 2024-04-22 22:13:32 -07:00