提交

提交图

185 次代码提交

作者 SHA1 备注 提交日期
shaoyijia efac123871 Fix python code format. 2024-09-25 10:22:38 -07:00
Yijia Shao ded466dcaa Mark StanfordOvalArxivRM as for internal use only. 2024-09-25 10:19:16 -07:00
Yijia Shao b35c27229a Update comments. 2024-09-25 10:15:59 -07:00
Yijia Shao 4c16d2e9e1 Update run_costorm_gpt.py 2024-09-25 10:10:07 -07:00
Yijia Shao 0777607873 Polish README.md for co-storm release. 2024-09-25 10:06:43 -07:00
Yucheng-Jiang 7cb5b19bf0 reformat code using black 2024-09-25 00:56:13 -07:00
Yucheng-Jiang 0734f7fb86 Update README 2024-09-25 00:54:09 -07:00
Yucheng-Jiang 0f16ecee8c add version hint back 2024-09-25 00:34:04 -07:00
Yucheng-Jiang fe035b2aa0 some dependency requires python>=3.10 modify the requirement in setup.py 2024-09-25 00:33:05 -07:00
Yucheng-Jiang 2a117d13d1 add class and function documentations 2024-09-25 00:32:45 -07:00
Yucheng-Jiang cba2184915 remove frontend code 2024-09-25 00:31:59 -07:00
Yucheng-Jiang 54409910f6 restructure examples directory; remove dirty hack of relative import code 2024-09-25 00:31:26 -07:00
Yucheng-Jiang c69d5276ec Dump up the version 2024-09-24 21:48:46 -07:00
Yucheng-Jiang 354de564d0 Update __init__.py 2024-09-24 21:44:35 -07:00
Yucheng-Jiang 9da20a8569 update in utils 2024-09-24 21:44:35 -07:00
Yucheng-Jiang bb9c89136c update storm question answering module to be more compatible with additional lm 2024-09-24 21:44:35 -07:00
Yucheng-Jiang 6a6ae49ff9 update article polish dspy config to be more robust and compatible with more lm 2024-09-24 21:44:35 -07:00
Yucheng-Jiang 4f4aab9b1b refactor interfaces of dataclasses, encoder, retriever, logging wrapper, to support datatype sharing between storm and co-storm 2024-09-24 21:44:35 -07:00
Yucheng-Jiang a4bcbe4989 add costorm project to knowledge_storm 2024-09-24 21:44:24 -07:00
Yucheng-Jiang 80de46c696 remove STORM paper specific experiment dir and readme from main branch 2024-09-24 21:20:54 -07:00
Yijia Shao 3328c979e2 Merge pull request #183 from stanford-oval/dev-google-search
[New RM] Add `GoogleSearch`
2024-09-24 18:52:15 -07:00
shaoyijia f1ea4f7a79 Bump up pypi package version. 2024-09-24 18:48:19 -07:00
shaoyijia 9386e02e4e Add GoogleSearch rm. 2024-09-24 18:47:28 -07:00
shaoyijia 7bfa67b138 Enforce checking of python package version. 2024-09-22 23:30:16 -07:00
shaoyijia 9b85e29d73 Bump up pypi package version. 2024-09-22 23:08:07 -07:00
Yijia Shao 162ea3fcd4 Merge pull request #175 from eltociear/patch-2
chore: update rm.py
2024-09-22 22:24:50 -07:00
Ikko Eltociear Ashimine a2f061c0ab chore: update rm.py
occured -> occurred
2024-09-23 00:21:46 +09:00
Yijia Shao 5cee5e2ecb Merge pull request #163 from stanford-oval/dev-multilingual
[Enhancement] Support backoff and retry for `DuckDuckGoSearchRM`
2024-09-09 00:01:42 -07:00
shaoyijia d50511f76a Support backoff and retry when encountering duckduckgo_search.exceptions.RatelimitException. 2024-09-08 23:58:20 -07:00
Yucheng-Jiang f78a0732e6 Merge pull request #159 from stanford-oval/dev-code-formatter
Use `black` as the python code formatter.
2024-09-05 07:08:39 +08:00
shaoyijia b5ce5935d3 Add pre-commit hook. 2024-09-04 11:14:12 -07:00
shaoyijia 89c8aad97f Reformat knowledge_storm/** using black. 2024-09-01 12:08:02 -07:00
shaoyijia 6936210a17 Update format-check.yml by using black official action. 2024-09-01 11:56:03 -07:00
shaoyijia b1b66a75d0 Update format-check.yml 2024-09-01 11:33:03 -07:00
shaoyijia ded9687edd Use black as the python code formatter. 2024-09-01 11:16:58 -07:00
shaoyijia 05281931e9 Add black format check workflow. 2024-09-01 11:10:21 -07:00
shaoyijia c0a31740f7 Fix a typo in README.md 2024-08-26 15:17:10 -07:00
Yucheng-Jiang 3a28a51a12 Merge pull request #149 from zenith110/users/zenith110/tavily
[New RM] - Add Tavily search
2024-08-25 00:18:41 +08:00
zenith110 c9d9589f24 Updated tavily rm to have engine docs in first docs string 2024-08-24 09:23:01 -04:00
zenith110 9499cdfb87 Removed whitespace 2024-08-23 13:43:46 -04:00
zenith110 1902903f5e Added tavily code 2024-08-23 12:00:48 -04:00
shaoyijia b07ce84179 Bump up python package version. 2024-08-22 22:55:57 -07:00
Yijia Shao 4076b0e7a0 Merge pull request #148 from stanford-oval/dev-fix-vllm
[Bug Fix] Fix `VLLMClient` to reflect the recent update in vllm.
2024-08-22 22:34:25 -07:00
shaoyijia 71f4cd9120 Reformat code. 2024-08-22 22:18:59 -07:00
shaoyijia 1ba0d6d609 Reimplement VLLMClient to reflect the recent update in vllm. 2024-08-22 22:15:34 -07:00
Yijia Shao 493d796210 Merge pull request #145 from zenith110/users/zenith110/duckduckgo
[New RM] Add DuckDuckGoRM
2024-08-22 21:09:44 -07:00
Yijia Shao 36f92aa9b2 Merge branch 'main' into users/zenith110/duckduckgo 2024-08-22 21:09:12 -07:00
Yijia Shao fcd9cf0c27 Merge pull request #144 from haailabs/main
[New LM] Added GroqModel
2024-08-22 21:06:05 -07:00
Yijia Shao 1cd9cacd2c Add link to GroqModel. 2024-08-22 21:05:42 -07:00
Yijia Shao 5c9e7143f7 Merge pull request #147 from sureenheer/main
Fixed OSError [Errno 63] File name too long
2024-08-20 17:11:52 -07:00